Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp672 class OperandMatcher;
852 StringMap<OperandMatcher *> DefinedOperands;
856 DenseMap<Record *, OperandMatcher *> PhysRegOperands;
941 void defineOperand(StringRef SymbolicName, OperandMatcher &OM);
943 void definePhysRegOperand(Record *Reg, OperandMatcher &OM);
978 const OperandMatcher &getOperandMatcher(StringRef Name) const;
979 const OperandMatcher &getPhysRegOperandMatcher(Record *) const;
1368 const OperandMatcher &Operand;
1377 const OperandMatcher &Operand, in ComplexPatternOperandMatcher()
1619 class OperandMatcher : public PredicateListMatcher<OperandPredicateMatcher> { class
[all …]