reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3174 auto &OutVals = CLI.OutVals; 3175 auto &OutFlags = CLI.OutFlags; 3176 auto &OutRegs = CLI.OutRegs; 3177 auto &Ins = CLI.Ins; 3178 auto &InRegs = CLI.InRegs; 3179 CallingConv::ID CC = CLI.CallConv; 3180 bool &IsTailCall = CLI.IsTailCall; 3181 bool IsVarArg = CLI.IsVarArg; 3182 const Value *Callee = CLI.Callee; 3183 MCSymbol *Symbol = CLI.Symbol; 3189 CLI.CS ? dyn_cast<CallInst>(CLI.CS->getInstruction()) : nullptr; 3189 CLI.CS ? dyn_cast<CallInst>(CLI.CS->getInstruction()) : nullptr; 3195 CLI.CS ? dyn_cast<InvokeInst>(CLI.CS->getInstruction()) : nullptr; 3195 CLI.CS ? dyn_cast<InvokeInst>(CLI.CS->getInstruction()) : nullptr; 3241 if (CLI.CS && CLI.CS->hasInAllocaArgument()) 3241 if (CLI.CS && CLI.CS->hasInAllocaArgument()) 3244 for (auto Flag : CLI.OutFlags) 3271 if (TI && TI->getType()->isIntegerTy(1) && CLI.CS && 3272 (TI->getParent() == CLI.CS->getInstruction()->getParent()) && 3300 CCState CCInfo(CC, IsVarArg, *FuncInfo.MF, ArgLocs, CLI.RetTy->getContext()); 3539 : computeBytesPoppedByCalleeForSRet(Subtarget, CC, CLI.CS); 3547 CLI.RetTy->getContext()); 3551 unsigned ResultReg = FuncInfo.CreateRegs(CLI.RetTy); 3594 CLI.ResultReg = ResultReg; 3595 CLI.NumResultRegs = RVLocs.size(); 3596 CLI.Call = MIB;