Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp655 class OperandMatcher;
836 StringMap<OperandMatcher *> DefinedOperands;
840 DenseMap<Record *, OperandMatcher *> PhysRegOperands;
927 void defineOperand(StringRef SymbolicName, OperandMatcher &OM);
929 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()
1601 class OperandMatcher : public PredicateListMatcher<OperandPredicateMatcher> { class
[all …]