Lines Matching refs:RetVT
102 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops,
1902 /// and returning a result of type RetVT.
1903 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT,
1920 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext());
2066 EVT RetVT = Node->getValueType(0);
2067 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext());
2081 SDValue FIPtr = DAG.CreateStackTemporary(RetVT);
2100 SDValue Rem = DAG.getLoad(RetVT, dl, CallInfo.second, FIPtr,
2173 EVT RetVT = Node->getValueType(0);
2174 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext());
2187 SDValue SinPtr = DAG.CreateStackTemporary(RetVT);
2195 SDValue CosPtr = DAG.CreateStackTemporary(RetVT);
2214 Results.push_back(DAG.getLoad(RetVT, dl, CallInfo.second, SinPtr,
2216 Results.push_back(DAG.getLoad(RetVT, dl, CallInfo.second, CosPtr,