Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp720 if (isa<ComplexPatternOperandMatcher>(OP)) in optimize()
1219 void ComplexPatternOperandMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
1230 unsigned ComplexPatternOperandMatcher::getAllocatedTemporariesBaseID() const { in getAllocatedTemporariesBaseID()
H A DGlobalISelMatchTable.h1065 class ComplexPatternOperandMatcher : public OperandPredicateMatcher {
1075 ComplexPatternOperandMatcher(unsigned InsnVarID, unsigned OpIdx, in ComplexPatternOperandMatcher() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp965 OM.addPredicate<ComplexPatternOperandMatcher>(OM, *ComplexPattern->second); in importComplexPatternOperandMatcher()