Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1073 Rule, InsnOperand.getInsnMatcher(), SrcChild, TempOpIdx); in importChildMatcher()
1156 InsnOperand.getInsnMatcher().addPredicate<InstructionOpcodeMatcher>( in importChildMatcher()
1163 InsnOperand.getInsnMatcher().addOperand(0, "", TempOpIdx); in importChildMatcher()
1169 InsnOperand.getInsnMatcher().addPredicate<VectorSplatImmPredicateMatcher>( in importChildMatcher()
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp2239 auto &IM = (*InstOpM)->getInsnMatcher(); in emitCodeGenInstructionMatchPattern()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1123 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
1124 bool BIsConstantInsn = BOM && BOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
H A DGlobalISelMatchTable.h1846 InstructionMatcher &getInsnMatcher() const { return *InsnMatcher; } in getInsnMatcher() function