Lines Matching refs:InstructionOperandMatcher
2479 class InstructionOperandMatcher : public OperandPredicateMatcher { class
2484 InstructionOperandMatcher(unsigned InsnVarID, unsigned OpIdx, in InstructionOperandMatcher() function in __anoncee47b830111::InstructionOperandMatcher
2519 if (const InstructionOperandMatcher *BP = in isHigherPriorityThan()
2520 dyn_cast<InstructionOperandMatcher>(&B)) in isHigherPriorityThan()
3500 const InstructionOperandMatcher *AOM = in isHigherPriorityThan()
3501 dyn_cast<InstructionOperandMatcher>(this); in isHigherPriorityThan()
3502 const InstructionOperandMatcher *BOM = in isHigherPriorityThan()
3503 dyn_cast<InstructionOperandMatcher>(&B); in isHigherPriorityThan()
4314 auto MaybeInsnOperand = OM.addPredicate<InstructionOperandMatcher>( in importChildMatcher()
4324 InstructionOperandMatcher &InsnOperand = **MaybeInsnOperand; in importChildMatcher()
4403 auto MaybeInsnOperand = OM.addPredicate<InstructionOperandMatcher>( in importChildMatcher()
4405 InstructionOperandMatcher &InsnOperand = **MaybeInsnOperand; in importChildMatcher()
6045 if (!isa<InstructionOperandMatcher>(OP)) in hasFirstCondition()
6061 if (!isa<InstructionOperandMatcher>(OP)) in getFirstCondition()
6079 if (!isa<InstructionOperandMatcher>(OP)) { in popFirstCondition()