Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp1477 bool InstructionImmPredicateMatcher::isIdentical( in isIdentical()
1481 cast<InstructionImmPredicateMatcher>(&B) in isIdentical()
1485 void InstructionImmPredicateMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
H A DGlobalISelMatchTable.h1446 class InstructionImmPredicateMatcher : public InstructionPredicateMatcher {
1451 InstructionImmPredicateMatcher(unsigned InsnVarID, in InstructionImmPredicateMatcher() function
H A DGlobalISelEmitter.cpp755 InsnMatcher.addPredicate<InstructionImmPredicateMatcher>(Predicate); in createAndImportSelDAGMatcher()