Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp2480 class InstructionOperandMatcher : public OperandPredicateMatcher { class
2485 InstructionOperandMatcher(unsigned InsnVarID, unsigned OpIdx, in InstructionOperandMatcher() function in __anon7790e1cf0111::InstructionOperandMatcher
2520 if (const InstructionOperandMatcher *BP = in isHigherPriorityThan()
2521 dyn_cast<InstructionOperandMatcher>(&B)) in isHigherPriorityThan()
3507 const InstructionOperandMatcher *AOM = in isHigherPriorityThan()
3508 dyn_cast<InstructionOperandMatcher>(this); in isHigherPriorityThan()
3509 const InstructionOperandMatcher *BOM = in isHigherPriorityThan()
3510 dyn_cast<InstructionOperandMatcher>(&B); in isHigherPriorityThan()
4324 auto MaybeInsnOperand = OM.addPredicate<InstructionOperandMatcher>( in importChildMatcher()
4334 InstructionOperandMatcher &InsnOperand = **MaybeInsnOperand; in importChildMatcher()
[all …]