Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp2405 class InstructionOperandMatcher : public OperandPredicateMatcher { class
2410 InstructionOperandMatcher(unsigned InsnVarID, unsigned OpIdx, in InstructionOperandMatcher() function in __anon0a286f430111::InstructionOperandMatcher
2445 if (const InstructionOperandMatcher *BP = in isHigherPriorityThan()
2446 dyn_cast<InstructionOperandMatcher>(&B)) in isHigherPriorityThan()
3425 const InstructionOperandMatcher *AOM = in isHigherPriorityThan()
3426 dyn_cast<InstructionOperandMatcher>(this); in isHigherPriorityThan()
3427 const InstructionOperandMatcher *BOM = in isHigherPriorityThan()
3428 dyn_cast<InstructionOperandMatcher>(&B); in isHigherPriorityThan()
4195 auto MaybeInsnOperand = OM.addPredicate<InstructionOperandMatcher>( in importChildMatcher()
4205 InstructionOperandMatcher &InsnOperand = **MaybeInsnOperand; in importChildMatcher()
[all …]