Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1782 class InstructionOpcodeMatcher : public InstructionPredicateMatcher { class
1810 InstructionOpcodeMatcher(unsigned InsnVarID, in InstructionOpcodeMatcher() function in __anoncee47b830111::InstructionOpcodeMatcher
1824 Insts == cast<InstructionOpcodeMatcher>(&B)->Insts; in isIdentical()
1869 if (const InstructionOpcodeMatcher *BO = in isHigherPriorityThan()
1870 dyn_cast<InstructionOpcodeMatcher>(&B)) in isHigherPriorityThan()
1901 InstructionOpcodeMatcher::OpcodeValues;
2438 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher()
2440 if (auto *OpMatcher = dyn_cast<InstructionOpcodeMatcher>(P.get())) in getOpcodeMatcher()
3744 InstructionOpcodeMatcher::initOpcodeValuesMap(Target); in gatherOpcodeValues()
3990 InsnMatcher.addPredicate<InstructionOpcodeMatcher>( in createAndImportSelDAGMatcher()
[all …]