reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

utils/TableGen/GlobalISelEmitter.cpp
  942   const OperandMatcher &getOperandMatcher(StringRef Name) const;

References

utils/TableGen/GlobalISelEmitter.cpp
 2359     const OperandMatcher &Operand = Rule.getOperandMatcher(SymbolicName);
 2426     const OperandMatcher &Operand = Rule.getOperandMatcher(SymbolicName);
 2528     const OperandMatcher &Operand = Rule.getOperandMatcher(SymbolicName);
 2775         const OperandMatcher &OM = Rule.getOperandMatcher(Copy->getSymbolicName());
 3214   const OperandMatcher &OtherOM = Rule.getOperandMatcher(MatchingName);
 4060       const OperandMatcher &OM = Rule.getOperandMatcher(DstChild->getName());