Home
last modified time | relevance | path

Searched refs:Declare (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp256 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 DAddMLIR.cmake40 # 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 Ddont_reverse.ll8 ; Declare i2 as legal so that IVUsers accepts to consider %indvar3451
/llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/
H A Dcustom_fun_varargs_attributes.ll7 ; Declare a custom varargs function.
H A Dcustom_fun_callback_attributes.ll4 ; Declare custom functions. Inputs/abilist.txt causes any function with a
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCore.td40 // Declare the target which we are implementing
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanai.td39 // Declare the target which we are implementing
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dconst-correctness.rst18 // 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 DVE.td52 // Declare the target which we are implementing
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DCMakeLists.txt1 # 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 Dmain.m30 // Declare several objc_direct functions we can test.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVStructureOps.td145 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 Dobjc-avoid-nsobject-new.m43 + (instancetype)new; // Declare again to suppress warning.
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparc.td168 // Declare the target which we are implementing
/llvm-project-15.0.7/clang/test/Parser/
H A Dms-square-bracket-attributes.mm108 // that works in cl: Declare the inner class without an attribute, and then
/llvm-project-15.0.7/clang/docs/
H A DClangOffloadWrapper.rst61 .. table:: Offloading Declare Target Flags Enum
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td19 // Declare that a generic Instruction is 'equivalent' to an SDNode, that is,
H A DCombine.td9 // 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 DSelectionDAGBuilder.h617 Declare, // This was originally a llvm.dbg.declare. enumerator
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagon.td452 // Declare the target which we are implementing
/llvm-project-15.0.7/libcxxabi/
H A DCMakeLists.txt218 # Declare libc++abi configuration variables.
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def24 // Declare the enumerator for each libcall, along with its default name. Some
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Ddoc.md.in263 /* Declare how many temp values you need.
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def333 LANGOPT(DeclareOpenCLBuiltins, 1, 0, "Declare OpenCL builtin functions")
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td3080 // 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.

12