Home
last modified time | relevance | path

Searched refs:Rcp (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp2152 auto Rcp = B.buildIntrinsic(Intrinsic::amdgcn_rcp, {S64}, false) in legalizeFDIV64() local
2156 auto Fma0 = B.buildFMA(S64, NegDivScale0, Rcp, One, Flags); in legalizeFDIV64()
2157 auto Fma1 = B.buildFMA(S64, Rcp, Fma0, Rcp, Flags); in legalizeFDIV64()
DAMDGPUISelLowering.cpp1685 SDValue Rcp = DAG.getNode(AMDGPUISD::RCP, DL, MVT::f32, Mad1); in LowerUDIVREM64() local
1686 SDValue Mul1 = DAG.getNode(ISD::FMUL, DL, MVT::f32, Rcp, in LowerUDIVREM64()
DSIISelLowering.cpp7823 SDValue Rcp = DAG.getNode(AMDGPUISD::RCP, SL, MVT::f64, DivScale0); in LowerFDIV64() local
7825 SDValue Fma0 = DAG.getNode(ISD::FMA, SL, MVT::f64, NegDivScale0, Rcp, One); in LowerFDIV64()
7827 SDValue Fma1 = DAG.getNode(ISD::FMA, SL, MVT::f64, Rcp, Fma0, Rcp); in LowerFDIV64()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp227 return Rcp(x, pp ? Precision::Relaxed : Precision::Full, finite, exactAtPow2); in reciprocal()
239 return Rcp(abs, pp ? Precision::Relaxed : Precision::Full); in reciprocalSquareRoot()
DSamplerCore.cpp1151 anisotropy = lod * Rcp(det, Precision::Relaxed); in computeLod2D()
1156 lod *= Rcp(anisotropy * anisotropy, Precision::Relaxed); in computeLod2D()
DPixelRoutine.cpp166 WWWW = Rcp(WWWW, Precision::Relaxed); in quad()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp4705 RValue<Float4> Rcp(RValue<Float4> x, Precision p, bool finite, bool exactAtPow2) in Rcp() function
4711 RValue<Float> Rcp(RValue<Float> x, Precision p, bool finite, bool exactAtPow2) in Rcp() function
DReactor.hpp2183 RValue<Float> Rcp(RValue<Float> x, Precision p = Precision::Full, bool finite = false, bool exactAt…
2354 RValue<Float4> Rcp(RValue<Float4> x, Precision p = Precision::Full, bool finite = false, bool exact…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsNVVM.td628 // Rcp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td601 // Rcp