Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2467 InstructionMatcher &getInsnMatcher() const { return *InsnMatcher; } in getInsnMatcher() function in __anon612774070111::InstructionOperandMatcher
3476 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
3477 bool BIsConstantInsn = BOM && BOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
4282 Rule, InsnOperand.getInsnMatcher(), SrcChild, TempOpIdx); in importChildMatcher()
4372 InsnOperand.getInsnMatcher().addPredicate<InstructionOpcodeMatcher>( in importChildMatcher()
4379 InsnOperand.getInsnMatcher().addOperand(0, "", TempOpIdx); in importChildMatcher()
4385 InsnOperand.getInsnMatcher().addPredicate<VectorSplatImmPredicateMatcher>( in importChildMatcher()