Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1365 class ComplexPatternOperandMatcher : public OperandPredicateMatcher { class
1375 ComplexPatternOperandMatcher(unsigned InsnVarID, unsigned OpIdx, in ComplexPatternOperandMatcher() function in __anoncee47b830111::ComplexPatternOperandMatcher
1751 unsigned ComplexPatternOperandMatcher::getAllocatedTemporariesBaseID() const { in getAllocatedTemporariesBaseID()
4202 OM.addPredicate<ComplexPatternOperandMatcher>(OM, *ComplexPattern->second); in importComplexPatternOperandMatcher()
6024 if (isa<ComplexPatternOperandMatcher>(OP)) in optimize()