Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1778 class InstructionOpcodeMatcher : public InstructionPredicateMatcher { class
1806 InstructionOpcodeMatcher(unsigned InsnVarID, in InstructionOpcodeMatcher() function in __anona2f7906b0111::InstructionOpcodeMatcher
1820 Insts == cast<InstructionOpcodeMatcher>(&B)->Insts; in isIdentical()
1865 if (const InstructionOpcodeMatcher *BO = in isHigherPriorityThan()
1866 dyn_cast<InstructionOpcodeMatcher>(&B)) in isHigherPriorityThan()
1897 InstructionOpcodeMatcher::OpcodeValues;
2411 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher()
2413 if (auto *OpMatcher = dyn_cast<InstructionOpcodeMatcher>(P.get())) in getOpcodeMatcher()
3716 InstructionOpcodeMatcher::initOpcodeValuesMap(Target); in gatherOpcodeValues()
3957 InsnMatcher.addPredicate<InstructionOpcodeMatcher>( in createAndImportSelDAGMatcher()
[all …]