Home
last modified time | relevance | path

Searched refs:URECIP (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/AMDGPU/
Dudivrem24.ll118 ; RCP_IFLAG is for URECIP in the full 32b alg
138 ; RCP_IFLAG is for URECIP in the full 32b alg
158 ; RCP_IFLAG is for URECIP in the full 32b alg
232 ; RCP_IFLAG is for URECIP in the full 32b alg
252 ; RCP_IFLAG is for URECIP in the full 32b alg
272 ; RCP_IFLAG is for URECIP in the full 32b alg
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dudivrem24.ll118 ; RCP_IFLAG is for URECIP in the full 32b alg
138 ; RCP_IFLAG is for URECIP in the full 32b alg
158 ; RCP_IFLAG is for URECIP in the full 32b alg
232 ; RCP_IFLAG is for URECIP in the full 32b alg
252 ; RCP_IFLAG is for URECIP in the full 32b alg
272 ; RCP_IFLAG is for URECIP in the full 32b alg
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h247 URECIP, enumerator
DAMDGPUInstrInfo.td155 def AMDGPUurecip : SDNode<"AMDGPUISD::URECIP", SDTIntUnaryOp>;
DAMDGPUISelLowering.cpp1433 SDValue RCP = DAG.getNode(AMDGPUISD::URECIP, DL, VT, Den); in LowerUDIVREM()
2821 NODE_NAME_CASE(URECIP) in getTargetNodeName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h370 URECIP, enumerator
DAMDGPUInstrInfo.td255 def AMDGPUurecip : SDNode<"AMDGPUISD::URECIP", SDTIntUnaryOp>;
DAMDGPUISelLowering.cpp1783 SDValue RCP = DAG.getNode(AMDGPUISD::URECIP, DL, VT, Den); in LowerUDIVREM()
4027 NODE_NAME_CASE(URECIP) in getTargetNodeName()