Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1213 class ComplexPatternOperandMatcher : public OperandPredicateMatcher { class
1223 ComplexPatternOperandMatcher(unsigned InsnVarID, unsigned OpIdx, in ComplexPatternOperandMatcher() function in __anon7e76e5f80111::ComplexPatternOperandMatcher
1515 unsigned ComplexPatternOperandMatcher::getAllocatedTemporariesBaseID() const { in getAllocatedTemporariesBaseID()
3375 OM.addPredicate<ComplexPatternOperandMatcher>(OM, *ComplexPattern->second); in importComplexPatternOperandMatcher()
4578 if (isa<ComplexPatternOperandMatcher>(OP)) in optimize()