Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2494 InstructionMatcher &getInsnMatcher() const { return *InsnMatcher; } in getInsnMatcher() function in __anoncee47b830111::InstructionOperandMatcher
3504 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
3505 bool BIsConstantInsn = BOM && BOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
4326 Rule, InsnOperand.getInsnMatcher(), SrcChild, TempOpIdx); in importChildMatcher()
4416 InsnOperand.getInsnMatcher().addPredicate<InstructionOpcodeMatcher>( in importChildMatcher()
4423 InsnOperand.getInsnMatcher().addOperand(0, "", TempOpIdx); in importChildMatcher()
4429 InsnOperand.getInsnMatcher().addPredicate<VectorSplatImmPredicateMatcher>( in importChildMatcher()