Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1731 class InstructionOpcodeMatcher : public InstructionPredicateMatcher { class
1759 InstructionOpcodeMatcher(unsigned InsnVarID, in InstructionOpcodeMatcher() function in __anon0a286f430111::InstructionOpcodeMatcher
1773 Insts == cast<InstructionOpcodeMatcher>(&B)->Insts; in isIdentical()
1818 if (const InstructionOpcodeMatcher *BO = in isHigherPriorityThan()
1819 dyn_cast<InstructionOpcodeMatcher>(&B)) in isHigherPriorityThan()
1850 InstructionOpcodeMatcher::OpcodeValues;
2364 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher()
2366 if (auto *OpMatcher = dyn_cast<InstructionOpcodeMatcher>(P.get())) in getOpcodeMatcher()
3665 InstructionOpcodeMatcher::initOpcodeValuesMap(Target); in gatherOpcodeValues()
3893 InsnMatcher.addPredicate<InstructionOpcodeMatcher>( in createAndImportSelDAGMatcher()
[all …]