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

References

utils/TableGen/PredicateExpander.cpp
   26   OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex
   41   OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex
   55   OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex
   68   OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex
   87   OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex
   95   OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex
  101   OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << First
  103      << (isByRef() ? "." : "->") << "getOperand(" << Second << ").getReg()";
  107   OS << "MI" << (isByRef() ? "." : "->") << "getNumOperands() "
  112   OS << "MI" << (isByRef() ? "." : "->") << "getOpcode() "
  188   OS << MethodName << (isByRef() ? "(MI)" : "(*MI)");
  192   OS << (shouldNegate() ? "!" : "") << "MI" << (isByRef() ? "." : "->")
  197   OS << (shouldNegate() ? "!" : "") << "MI" << (isByRef() ? "." : "->")
  205      << (isByRef() ? "(MI)" : "(*MI)");
  249   SS << "switch(MI" << (isByRef() ? "." : "->") << "getOpcode()) {\n";
  386     OS << "const MCInst " << (isByRef() ? "&" : "*") << "MI";
  388     OS << "const MachineInstr " << (isByRef() ? "&" : "*") << "MI";
  475   OS << "switch(MI" << (isByRef() ? "." : "->") << "getOpcode()) {\n";