Searched refs:OperandMatcher (Results 1 – 2 of 2) sorted by relevance
656 class OperandMatcher;837 StringMap<OperandMatcher *> DefinedOperands;841 DenseMap<Record *, OperandMatcher *> PhysRegOperands;928 void defineOperand(StringRef SymbolicName, OperandMatcher &OM);930 void definePhysRegOperand(Record *Reg, OperandMatcher &OM);964 const OperandMatcher &getOperandMatcher(StringRef Name) const;965 const OperandMatcher &getPhysRegOperandMatcher(Record *) const;1350 const OperandMatcher &Operand;1359 const OperandMatcher &Operand, in ComplexPatternOperandMatcher()1567 class OperandMatcher : public PredicateListMatcher<OperandPredicateMatcher> { class[all …]
123 auto OperandMatcher = in registerMatchers() local126 Finder->addMatcher(OperandMatcher, this); in registerMatchers()