| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | PatternBase.td | 118 // Native code call wrapper. This allows invoking an arbitrary C++ expression 161 // native code calls. 188 // Pass a native code call inside a DAG to create a new type with arguments.
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_i18n.cpp | 765 kmp_msg_t __kmp_msg_error_code(int code) { in __kmp_msg_error_code() argument 769 msg.num = code; in __kmp_msg_error_code() 770 msg.str = sys_error(code); in __kmp_msg_error_code()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | hsa-metadata-hidden-args-v3.ll | 1 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 --amdhsa-code-object-version=3 -filetype=obj -o … 2 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx803 --amdhsa-code-object-version=3 -filetype=obj -o … 3 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 --amdhsa-code-object-version=3 -filetype=obj -o …
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | MsfFile.rst | 53 .. code-block:: c++ 121 .. code-block:: c++ 147 .. code-block:: c++
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | sparse_cast.mlir | 28 // code, initializes a matching sparse storage scheme from a dense vector, 29 // and runs the resulting code with the JIT compiler. 46 // and conversion to sparse code is straightforward.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ARM/ |
| H A D | debug-vars-dwarf4.s | 8 ## Generated with this compile command, with the source code in Inputs/debug.c: 171 .code 32 197 .code 32
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | pgmath.h.inc | 10 // and code generation. 70 // for both folding and code generation (through template introspection), it 75 // For code generation, define type c_float_complex_t that can be used in
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | vect-phiscev-sext-trunc.ll | 24 ; This is the case in the following code: 89 ; This is the case in the following code, where the induction variable 'w_ix' 162 ; This is the case in the following code:
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | cgscc-cycle.ll | 2 ; handle correctly. They form cycles where the inliner introduces code that is 3 ; immediately or can eventually be transformed back into the original code. And 6 ; code.
|
| /llvm-project-15.0.7/lldb/docs/design/ |
| H A D | overview.rst | 8 LLDB has many code groupings that makeup the source base: 124 code that can be run on the process being debugged. 153 debug symbols. All the needed classes for compilation units (code and debug
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 82 class DocBrief<code descr> { code DocBrief = descr; } 215 // invoking GCC to compile Fortran code. 339 class Default<code value> { code Value = value; } 368 list<code> ImpliedBy = implied_by_expressions; 2607 HelpText<"Compile CUDA code for device only">; 5284 "on compiler-generated code.">, 5678 HelpText<"Include code patterns in code-completion results">, 5866 HelpText<"Migrate source code">; 6251 HelpText<"Generate code for CUDA device">, 6281 HelpText<"Generate code for SYCL device.">, [all …]
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | PCHInternals.rst | 20 .. code-block:: bash 30 .. code-block:: bash 81 only when it is referenced from the user's code, at which point only that 84 proportional to the amount of code actually used from the AST file, rather than 93 .. code-block:: none 119 code that is specific to that file, so that recompiling the file itself is very 183 contains code generated by the compiler to initialize the preprocessor state 311 However, it is common for the code generator and semantic analysis to 356 top of the stack. The special STOP code indicates that we have reached the end 464 of IDE-centric operations such as syntax highlighting and code completion while
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/AArch64/ |
| H A D | eh_frame_personality.ll | 28 ; small memory model it must be an 8-byte value for full generality: code+data <
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | README.txt | 32 8. Implement instruction encoding for (possible) direct code emission in the
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | neont2-bitwise-encoding.s | 3 .code 16
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/ARM/ |
| H A D | load-to-trunc.ll | 7 ; RUN: opt -passes='print<cost-model>' -cost-kind=code-size 2>&1 -disable-output -mtriple=armv8r-no…
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | no-malloc.rst | 16 .. code-block:: c++
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dlltool/ |
| H A D | coff-weak-exports.def | 13 ; with exposing it via a different name in the DLL than in code.
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-addr2line.rst | 32 inlined frames for a source code location in an inlined function.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | badarg6.ll | 3 ; On this code, llc did not pass the sixth argument (%reg321) to printf.
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | multidim_2d_parametric_array_static_loop_bounds.ll | 4 ; Derived from the following code:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | pr49200.ll | 5 ; code can be compiled. This previously failed due to missing load/store
|
| /llvm-project-15.0.7/llvm/test/CodeGen/BPF/ |
| H A D | spill-alu32.ll | 3 ; Source code:
|
| H A D | remove_truncate_4.ll | 3 ; Source code:
|
| H A D | remove_truncate_2.ll | 3 ; Source code:
|