Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2495 const unsigned FractBits = 52; in extractF64Exponent() local
2499 auto Const0 = B.buildConstant(S32, FractBits - 32); in extractF64Exponent()
2528 const unsigned FractBits = 52; in legalizeIntrinsicTrunc() local
2534 const auto FractMask = B.buildConstant(S64, (UINT64_C(1) << FractBits) - 1); in legalizeIntrinsicTrunc()
2544 auto FiftyOne = B.buildConstant(S32, FractBits - 1); in legalizeIntrinsicTrunc()
H A DAMDGPUISelLowering.cpp2391 const unsigned FractBits = 52; in extractF64Exponent() local
2396 DAG.getConstant(FractBits - 32, SL, MVT::i32), in extractF64Exponent()
2418 const unsigned FractBits = 52; in LowerFTRUNC() local
2430 = DAG.getConstant((UINT64_C(1) << FractBits) - 1, SL, MVT::i64); in LowerFTRUNC()
2439 const SDValue FiftyOne = DAG.getConstant(FractBits - 1, SL, MVT::i32); in LowerFTRUNC()