Home | History | Annotate | Download | only in Sparc

Lines Matching full:retty

2011   Type *RetTy = Op.getValueType().getTypeForEVT(*DAG.getContext());
2012 Type *RetTyABI = RetTy;
2016 if (RetTy->isFP128Ty()) {
2022 Entry.Ty = PointerType::getUnqual(RetTy);
2041 if (RetTyABI == RetTy)
2044 assert (RetTy->isFP128Ty() && "Unexpected return type!");
2084 Type *RetTy = Type::getInt32Ty(*DAG.getContext());
2092 .setCallee(CallingConv::C, RetTy, Callee, std::move(Args), 0);