Home
last modified time | relevance | path

Searched refs:GenericInstructionPredicateMatcher (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp1612 GenericInstructionPredicateMatcher::GenericInstructionPredicateMatcher( in GenericInstructionPredicateMatcher() function in llvm::gi::GenericInstructionPredicateMatcher
1614 : GenericInstructionPredicateMatcher(InsnVarID, in GenericInstructionPredicateMatcher()
1617 bool GenericInstructionPredicateMatcher::isIdentical( in isIdentical()
1621 static_cast<const GenericInstructionPredicateMatcher &>(B).EnumVal; in isIdentical()
1623 void GenericInstructionPredicateMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
H A DGlobalISelMatchTable.h1620 class GenericInstructionPredicateMatcher : public InstructionPredicateMatcher {
1625 GenericInstructionPredicateMatcher(unsigned InsnVarID,
1628 GenericInstructionPredicateMatcher(unsigned InsnVarID, in GenericInstructionPredicateMatcher() function
H A DGlobalISelCombinerEmitter.cpp1055 IM->addPredicate<GenericInstructionPredicateMatcher>( in addCXXPredicate()
H A DGlobalISelEmitter.cpp785 InsnMatcher.addPredicate<GenericInstructionPredicateMatcher>(Predicate); in createAndImportSelDAGMatcher()