Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2484 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()
4324 InstructionOperandMatcher &InsnOperand = **MaybeInsnOperand; in importChildMatcher()
6045 if (!isa<InstructionOperandMatcher>(OP)) in hasFirstCondition()
6061 if (!isa<InstructionOperandMatcher>(OP)) in getFirstCondition()
[all …]