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

References

lib/Target/ARC/ARCISelLowering.cpp
  225   SelectionDAG &DAG = CLI.DAG;
  226   SDLoc &dl = CLI.DL;
  227   SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs;
  228   SmallVectorImpl<SDValue> &OutVals = CLI.OutVals;
  229   SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
  230   SDValue Chain = CLI.Chain;
  231   SDValue Callee = CLI.Callee;
  232   CallingConv::ID CallConv = CLI.CallConv;
  233   bool IsVarArg = CLI.IsVarArg;
  234   bool &IsTailCall = CLI.IsTailCall;