Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1543 class InstructionOpcodeMatcher : public InstructionPredicateMatcher { class
1558 InstructionOpcodeMatcher(unsigned InsnVarID, const CodeGenInstruction *I) in InstructionOpcodeMatcher() function in __anon685cc1160111::InstructionOpcodeMatcher
1567 I == cast<InstructionOpcodeMatcher>(&B)->I; in isIdentical()
1598 if (const InstructionOpcodeMatcher *BO = in isHigherPriorityThan()
1599 dyn_cast<InstructionOpcodeMatcher>(&B)) in isHigherPriorityThan()
1618 InstructionOpcodeMatcher::OpcodeValues;
1987 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher()
1989 if (auto *OpMatcher = dyn_cast<InstructionOpcodeMatcher>(P.get())) in getOpcodeMatcher()
3082 InstructionOpcodeMatcher::initOpcodeValuesMap(Target); in gatherOpcodeValues()
3174 InsnMatcher.addPredicate<InstructionOpcodeMatcher>( in createAndImportSelDAGMatcher()
[all …]