Skip to content
Snippets Groups Projects
Select Git revision
  • ef55b5d87a5b6c7b78178971242aeff6bf5b9c4f
  • main default
  • revert-146982-revert-136262-fix-up-for-vop3p-gisel
  • revert-146752-main
  • revert-143717-aballman-remove-pstl
  • revert-143427-gh-gi-legalizerdebug
  • release/20.x
  • revert-143408-allow-objc-property-requires-definitions
  • revert-142791-bzl-revert-memref-fix
  • revert-140254-tim/floating-point-predicate-utils
  • revert-140171-concat-in-one-shot-bufferize
  • revert-137925-andes-extension-codegen-lea-1
  • revert-137039-pr-riscv-zvqdotq-initial-codegen
  • revert-138089-scoped-enums-in-diags
  • revert-138029-cuf_stdint64_t
  • revert-128222-cuda
  • revert-107279-dl-coverage-2-coverage-impl
  • revert-136627-cuf_kernel_stream2
  • revert-135499-users/mizvekov/ci-improvements
  • revert-134200-revert-132433-users/snehasish/03-21-_metadata_preserve_md_prof_when_merging_instructions_when_one_is_missing
  • revert-134990-runtimes_remember-LLVM_ENABLE_LIBCXX
  • llvmorg-20.1.7
  • llvmorg-20.1.6
  • llvmorg-20.1.5
  • llvmorg-20.1.4
  • llvmorg-20.1.3
  • llvmorg-20.1.2
  • llvmorg-20.1.1
  • llvmorg-20.1.0
  • llvmorg-20.1.0-rc3
  • llvmorg-20.1.0-rc2
  • llvmorg-20.1.0-rc1
  • llvmorg-21-init
  • llvmorg-19.1.7
  • llvmorg-19.1.6
  • llvmorg-19.1.5
  • llvmorg-19.1.4
  • llvmorg-19.1.3
  • llvmorg-19.1.2
  • llvmorg-19.1.1
  • llvmorg-19.1.0
41 results

Lexicon.html

Blame
  • Lexicon.html 10.32 KiB
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <title>The LLVM Lexicon</title>
      <link rel="stylesheet" href="llvm.css" type="text/css">
      <meta name="author" content="Various">
      <meta name="description" 
      content="A glossary of terms used with the LLVM project.">
    </head>
    <body>
    <div class="doc_title">The LLVM Lexicon</div>
    <p class="doc_warning">NOTE: This document is a work in progress!</p>
    <!-- *********************************************************************** -->
    <div class="doc_section">Table Of Contents</div>
    <!-- *********************************************************************** -->
    <div class="doc_text">
      <table>
        <tr><th colspan="8"><b>- <a href="#A">A</a> -</b></th></tr>
        <tr>
          <td><a href="#ADCE">ADCE</a></td>
        </tr>
        <tr><th colspan="8"><b>- <a href="#B">B</a> -</b></th></tr>
        <tr>
          <td><a href="#BURS">BURS</a></td>
        </tr>
        <tr><th colspan="8"><b>- <a href="#C">C</a> -</b></th></tr>
        <tr>
          <td><a href="#CSE">CSE</a></td>
        </tr>
        <tr><th colspan="8"><b>- <a href="#D">D</a> -</b></th></tr>
        <tr>
          <td><a href="#DAG">DAG</a></td>
          <td><a href="#Derived_Pointer">Derived Pointer</a></td>
          <td><a href="#DSA">DSA</a></td>
          <td><a href="#DSE">DSE</a></td>
        </tr>
        <tr><th colspan="8"><b>- <a href="#G">G</a> -</b></th></tr>
          <td><a href="#GC">GC</a></td>
        </tr>
        <tr><th colspan="8"><b>- <a href="#I">I</a> -</b></th></tr>
        <tr>
          <td><a href="#IPA">IPA</a></td>
          <td><a href="#IPO">IPO</a></td>
          <td><a href="#ISel">ISel</a></td>
        </tr>
        <tr><th colspan="8"><b>- <a href="#L">L</a> -</b></th></tr>
        <tr>
          <td><a href="#LCSSA">LCSSA</a></td>
          <td><a href="#LICM">LICM</a></td>
          <td><a href="#Load-VN">Load-VN</a></td>
        </tr>
        <tr><th colspan="8"><b>- <a href="#O">O</a> -</b></th></tr>
        <tr>
          <td><a href="#Object_Pointer">Object Pointer</a></td>
        </tr>
        <tr><th colspan="8"><b>- <a href="#P">P</a> -</b></th></tr>
        <tr>
          <td><a href="#PRE">PRE</a></td>
        </tr>
        <tr><th colspan="8"><b>- <a href="#R">R</a> -</b></th></tr>
        <tr>
          <td><a href="#Reassociation">Reassociation</a></td>
          <td><a href="#Root">Root</a></td>
        </tr>
        <tr><th colspan="8"><b>- <a href="#S">S</a> -</b></th></tr>
        <tr>
          <td><a href="#Safe_Point">Safe Point</a></td>
          <td><a href="#SCC">SCC</a></td>
          <td><a href="#SCCP">SCCP</a></td>