Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:retty

697   Type *RetTy = ForceRetVoidTy ? Type::getVoidTy(CI->getType()->getContext())
699 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs);
851 return AttributeSet::get(CLI.RetTy->getContext(), AttributeSet::ReturnIndex,
861 Type *RetTy = FTy->getReturnType();
881 CLI.setCallee(RetTy, FTy, SymName, std::move(Args), CS, NumArgs);
890 ComputeValueVTs(TLI, CLI.RetTy, RetTys);
893 GetReturnInfo(CLI.RetTy, getReturnAttrs(CLI), Outs, TLI);
896 CLI.CallConv, *FuncInfo.MF, CLI.IsVarArg, Outs, CLI.RetTy->getContext());
904 MVT RegisterVT = TLI.getRegisterType(CLI.RetTy->getContext(), VT);
905 unsigned NumRegs = TLI.getNumRegisters(CLI.RetTy->getContext(), VT);
991 Type *RetTy = FuncTy->getReturnType();
1020 CLI.setCallee(RetTy, FuncTy, CI->getCalledValue(), std::move(Args), CS)