Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1783 class InstructionOpcodeMatcher : public InstructionPredicateMatcher { class
1811 InstructionOpcodeMatcher(unsigned InsnVarID, in InstructionOpcodeMatcher() function in __anon7790e1cf0111::InstructionOpcodeMatcher
1825 Insts == cast<InstructionOpcodeMatcher>(&B)->Insts; in isIdentical()
1870 if (const InstructionOpcodeMatcher *BO = in isHigherPriorityThan()
1871 dyn_cast<InstructionOpcodeMatcher>(&B)) in isHigherPriorityThan()
1902 InstructionOpcodeMatcher::OpcodeValues;
2439 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher()
2441 if (auto *OpMatcher = dyn_cast<InstructionOpcodeMatcher>(P.get())) in getOpcodeMatcher()
3751 InstructionOpcodeMatcher::initOpcodeValuesMap(Target); in gatherOpcodeValues()
3998 InsnMatcher.addPredicate<InstructionOpcodeMatcher>( in createAndImportSelDAGMatcher()
[all …]