Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dudivrem24.ll175 ; RCP_IFLAG is for URECIP in the full 32b alg
195 ; RCP_IFLAG is for URECIP in the full 32b alg
215 ; RCP_IFLAG is for URECIP in the full 32b alg
289 ; RCP_IFLAG is for URECIP in the full 32b alg
309 ; RCP_IFLAG is for URECIP in the full 32b alg
329 ; RCP_IFLAG is for URECIP in the full 32b alg
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h406 URECIP, enumerator
H A DAMDGPUInstrInfo.td219 def AMDGPUurecip : SDNode<"AMDGPUISD::URECIP", SDTIntUnaryOp>;
H A DAMDGPUISelLowering.cpp1922 SDValue Z = DAG.getNode(AMDGPUISD::URECIP, DL, VT, Y); in LowerUDIVREM()
4307 NODE_NAME_CASE(URECIP) in getTargetNodeName()