Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:CLI

382 HexagonTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
384 SelectionDAG &DAG = CLI.DAG;
385 SDLoc &dl = CLI.DL;
386 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs;
387 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals;
388 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
389 SDValue Chain = CLI.Chain;
390 SDValue Callee = CLI.Callee;
391 bool &isTailCall = CLI.IsTailCall;
392 CallingConv::ID CallConv = CLI.CallConv;
393 bool isVarArg = CLI.IsVarArg;