Home
last modified time | relevance | path

Searched refs:code (Results 2076 – 2100 of 4069) sorted by relevance

1...<<81828384858687888990>>...163

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DPatternBase.td118 // 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 Dkmp_i18n.cpp765 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 Dhsa-metadata-hidden-args-v3.ll1 ; 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 DMsfFile.rst53 .. code-block:: c++
121 .. code-block:: c++
147 .. code-block:: c++
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dsparse_cast.mlir28 // 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 Ddebug-vars-dwarf4.s8 ## 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 Dpgmath.h.inc10 // 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 Dvect-phiscev-sext-trunc.ll24 ; 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 Dcgscc-cycle.ll2 ; 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 Doverview.rst8 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 DOptions.td82 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 DPCHInternals.rst20 .. 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 Deh_frame_personality.ll28 ; 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 DREADME.txt32 8. Implement instruction encoding for (possible) direct code emission in the
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dneont2-bitwise-encoding.s3 .code 16
/llvm-project-15.0.7/llvm/test/Analysis/CostModel/ARM/
H A Dload-to-trunc.ll7 ; 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 Dno-malloc.rst16 .. code-block:: c++
/llvm-project-15.0.7/llvm/test/tools/llvm-dlltool/
H A Dcoff-weak-exports.def13 ; with exposing it via a different name in the DLL than in code.
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-addr2line.rst32 inlined frames for a source code location in an inlined function.
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A Dbadarg6.ll3 ; On this code, llc did not pass the sixth argument (%reg321) to printf.
/llvm-project-15.0.7/polly/test/CodeGen/
H A Dmultidim_2d_parametric_array_static_loop_bounds.ll4 ; Derived from the following code:
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dpr49200.ll5 ; code can be compiled. This previously failed due to missing load/store
/llvm-project-15.0.7/llvm/test/CodeGen/BPF/
H A Dspill-alu32.ll3 ; Source code:
H A Dremove_truncate_4.ll3 ; Source code:
H A Dremove_truncate_2.ll3 ; Source code:

1...<<81828384858687888990>>...163