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.cpp1537 bool InstructionImmPredicateMatcher::isIdentical( in isIdentical()
1541 cast<InstructionImmPredicateMatcher>(&B) in isIdentical()
1545 void InstructionImmPredicateMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
H A DGlobalISelMatchTable.h1503 class InstructionImmPredicateMatcher : public InstructionPredicateMatcher {
1508 InstructionImmPredicateMatcher(unsigned InsnVarID, in InstructionImmPredicateMatcher() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp806 InsnMatcher.addPredicate<InstructionImmPredicateMatcher>(Predicate); in createAndImportSelDAGMatcher()