Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1546 class InstructionOpcodeMatcher : public InstructionPredicateMatcher { class
1570 I == cast<InstructionOpcodeMatcher>(&B)->I; in isIdentical()
1601 if (const InstructionOpcodeMatcher *BO = in isHigherPriorityThan()
1602 dyn_cast<InstructionOpcodeMatcher>(&B)) in isHigherPriorityThan()
1621 InstructionOpcodeMatcher::OpcodeValues;
1996 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher()
1998 if (auto *OpMatcher = dyn_cast<InstructionOpcodeMatcher>(P.get())) in getOpcodeMatcher()
3088 InstructionOpcodeMatcher::initOpcodeValuesMap(Target); in gatherOpcodeValues()
3167 InsnMatcher.addPredicate<InstructionOpcodeMatcher>( in createAndImportSelDAGMatcher()
3180 InsnMatcher.addPredicate<InstructionOpcodeMatcher>(SrcGIOrNull); in createAndImportSelDAGMatcher()
[all …]