Home
last modified time | relevance | path

Searched refs:code (Results 951 – 975 of 4069) sorted by relevance

1...<<31323334353637383940>>...163

/llvm-project-15.0.7/clang/docs/
H A DRefactoringEngine.rst38 .. 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 DFuzzingLLVM.rst23 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 DAtomics.rst15 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 DOpBase.td93 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 Dppc-shrink-wrapping.ll25 ; 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 Dshrink-wrap.ll31 ; Prolog code
47 ; Epilog code
/llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/
H A Dnontrivial-unswitch-cost.ll11 ; 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 DVectorizationPlan.rst43 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 DREADME.md3 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 Dinhibit-downstream-commands.c6 invalid C code!
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-keyword-parse-errors/
H A Dunterminated-run.txt3 Program code.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-global.mir3 # 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 DBUILD.gn98 # 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 Dpr38110.ll3 ; 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 Dno-automatic-move.rst16 .. code-block:: c++
45 .. code-block:: c++
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Ddirective_seh.s13 .seh_pushframe @code
14 # CHECK: .seh_pushframe @code
/llvm-project-15.0.7/lld/test/ELF/
H A Dmips-non-zero-gp0.s14 # 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 Dconflict-debug-variable-file-index.s15 # 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 Dshared-memory-scalar.ll1 ; 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 Dla-03.ll1 ; 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 Dvsc-extension-quickstart.md24 …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 Dfind-loop-instr.ll4 ; 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 Dpromote-alloca-no-opts.ll1 ; 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 DREADME.md8 - 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 Dmacro-usage.rst15 .. code-block:: c++
56 code bases. Default value is `false`.

1...<<31323334353637383940>>...163