Searched refs:InstructionOperandMatcher (Results 1 – 1 of 1) sorted by relevance
2439 class InstructionOperandMatcher : public OperandPredicateMatcher { class2444 InstructionOperandMatcher(unsigned InsnVarID, unsigned OpIdx, in InstructionOperandMatcher() function in __anon332dbd1e0111::InstructionOperandMatcher2479 if (const InstructionOperandMatcher *BP = in isHigherPriorityThan()2480 dyn_cast<InstructionOperandMatcher>(&B)) in isHigherPriorityThan()3459 const InstructionOperandMatcher *AOM = in isHigherPriorityThan()3460 dyn_cast<InstructionOperandMatcher>(this); in isHigherPriorityThan()3461 const InstructionOperandMatcher *BOM = in isHigherPriorityThan()3462 dyn_cast<InstructionOperandMatcher>(&B); in isHigherPriorityThan()4256 auto MaybeInsnOperand = OM.addPredicate<InstructionOperandMatcher>( in importChildMatcher()4266 InstructionOperandMatcher &InsnOperand = **MaybeInsnOperand; in importChildMatcher()[all …]