reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3192 CallingConv::ID CC = CLI.CallConv; 3193 bool IsTailCall = CLI.IsTailCall; 3194 bool IsVarArg = CLI.IsVarArg; 3195 const Value *Callee = CLI.Callee; 3196 MCSymbol *Symbol = CLI.Symbol; 3225 if (CLI.RetTy->isVoidTy()) 3227 else if (!isTypeLegal(CLI.RetTy, RetVT)) 3230 for (auto Flag : CLI.OutFlags) 3237 OutVTs.reserve(CLI.OutVals.size()); 3239 for (auto *Val : CLI.OutVals) { 3258 if (!processCallArgs(CLI, OutVTs, NumBytes)) 3307 for (auto Reg : CLI.OutRegs) 3314 CLI.Call = MIB; 3317 return finishCall(CLI, RetVT, NumBytes);