Home
last modified time | relevance | path

Searched defs:RCP (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp688 Value *RCP = Builder.CreateFDiv(ConstantFP::get(F32Ty, 1.0), FB); in expandDivRem24() local
801 Value *RCP = Builder.CreateFPToUI(RCP_SCALE, I32Ty); in expandDivRem32() local
H A DAMDGPULegalizerInfo.cpp1985 auto RCP = B.buildIntrinsic(Intrinsic::amdgcn_rcp, {ResTy}, false) in legalizeFastUnsafeFDIV() local
2013 auto RCP = B.buildIntrinsic(Intrinsic::amdgcn_rcp, {S32}, false) in legalizeFDIV16() local
2234 auto RCP = B.buildIntrinsic(Intrinsic::amdgcn_rcp, {S32}, false) in legalizeFDIVFastIntrin() local
H A DAMDGPUISelLowering.h405 RCP, enumerator
H A DAMDGPUISelLowering.cpp1869 SDValue RCP = DAG.getNode(AMDGPUISD::URECIP, DL, VT, Den); in LowerUDIVREM() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h255 RCP, enumerator
H A DAMDGPUISelLowering.cpp1433 SDValue RCP = DAG.getNode(AMDGPUISD::URECIP, DL, VT, Den); in LowerUDIVREM() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtelnetlib.py77 RCP = bytes([2]) # prepare to reconnect variable
/aosp_15_r20/external/python/cpython3/Lib/
Dtelnetlib.py77 RCP = bytes([2]) # prepare to reconnect variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtelnetlib.py77 RCP = bytes([2]) # prepare to reconnect variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtelnetlib.py77 RCP = bytes([2]) # prepare to reconnect variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtelnetlib.py77 RCP = bytes([2]) # prepare to reconnect variable
/aosp_15_r20/external/python/cpython2/Lib/
Dtelnetlib.py75 RCP = chr(2) # prepare to reconnect variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtelnetlib.py77 RCP = bytes([2]) # prepare to reconnect variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h420 RCP, enumerator
H A DAMDGPUCodeGenPrepare.cpp956 Value *RCP = Builder.CreateCall(RcpDecl, { FB }); in expandDivRem24Impl() local
H A DAMDGPULegalizerInfo.cpp3767 auto RCP = B.buildIntrinsic(Intrinsic::amdgcn_rcp, {ResTy}, false) in legalizeFastUnsafeFDIV() local
3831 auto RCP = B.buildIntrinsic(Intrinsic::amdgcn_rcp, {S32}, false) in legalizeFDIV16() local
4051 auto RCP = B.buildIntrinsic(Intrinsic::amdgcn_rcp, {S32}, false) in legalizeFDIVFastIntrin() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c2443 DECL_SPECIAL(RCP) in DECL_SPECIAL() argument