Home
last modified time | relevance | path

Searched defs:Rcp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp808 Value *Rcp = Builder.CreateUnaryIntrinsic(Intrinsic::amdgcn_rcp, FrexpMant); in emitRcpIEEE1ULP() local
827 Value *Rcp = in emitFrexpDiv() local
1044 Value *Rcp = optimizeWithRcp(Builder, Num, Den, DivFMF, FDivInst); in visitFDivElement() local
1458 Function *Rcp = Intrinsic::getDeclaration(Mod, Intrinsic::amdgcn_rcp, F32Ty); in expandDivRem32() local
H A DAMDGPULegalizerInfo.cpp4536 auto Rcp = B.buildInstr(AMDGPU::G_AMDGPU_RCP_IFLAG, {S32}, {Mad}); in emitReciprocalU64() local
4568 auto Rcp = B.buildMergeLikeInstr(S64, {RcpLo, RcpHi}); in legalizeUnsignedDIV_REM64Impl() local
5049 auto Rcp = B.buildIntrinsic(Intrinsic::amdgcn_rcp, {S64}) in legalizeFDIV64() local
H A DAMDGPUISelLowering.cpp2075 SDValue Rcp = DAG.getNode(AMDGPUISD::RCP, DL, MVT::f32, Mad1); in LowerUDIVREM64() local
H A DSIISelLowering.cpp10787 SDValue Rcp = DAG.getNode(AMDGPUISD::RCP, SL, MVT::f64, DivScale0); in LowerFDIV64() local