Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp302 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
303 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
308 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
309 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
312 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
323 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
324 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
326 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp301 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
302 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
307 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
308 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
311 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
322 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
323 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
325 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DVNCoercion.cpp301 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
302 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
307 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
308 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
311 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
322 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
323 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
325 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp306 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
307 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
312 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
313 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
316 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
327 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
328 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
330 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DVNCoercion.cpp299 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
300 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
305 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
306 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
309 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
320 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
321 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
323 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp301 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
302 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
307 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
308 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
311 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
322 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
323 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
325 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp301 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
302 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
307 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
308 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
311 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
322 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
323 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
325 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp301 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
302 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
307 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
308 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
311 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
322 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
323 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
325 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp306 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
307 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
312 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
313 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
316 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
327 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
328 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
330 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp301 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U;
302 NewLoadByteSize = NextPowerOf2(NewLoadByteSize);
307 if (NewLoadByteSize > LoadAlign ||
308 !DL.fitsInLegalInteger(NewLoadByteSize * 8))
311 if (LIOffs + NewLoadByteSize > MemLocEnd &&
322 if (LIOffs + NewLoadByteSize >= MemLocEnd)
323 return NewLoadByteSize;
325 NewLoadByteSize <<= 1;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp332 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
333 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
338 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
339 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
342 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
353 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
354 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
356 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp290 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
291 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
296 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
297 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
300 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
311 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
312 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
314 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp290 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
291 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
296 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
297 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
300 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
311 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
312 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
314 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp290 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
291 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
296 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
297 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
300 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
311 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
312 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
314 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp289 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
290 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
295 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
296 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
299 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
310 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
311 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
313 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp290 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U;
291 NewLoadByteSize = NextPowerOf2(NewLoadByteSize);
296 if (NewLoadByteSize > LoadAlign ||
297 !DL.fitsInLegalInteger(NewLoadByteSize * 8))
300 if (LIOffs + NewLoadByteSize > MemLocEnd &&
311 if (LIOffs + NewLoadByteSize >= MemLocEnd)
312 return NewLoadByteSize;
314 NewLoadByteSize <<= 1;
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp291 unsigned NewLoadByteSize = LI->getType()->getPrimitiveSizeInBits() / 8U; in getLoadLoadClobberFullWidthSize() local
292 NewLoadByteSize = NextPowerOf2(NewLoadByteSize); in getLoadLoadClobberFullWidthSize()
297 if (NewLoadByteSize > LoadAlign || in getLoadLoadClobberFullWidthSize()
298 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
301 if (LIOffs + NewLoadByteSize > MemLocEnd && in getLoadLoadClobberFullWidthSize()
312 if (LIOffs + NewLoadByteSize >= MemLocEnd) in getLoadLoadClobberFullWidthSize()
313 return NewLoadByteSize; in getLoadLoadClobberFullWidthSize()
315 NewLoadByteSize <<= 1; in getLoadLoadClobberFullWidthSize()