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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1643 class InstructionOpcodeMatcher : public InstructionPredicateMatcher { class in inherits:InstructionPredicateMatcher
1658 InstructionOpcodeMatcher(unsigned InsnVarID, const CodeGenInstruction *I) function in class:InstructionOpcodeMatcher
1667 I == cast<InstructionOpcodeMatcher>(&B)->I;
1698 if (const InstructionOpcodeMatcher *BO =
1699 dyn_cast<InstructionOpcodeMatcher>(&B))
1718 InstructionOpcodeMatcher::OpcodeValues;
1759 /// InstructionMatcher, InstructionOpcodeMatcher, OperandMatcher, and a
2182 InstructionOpcodeMatcher &getOpcodeMatcher() {
2184 if (auto *OpMatcher = dyn_cast<InstructionOpcodeMatcher>(P.get()))
3423 InstructionOpcodeMatcher
[all...]

Completed in 104 milliseconds