Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1765 class InstructionOpcodeMatcher : public InstructionPredicateMatcher { class
1793 InstructionOpcodeMatcher(unsigned InsnVarID, in InstructionOpcodeMatcher() function in __anon332dbd1e0111::InstructionOpcodeMatcher
1807 Insts == cast<InstructionOpcodeMatcher>(&B)->Insts; in isIdentical()
1852 if (const InstructionOpcodeMatcher *BO = in isHigherPriorityThan()
1853 dyn_cast<InstructionOpcodeMatcher>(&B)) in isHigherPriorityThan()
1884 InstructionOpcodeMatcher::OpcodeValues;
2398 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher()
2400 if (auto *OpMatcher = dyn_cast<InstructionOpcodeMatcher>(P.get())) in getOpcodeMatcher()
3703 InstructionOpcodeMatcher::initOpcodeValuesMap(Target); in gatherOpcodeValues()
3943 InsnMatcher.addPredicate<InstructionOpcodeMatcher>( in createAndImportSelDAGMatcher()
[all …]