Searched refs:NewBW (Results 1 – 3 of 3) sorted by relevance
10914 unsigned NewBW = NextPowerOf2(MSB - ShAmt); in ReduceLoadOpStoreWidth() local10915 EVT NewVT = EVT::getIntegerVT(*DAG.getContext(), NewBW); in ReduceLoadOpStoreWidth()10918 while (NewBW < BitWidth && in ReduceLoadOpStoreWidth()10919 (NewVT.getStoreSizeInBits() != NewBW || in ReduceLoadOpStoreWidth()10922 NewBW = NextPowerOf2(NewBW); in ReduceLoadOpStoreWidth()10923 NewVT = EVT::getIntegerVT(*DAG.getContext(), NewBW); in ReduceLoadOpStoreWidth()10925 if (NewBW >= BitWidth) in ReduceLoadOpStoreWidth()10930 if (ShAmt % NewBW) in ReduceLoadOpStoreWidth()10931 ShAmt = (((ShAmt + NewBW - 1) / NewBW) * NewBW) - NewBW; in ReduceLoadOpStoreWidth()10933 std::min(BitWidth, ShAmt + NewBW)); in ReduceLoadOpStoreWidth()[all …]
15154 unsigned NewBW = NextPowerOf2(MSB - ShAmt); in ReduceLoadOpStoreWidth() local15155 EVT NewVT = EVT::getIntegerVT(*DAG.getContext(), NewBW); in ReduceLoadOpStoreWidth()15158 while (NewBW < BitWidth && in ReduceLoadOpStoreWidth()15159 (NewVT.getStoreSizeInBits() != NewBW || in ReduceLoadOpStoreWidth()15162 NewBW = NextPowerOf2(NewBW); in ReduceLoadOpStoreWidth()15163 NewVT = EVT::getIntegerVT(*DAG.getContext(), NewBW); in ReduceLoadOpStoreWidth()15165 if (NewBW >= BitWidth) in ReduceLoadOpStoreWidth()15170 if (ShAmt % NewBW) in ReduceLoadOpStoreWidth()15171 ShAmt = (((ShAmt + NewBW - 1) / NewBW) * NewBW) - NewBW; in ReduceLoadOpStoreWidth()15173 std::min(BitWidth, ShAmt + NewBW)); in ReduceLoadOpStoreWidth()[all …]
16189 unsigned NewBW = NextPowerOf2(MSB - ShAmt); in ReduceLoadOpStoreWidth() local16190 EVT NewVT = EVT::getIntegerVT(*DAG.getContext(), NewBW); in ReduceLoadOpStoreWidth()16193 while (NewBW < BitWidth && in ReduceLoadOpStoreWidth()16194 (NewVT.getStoreSizeInBits() != NewBW || in ReduceLoadOpStoreWidth()16197 NewBW = NextPowerOf2(NewBW); in ReduceLoadOpStoreWidth()16198 NewVT = EVT::getIntegerVT(*DAG.getContext(), NewBW); in ReduceLoadOpStoreWidth()16200 if (NewBW >= BitWidth) in ReduceLoadOpStoreWidth()16205 if (ShAmt % NewBW) in ReduceLoadOpStoreWidth()16206 ShAmt = (((ShAmt + NewBW - 1) / NewBW) * NewBW) - NewBW; in ReduceLoadOpStoreWidth()16208 std::min(BitWidth, ShAmt + NewBW)); in ReduceLoadOpStoreWidth()[all …]