Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp2420 InstructionMatcher &getInsnMatcher() const { return *InsnMatcher; } in getInsnMatcher() function in __anon0a286f430111::InstructionOperandMatcher
3429 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
3430 bool BIsConstantInsn = BOM && BOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
4207 Rule, InsnOperand.getInsnMatcher(), SrcChild, TempOpIdx); in importChildMatcher()
4297 InsnOperand.getInsnMatcher().addPredicate<InstructionOpcodeMatcher>( in importChildMatcher()
4304 InsnOperand.getInsnMatcher().addOperand(0, "", TempOpIdx); in importChildMatcher()
4310 InsnOperand.getInsnMatcher().addPredicate<VectorSplatImmPredicateMatcher>( in importChildMatcher()