Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1366 class ComplexPatternOperandMatcher : public OperandPredicateMatcher { class
1376 ComplexPatternOperandMatcher(unsigned InsnVarID, unsigned OpIdx, in ComplexPatternOperandMatcher() function in __anon8aabd5ea0111::ComplexPatternOperandMatcher
1752 unsigned ComplexPatternOperandMatcher::getAllocatedTemporariesBaseID() const { in getAllocatedTemporariesBaseID()
4212 OM.addPredicate<ComplexPatternOperandMatcher>(OM, *ComplexPattern->second); in importComplexPatternOperandMatcher()
6035 if (isa<ComplexPatternOperandMatcher>(OP)) in optimize()