Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1361 class ComplexPatternOperandMatcher : public OperandPredicateMatcher { class
1371 ComplexPatternOperandMatcher(unsigned InsnVarID, unsigned OpIdx, in ComplexPatternOperandMatcher() function in __anon612774070111::ComplexPatternOperandMatcher
1747 unsigned ComplexPatternOperandMatcher::getAllocatedTemporariesBaseID() const { in getAllocatedTemporariesBaseID()
4158 OM.addPredicate<ComplexPatternOperandMatcher>(OM, *ComplexPattern->second); in importComplexPatternOperandMatcher()
5964 if (isa<ComplexPatternOperandMatcher>(OP)) in optimize()