Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1259 class OperandLeafPredicateMatcher : public OperandPredicateMatcher {
1264 OperandLeafPredicateMatcher(unsigned InsnVarID, unsigned OpIdx, in OperandLeafPredicateMatcher() function
H A DGlobalISelMatchTable.cpp1334 void OperandLeafPredicateMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1120 OM.addPredicate<OperandLeafPredicateMatcher>(Predicate); in importChildMatcher()