Home
last modified time | relevance | path

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

/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/lib/IR/
H A DDebugInfo.cpp60 TinyPtrVector<DbgDeclareInst *> Declares; in findDbgDeclares() local
63 Declares.push_back(DDI); in findDbgDeclares()
65 return Declares; in findDbgDeclares()
76 TinyPtrVector<DbgVariableRecord *> Declares; in findDVRDeclares() local
79 Declares.push_back(DVR); in findDVRDeclares()
81 return Declares; in findDVRDeclares()
2339 auto DeleteSubsumedDeclare = [&](const auto &Markers, auto &Declares) { in runOnFunction() argument
2341 for (auto *Declare : Declares) { in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td56 // Declares a combiner implementation class
66 /// Declares data that is passed from the match stage to the apply stage.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td356 // Declares and defines the ivybridge version of single_cpu.
360 // Declares and defines the atom version of single_cpu.
364 // Declares and defines both the ivybridge and atom version of multi_cpu.
9379 Declares that a function or function type either does or does not block in any way, according
9392 Declares that a function or function type either does or does not allocate heap memory, according
9402 Declares that a function potentially blocks, and prevents any potential inference of ``nonblocking``
9411 Declares that a function potentially allocates heap memory, and prevents any potential inference