| /llvm-project-15.0.7/clang/docs/ |
| H A D | RefactoringEngine.rst | 38 .. code-block:: c++ 45 return "Finds and renames symbols in code with no indexer support"; 118 .. code-block:: c++ 138 list of action rules using the following code: 140 .. code-block:: c++ 232 .. code-block:: c++ 246 .. code-block:: c++
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | FuzzingLLVM.rst | 23 A |generic fuzzer| that tries to compile textual input as C++ code. Some of the 40 .. code-block:: shell 88 .. code-block:: shell 100 .. code-block:: shell 116 .. code-block:: shell 123 .. code-block:: shell 138 .. code-block:: console
|
| H A D | Atomics.rst | 15 optimized code generation for the following: 62 .. code-block:: c 64 /* C code, for readability; run through clang -O2 -S -emit-llvm to get 76 .. code-block:: c 166 Notes for code generation 208 Notes for code generation 243 Notes for code generation 269 Notes for code generation 298 Notes for code generation 322 Notes for code generation [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OpBase.td | 93 class CPred<code pred> : Pred { 94 code predExpr = "(" # pred # ")"; 163 // matching code in pattern matcher. 320 class BuildableType<code builder> { 322 code builderCall = builder; 1504 class DerivedAttr<code ret, code b, code convert = ""> : 1507 code body = b; 1902 code verify = verifyBody; 1933 code body = methodBody; 2085 code body = b; [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ppc-shrink-wrapping.ll | 25 ; Prologue code. 85 ; Prologue code. 116 ; Epilogue code. 160 ; Prologue code. 215 ; Prologue code. 260 ; Epilog code 309 ; Prologue code. 353 ; Epilogue code. 409 ; Prologue code. 429 ; Epilogue code. [all …]
|
| H A D | shrink-wrap.ll | 31 ; Prolog code 47 ; Epilog code
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/ |
| H A D | nontrivial-unswitch-cost.ll | 11 ; First establish enough code size in the duplicated 'loop_begin' block to 122 ; Check that even with large amounts of code on either side of the unswitched 123 ; branch, if that code would be kept in only one of the unswitched clones it 205 ; Much like with non-duplicated code directly in the successor, we also won't 307 ; Check that even if there is *some* non-duplicated code on one side of an 308 ; unswitch, we don't count any other code in the loop that will in fact have to 361 ; Check that we still unswitch when the exit block contains lots of code, even 441 ; non-trivial and has lots of code in the exit.
|
| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | VectorizationPlan.rst | 43 In what follows, the term "input IR" refers to code that is fed into the 44 vectorizer whereas the term "output IR" refers to code that is generated by the 45 vectorizer. The output IR contains code that has been vectorized or "widened" 56 generating the output IR code, such that the cost estimation evaluates the 57 to-be-generated code reliably. 68 inside [4]_, (re)vectorizing input IR containing vector code. 78 code. 105 the cost and driving the generation of the output IR code it represents.
|
| /llvm-project-15.0.7/ |
| H A D | README.md | 3 This directory and its sub-directories contain the source code for LLVM, 27 component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode 115 to learn about the layout of the source code tree. 121 The LLVM project has adopted a [code of conduct](https://llvm.org/docs/CodeOfConduct.html) for
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | inhibit-downstream-commands.c | 6 invalid C code!
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-keyword-parse-errors/ |
| H A D | unterminated-run.txt | 3 Program code.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | legalize-global.mir | 3 # RUN: llc -O0 -run-pass=legalizer --code-model=large %s -o - | FileCheck %s --check-prefix=CMLARGE 19 ; We don't want to lower to G_ADD_LOW when we need a GOT access, or when the code
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/ |
| H A D | BUILD.gn | 98 # target, which pulls in the code in this directory *and all subdirectories*. 99 # For most other directories, "//llvm/lib/Foo" only pulls in the code directly
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/SystemZ/ |
| H A D | pr38110.ll | 3 ; Forcing VF=2 to trigger vector code gen 6 ; Test passes if vector code is generated w/o hitting llvm_unreachable().
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/performance/ |
| H A D | no-automatic-move.rst | 16 .. code-block:: c++ 45 .. code-block:: c++
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | directive_seh.s | 13 .seh_pushframe @code 14 # CHECK: .seh_pushframe @code
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | mips-non-zero-gp0.s | 14 # Source code for mips-gp0-non-zero.o: 29 # Source code for mips-n64-gp0-non-zero.o and mips-micro-gp0-non-zero.o:
|
| H A D | conflict-debug-variable-file-index.s | 15 # Used modified output from the following code and gcc 7.1.0: 57 .uleb128 0x1 # Abbreviation code.
|
| /llvm-project-15.0.7/polly/test/GPGPU/ |
| H A D | shared-memory-scalar.ll | 1 ; RUN: opt %loadPolly -polly-codegen-ppcg -polly-acc-dump-code \ 21 ; This test case was intended to test code generation for scalars stored
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | la-03.ll | 1 ; Test loads of symbolic addresses in PIC code. 38 ; Check loads of protected variables, which in the small code model
|
| /llvm-project-15.0.7/llvm/utils/vscode/llvm/ |
| H A D | vsc-extension-quickstart.md | 24 …s and validators check out the VS Code extenders documentation at https://code.visualstudio.com/do… 29 * To share your extension with the world, read on https://code.visualstudio.com/docs about publishi…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | find-loop-instr.ll | 4 ; This code causes multiple endloop instructions to be generated for the 8 ; Check that with the fix we are able to compile this code successfully.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | promote-alloca-no-opts.ll | 1 ; RUN: llc -O0 -march=amdgcn -mtriple=amdgcn-unknown-amdhsa -mcpu=kaveri --amdhsa-code-object-versi… 2 ; RUN: llc -O1 -march=amdgcn -mtriple=amdgcn-unknown-amdhsa -mcpu=kaveri --amdhsa-code-object-versi…
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | README.md | 8 - the **source code** is hosted at https://github.com/llvm/llvm-project/tree/main/clang-tools-extra… 9 - the **website source code** is at https://github.com/llvm/clangd-www/
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | macro-usage.rst | 15 .. code-block:: c++ 56 code bases. Default value is `false`.
|