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

References

utils/TableGen/CodeGenInstruction.cpp
  277   std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false);
  283   StringRef DestOpName = (FirstIsDest ? LHSOpName : RHSOpName);
  285   StringRef SrcOpName = (FirstIsDest ? RHSOpName : LHSOpName);
  290       Rec->getLoc(), "Input operands '" + LHSOpName + "' and '" + RHSOpName +
  294       Rec->getLoc(), "Output operands '" + LHSOpName + "' and '" + RHSOpName +