Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1517 bool InstructionImmPredicateMatcher::isIdentical( in isIdentical()
1521 cast<InstructionImmPredicateMatcher>(&B) in isIdentical()
1525 void InstructionImmPredicateMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
H A DGlobalISelMatchTable.h1455 class InstructionImmPredicateMatcher : public InstructionPredicateMatcher {
1460 InstructionImmPredicateMatcher(unsigned InsnVarID, in InstructionImmPredicateMatcher() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp766 InsnMatcher.addPredicate<InstructionImmPredicateMatcher>(Predicate); in createAndImportSelDAGMatcher()