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.cpp715 if (isa<ComplexPatternOperandMatcher>(OP)) in optimize()
1225 void ComplexPatternOperandMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
1236 unsigned ComplexPatternOperandMatcher::getAllocatedTemporariesBaseID() const { in getAllocatedTemporariesBaseID()
H A DGlobalISelMatchTable.h1051 class ComplexPatternOperandMatcher : public OperandPredicateMatcher {
1061 ComplexPatternOperandMatcher(unsigned InsnVarID, unsigned OpIdx, in ComplexPatternOperandMatcher() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp937 OM.addPredicate<ComplexPatternOperandMatcher>(OM, *ComplexPattern->second); in importComplexPatternOperandMatcher()