Home | History | Annotate | Download | only in X86

Lines Matching refs:CLI

79   bool fastLowerCall(CallLoweringInfo &CLI) override;
2829 bool X86FastISel::fastLowerCall(CallLoweringInfo &CLI) {
2830 auto &OutVals = CLI.OutVals;
2831 auto &OutFlags = CLI.OutFlags;
2832 auto &OutRegs = CLI.OutRegs;
2833 auto &Ins = CLI.Ins;
2834 auto &InRegs = CLI.InRegs;
2835 CallingConv::ID CC = CLI.CallConv;
2836 bool &IsTailCall = CLI.IsTailCall;
2837 bool IsVarArg = CLI.IsVarArg;
2838 const Value *Callee = CLI.Callee;
2839 MCSymbol *Symbol = CLI.Symbol;
2871 if (CLI.CS && CLI.CS->hasInAllocaArgument())
2902 if (TI && TI->getType()->isIntegerTy(1) && CLI.CS &&
2903 (TI->getParent() == CLI.CS->getInstruction()->getParent()) &&
2931 CCState CCInfo(CC, IsVarArg, *FuncInfo.MF, ArgLocs, CLI.RetTy->getContext());
3158 computeBytesPoppedByCallee(Subtarget, CC, CLI.CS);
3166 CLI.RetTy->getContext());
3170 unsigned ResultReg = FuncInfo.CreateRegs(CLI.RetTy);
3212 CLI.ResultReg = ResultReg;
3213 CLI.NumResultRegs = RVLocs.size();
3214 CLI.Call = MIB;