| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | StripSymbols.cpp | 256 Function *Declare = M.getFunction("llvm.dbg.declare"); in stripDebugDeclareImpl() local 259 if (Declare) { in stripDebugDeclareImpl() 260 while (!Declare->use_empty()) { in stripDebugDeclareImpl() 261 CallInst *CI = cast<CallInst>(Declare->user_back()); in stripDebugDeclareImpl() 276 Declare->eraseFromParent(); in stripDebugDeclareImpl()
|
| /llvm-project-15.0.7/mlir/cmake/modules/ |
| H A D | AddMLIR.cmake | 40 # Declare a helper function/copy of tablegen rule for using tablegen without 133 # Declare a PDLL library in the current directory. 166 # Declare a dialect in the include directory 179 # Declare a dialect in the include directory 204 # Declare an mlir library which can be compiled in libMLIR.so 544 # Declare an mlir library which is part of the public C-API. 566 # Declare the library associated with a dialect. 572 # Declare the library associated with a conversion. 578 # Declare the library associated with a translation.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | dont_reverse.ll | 8 ; Declare i2 as legal so that IVUsers accepts to consider %indvar3451
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/ |
| H A D | custom_fun_varargs_attributes.ll | 7 ; Declare a custom varargs function.
|
| H A D | custom_fun_callback_attributes.ll | 4 ; Declare custom functions. Inputs/abilist.txt causes any function with a
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCore.td | 40 // Declare the target which we are implementing
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | Lanai.td | 39 // Declare the target which we are implementing
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/ |
| H A D | const-correctness.rst | 18 // Declare a variable, which is not ``const`` ... 68 // Declare a variable that will not be modified. 71 // Declare a pointer to that variable, that does not modify either, but misses 'const'.
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VE.td | 52 // Declare the target which we are implementing
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/ |
| H A D | CMakeLists.txt | 1 # Declare a function to generate ODS with mlir-linalg-ods-yaml-gen
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc_direct-methods/ |
| H A D | main.m | 30 // Declare several objc_direct functions we can test.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVStructureOps.td | 145 Declare an entry point, its execution model, and its interface. 206 let summary = "Declare an execution mode for an entry point."; 259 let summary = "Declare or define a function"; 617 let summary = "Declare a new composite specialization constant."; 673 Declare a new specialization constant that results from doing an operation.
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/ |
| H A D | objc-avoid-nsobject-new.m | 43 + (instancetype)new; // Declare again to suppress warning.
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | Sparc.td | 168 // Declare the target which we are implementing
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | ms-square-bracket-attributes.mm | 108 // that works in cl: Declare the inner class without an attribute, and then
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangOffloadWrapper.rst | 61 .. table:: Offloading Declare Target Flags Enum
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/ |
| H A D | SelectionDAGCompat.td | 19 // Declare that a generic Instruction is 'equivalent' to an SDNode, that is,
|
| H A D | Combine.td | 9 // Declare GlobalISel combine rules and provide mechanisms to opt-out. 73 /// Declare a root node. There must be at least one of these in every combine
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 617 Declare, // This was originally a llvm.dbg.declare. enumerator
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | Hexagon.td | 452 // Declare the target which we are implementing
|
| /llvm-project-15.0.7/libcxxabi/ |
| H A D | CMakeLists.txt | 218 # Declare libc++abi configuration variables.
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 24 // Declare the enumerator for each libcall, along with its default name. Some
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | doc.md.in | 263 /* Declare how many temp values you need.
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 333 LANGOPT(DeclareOpenCLBuiltins, 1, 0, "Declare OpenCL builtin functions")
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 3080 // Declare a pair of instructions, one which sets CC and one which doesn't. 3733 // Declare a pair of instructions, one which sets CC and one which doesn't. 3753 // Declare a pair of instructions, one which sets CC and one which doesn't. 3814 // Declare a pair of instructions, one which sets CC and one which doesn't. 4464 // Declare a pair of instructions, one which sets CC and one which doesn't. 4704 // Declare a pair of instructions, one which sets CC and one which doesn't.
|