Searched refs:FractBits (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 1414 const unsigned FractBits = 52; in extractF64Exponent() local 1418 auto Const0 = B.buildConstant(S32, FractBits - 32); in extractF64Exponent() 1448 const unsigned FractBits = 52; in legalizeIntrinsicTrunc() local 1454 const auto FractMask = B.buildConstant(S64, (UINT64_C(1) << FractBits) - 1); in legalizeIntrinsicTrunc() 1464 auto FiftyOne = B.buildConstant(S32, FractBits - 1); in legalizeIntrinsicTrunc()
|
D | AMDGPUISelLowering.cpp | 2066 const unsigned FractBits = 52; in extractF64Exponent() local 2071 DAG.getConstant(FractBits - 32, SL, MVT::i32), in extractF64Exponent() 2096 const unsigned FractBits = 52; in LowerFTRUNC() local 2108 = DAG.getConstant((UINT64_C(1) << FractBits) - 1, SL, MVT::i64); in LowerFTRUNC() 2117 const SDValue FiftyOne = DAG.getConstant(FractBits - 1, SL, MVT::i32); in LowerFTRUNC()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1630 const unsigned FractBits = 52; in extractF64Exponent() local 1635 DAG.getConstant(FractBits - 32, SL, MVT::i32), in extractF64Exponent() 1660 const unsigned FractBits = 52; in LowerFTRUNC() local 1672 = DAG.getConstant((UINT64_C(1) << FractBits) - 1, SL, MVT::i64); in LowerFTRUNC() 1681 const SDValue FiftyOne = DAG.getConstant(FractBits - 1, SL, MVT::i32); in LowerFTRUNC()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 1935 const unsigned FractBits = 52; in extractF64Exponent() local 1939 auto Const0 = B.buildConstant(S32, FractBits - 32); in extractF64Exponent() 1968 const unsigned FractBits = 52; in legalizeIntrinsicTrunc() local 1974 const auto FractMask = B.buildConstant(S64, (UINT64_C(1) << FractBits) - 1); in legalizeIntrinsicTrunc() 1984 auto FiftyOne = B.buildConstant(S32, FractBits - 1); in legalizeIntrinsicTrunc()
|
D | AMDGPUISelLowering.cpp | 2134 const unsigned FractBits = 52; in extractF64Exponent() local 2139 DAG.getConstant(FractBits - 32, SL, MVT::i32), in extractF64Exponent() 2164 const unsigned FractBits = 52; in LowerFTRUNC() local 2176 = DAG.getConstant((UINT64_C(1) << FractBits) - 1, SL, MVT::i64); in LowerFTRUNC() 2185 const SDValue FiftyOne = DAG.getConstant(FractBits - 1, SL, MVT::i32); in LowerFTRUNC()
|