Home
last modified time | relevance | path

Searched refs:Declares (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetPfmCounters.td49 // Declares the default binding for unbound CPUs for the target.
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp162 int Declares = 0; in TEST() local
165 Declares++; in TEST()
166 EXPECT_EQ(2, Declares); in TEST()
/llvm-project-15.0.7/mlir/docs/
H A DQuantization.md218 * stats_ref : Declares that statistics should be gathered at this point with a
220 * stats : Declares inline statistics (per layer and per axis) for the point in
223 * coupled_ref : Declares points in the computation to be coupled from a type
/llvm-project-15.0.7/clang/docs/
H A DLibTooling.rst113 // Declares clang::SyntaxOnlyAction.
117 // Declares llvm::cl::extrahelp.
H A DLibASTMatchersTutorial.rst124 // Declares clang::SyntaxOnlyAction.
128 // Declares llvm::cl::extrahelp.
/llvm-project-15.0.7/libc/src/string/
H A DCMakeLists.txt270 # - Declares an entry point,
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp57 TinyPtrVector<DbgVariableIntrinsic *> Declares; in FindDbgAddrUses() local
61 Declares.push_back(DII); in FindDbgAddrUses()
64 return Declares; in FindDbgAddrUses()
/llvm-project-15.0.7/mlir/cmake/modules/
H A DAddMLIRPython.cmake12 # Declares pure python sources as part of a named grouping that can be built
103 # Declares a buildable python extension from C++ source files. The built
H A DAddMLIR.cmake377 # Declares an aggregate library. Such a library is a combination of arbitrary
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MLProgram/IR/
H A DMLProgramOps.td110 Declares a named global variable (or constant).
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVControlFlowOps.td367 let summary = "Declares that this block is not reachable in the CFG.";
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td35 // Declares a combiner helper class
80 /// Declares data that is passed from the match stage to the apply stage.
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/
H A DCommands.md259 Declares a variable that can be used in DexExpectWatch- commands as an expected
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUOperandSyntax.rst964 .globl <S> Declares a global symbol S without assigning it a value.
967 <S>: Declares a label S and assigns it the current PC value.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPOps.td880 Declares a named critical section.
1320 Declares an OpenMP reduction kind. This requires two mandatory and one
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttrDocs.td304 // Declares and defines the ivybridge version of single_cpu.
308 // Declares and defines the atom version of single_cpu.
312 // Declares and defines both the ivybridge and atom version of multi_cpu.