Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2439 class InstructionOperandMatcher : public OperandPredicateMatcher { class
2444 InstructionOperandMatcher(unsigned InsnVarID, unsigned OpIdx, in InstructionOperandMatcher() function in __anon332dbd1e0111::InstructionOperandMatcher
2479 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 …]