Home
last modified time | relevance | path

Searched refs:CXXPredicateCodePool (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCXXPredicates.h37 using CXXPredicateCodePool = variable
39 static CXXPredicateCodePool AllCXXMatchCode;
40 static CXXPredicateCodePool AllCXXCustomActionCode;
44 getSorted(const CXXPredicateCodePool &Pool);
48 static const CXXPredicateCode &get(CXXPredicateCodePool &Pool,
H A DCXXPredicates.cpp19 CXXPredicateCode::getSorted(const CXXPredicateCodePool &Pool) { in getSorted()
27 const CXXPredicateCode &CXXPredicateCode::get(CXXPredicateCodePool &Pool, in get()
47 CXXPredicateCode::CXXPredicateCodePool CXXPredicateCode::AllCXXMatchCode;
48 CXXPredicateCode::CXXPredicateCodePool CXXPredicateCode::AllCXXCustomActionCode;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp