Lines Matching refs:InstructionOperandMatcher
2452 class InstructionOperandMatcher : public OperandPredicateMatcher { class
2457 InstructionOperandMatcher(unsigned InsnVarID, unsigned OpIdx, in InstructionOperandMatcher() function in __anon612774070111::InstructionOperandMatcher
2492 if (const InstructionOperandMatcher *BP = in isHigherPriorityThan()
2493 dyn_cast<InstructionOperandMatcher>(&B)) in isHigherPriorityThan()
3472 const InstructionOperandMatcher *AOM = in isHigherPriorityThan()
3473 dyn_cast<InstructionOperandMatcher>(this); in isHigherPriorityThan()
3474 const InstructionOperandMatcher *BOM = in isHigherPriorityThan()
3475 dyn_cast<InstructionOperandMatcher>(&B); in isHigherPriorityThan()
4270 auto MaybeInsnOperand = OM.addPredicate<InstructionOperandMatcher>( in importChildMatcher()
4280 InstructionOperandMatcher &InsnOperand = **MaybeInsnOperand; in importChildMatcher()
4359 auto MaybeInsnOperand = OM.addPredicate<InstructionOperandMatcher>( in importChildMatcher()
4361 InstructionOperandMatcher &InsnOperand = **MaybeInsnOperand; in importChildMatcher()
5985 if (!isa<InstructionOperandMatcher>(OP)) in hasFirstCondition()
6001 if (!isa<InstructionOperandMatcher>(OP)) in getFirstCondition()
6019 if (!isa<InstructionOperandMatcher>(OP)) { in popFirstCondition()