Home
last modified time | relevance | path

Searched refs:getSorted (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCXXPredicates.h44 getSorted(const CXXPredicateCodePool &Pool);
63 return getSorted(AllCXXMatchCode); in getAllMatchCode()
67 return getSorted(AllCXXCustomActionCode); in getAllCustomActionsCode()
H A DCXXPredicates.cpp19 CXXPredicateCode::getSorted(const CXXPredicateCodePool &Pool) { in getSorted() function in llvm::gi::CXXPredicateCode
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h308 static AttributeSetNode *getSorted(LLVMContext &C,
H A DAttributes.cpp1045 return getSorted(C, SortedAttrs); in get()
1048 AttributeSetNode *AttributeSetNode::getSorted(LLVMContext &C, in getSorted() function in AttributeSetNode
1079 return getSorted(C, B.attrs()); in get()