Searched refs:CvtLo (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 2574 auto CvtLo = B.buildUITOFP(S64, Unmerge.getReg(0)); in legalizeITOFP() local 2578 B.buildFAdd(Dst, LdExp, CvtLo); in legalizeITOFP() 4529 auto CvtLo = B.buildUITOFP(S32, Unmerge.getReg(0)); in emitReciprocalU64() local 4534 B.buildFConstant(S32, llvm::bit_cast<float>(0x4f800000)), CvtLo); in emitReciprocalU64()
|
H A D | AMDGPUISelLowering.cpp | 3343 SDValue CvtLo = DAG.getNode(ISD::UINT_TO_FP, SL, MVT::f64, Lo); in LowerINT_TO_FP64() local 3348 return DAG.getNode(ISD::FADD, SL, MVT::f64, LdExp, CvtLo); in LowerINT_TO_FP64()
|