Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4564 Register RcpLo, RcpHi; in legalizeUnsignedDIV_REM64Impl() local
4566 std::tie(RcpLo, RcpHi) = emitReciprocalU64(B, Denom); in legalizeUnsignedDIV_REM64Impl()
4568 auto Rcp = B.buildMergeLikeInstr(S64, {RcpLo, RcpHi}); in legalizeUnsignedDIV_REM64Impl()
4580 auto Add1_Lo = B.buildUAddo(S32, S1, RcpLo, MulHi1_Lo); in legalizeUnsignedDIV_REM64Impl()