Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp59 TinyPtrVector<DbgDeclareInst *> Declares; in findDbgDeclares() local
62 Declares.push_back(DDI); in findDbgDeclares()
64 return Declares; in findDbgDeclares()
75 TinyPtrVector<DbgVariableRecord *> Declares; in findDVRDeclares() local
78 Declares.push_back(DVR); in findDVRDeclares()
80 return Declares; in findDVRDeclares()
2201 auto DeleteSubsumedDeclare = [&](const auto &Markers, auto &Declares) { in runOnFunction() argument
2203 for (auto *Declare : Declares) { in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetPfmCounters.td79 // Declares the default binding for unbound CPUs for the target.
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td54 // Declares a combiner implementation class
64 /// Declares data that is passed from the match stage to the apply stage.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td339 // Declares and defines the ivybridge version of single_cpu.
343 // Declares and defines the atom version of single_cpu.
347 // Declares and defines both the ivybridge and atom version of multi_cpu.
8245 Declares that a function or function type either does or does not block in any way, according
8258 Declares that a function or function type either does or does not allocate heap memory, according
8268 Declares that a function potentially blocks, and prevents any potential inference of ``nonblocking``
8277 Declares that a function potentially allocates heap memory, and prevents any potential inference