Searched refs:Res32 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 426 SDValue Res32 = TLI.makeLibCall(DAG, RTLIB::FPEXT_F16_F32, MidVT, &Op, 1, in SoftenFloatRes_FP16_TO_FP() local 429 return Res32; in SoftenFloatRes_FP16_TO_FP() 434 return TLI.makeLibCall(DAG, LC, NVT, &Res32, 1, false, SDLoc(N)).first; in SoftenFloatRes_FP16_TO_FP()
|