Home
last modified time | relevance | path

Searched refs:LeadZ (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DKnownBits.cpp235 unsigned LeadZ = in computeForMul() local
239 LeadZ = std::min(LeadZ, BitWidth); in computeForMul()
303 Res.Zero.setHighBits(LeadZ); in computeForMul()
317 unsigned LeadZ = LHS.countMinLeadingZeros(); in udiv() local
321 LeadZ = std::min(BitWidth, LeadZ + BitWidth - RHSMaxLeadingZeros - 1); in udiv()
323 Known.Zero.setHighBits(LeadZ); in udiv()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DKnownBits.cpp340 unsigned LeadZ = in computeForMul() local
344 LeadZ = std::min(LeadZ, BitWidth); in computeForMul()
408 Res.Zero.setHighBits(LeadZ); in computeForMul()
422 unsigned LeadZ = LHS.countMinLeadingZeros(); in udiv() local
426 LeadZ = std::min(BitWidth, LeadZ + BitWidth - RHSMaxLeadingZeros - 1); in udiv()
428 Known.Zero.setHighBits(LeadZ); in udiv()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DKnownBits.cpp340 unsigned LeadZ = in computeForMul() local
344 LeadZ = std::min(LeadZ, BitWidth); in computeForMul()
408 Res.Zero.setHighBits(LeadZ); in computeForMul()
422 unsigned LeadZ = LHS.countMinLeadingZeros(); in udiv() local
426 LeadZ = std::min(BitWidth, LeadZ + BitWidth - RHSMaxLeadingZeros - 1); in udiv()
428 Known.Zero.setHighBits(LeadZ); in udiv()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DKnownBits.cpp421 unsigned LeadZ =
425 LeadZ = std::min(LeadZ, BitWidth);
489 Res.Zero.setHighBits(LeadZ);
521 unsigned LeadZ = LHS.countMinLeadingZeros(); in parseString()
525 LeadZ = std::min(BitWidth, LeadZ + BitWidth - RHSMaxLeadingZeros - 1);
527 Known.Zero.setHighBits(LeadZ);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DKnownBits.cpp421 unsigned LeadZ = in mul() local
425 LeadZ = std::min(LeadZ, BitWidth); in mul()
489 Res.Zero.setHighBits(LeadZ); in mul()
521 unsigned LeadZ = LHS.countMinLeadingZeros(); in udiv() local
525 LeadZ = std::min(BitWidth, LeadZ + BitWidth - RHSMaxLeadingZeros - 1); in udiv()
527 Known.Zero.setHighBits(LeadZ); in udiv()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp421 unsigned LeadZ = in mul() local
425 LeadZ = std::min(LeadZ, BitWidth); in mul()
489 Res.Zero.setHighBits(LeadZ); in mul()
521 unsigned LeadZ = LHS.countMinLeadingZeros(); in udiv() local
525 LeadZ = std::min(BitWidth, LeadZ + BitWidth - RHSMaxLeadingZeros - 1); in udiv()
527 Known.Zero.setHighBits(LeadZ); in udiv()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DKnownBits.cpp424 unsigned LeadZ = in mul() local
428 LeadZ = std::min(LeadZ, BitWidth); in mul()
492 Res.Zero.setHighBits(LeadZ); in mul()
532 unsigned LeadZ = LHS.countMinLeadingZeros(); in udiv() local
536 LeadZ = std::min(BitWidth, LeadZ + BitWidth - RHSMaxLeadingZeros - 1); in udiv()
538 Known.Zero.setHighBits(LeadZ); in udiv()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DKnownBits.cpp421 unsigned LeadZ = in mul() local
425 LeadZ = std::min(LeadZ, BitWidth); in mul()
489 Res.Zero.setHighBits(LeadZ); in mul()
521 unsigned LeadZ = LHS.countMinLeadingZeros(); in udiv() local
525 LeadZ = std::min(BitWidth, LeadZ + BitWidth - RHSMaxLeadingZeros - 1); in udiv()
527 Known.Zero.setHighBits(LeadZ); in udiv()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DKnownBits.cpp421 unsigned LeadZ = in mul() local
425 LeadZ = std::min(LeadZ, BitWidth); in mul()
489 Res.Zero.setHighBits(LeadZ); in mul()
521 unsigned LeadZ = LHS.countMinLeadingZeros(); in udiv() local
525 LeadZ = std::min(BitWidth, LeadZ + BitWidth - RHSMaxLeadingZeros - 1); in udiv()
527 Known.Zero.setHighBits(LeadZ); in udiv()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Analysis/
H A DValueTracking.cpp191 unsigned LeadZ = std::max(KnownZero.countLeadingOnes() + in ComputeMaskedBits() local
196 LeadZ = std::min(LeadZ, BitWidth); in ComputeMaskedBits()
198 APInt::getHighBitsSet(BitWidth, LeadZ); in ComputeMaskedBits()
209 unsigned LeadZ = KnownZero2.countLeadingOnes(); in ComputeMaskedBits() local
217 LeadZ = std::min(BitWidth, in ComputeMaskedBits()
218 LeadZ + BitWidth - RHSUnknownLeadingOnes - 1); in ComputeMaskedBits()
220 KnownZero = APInt::getHighBitsSet(BitWidth, LeadZ) & Mask; in ComputeMaskedBits()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp247 unsigned LeadZ = in computeKnownBitsImpl() local
254 Known.Zero.setHighBits(std::min(LeadZ, BitWidth)); in computeKnownBitsImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp247 unsigned LeadZ = in computeKnownBitsImpl() local
254 Known.Zero.setHighBits(std::min(LeadZ, BitWidth)); in computeKnownBitsImpl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp247 unsigned LeadZ = in computeKnownBitsImpl() local
254 Known.Zero.setHighBits(std::min(LeadZ, BitWidth)); in computeKnownBitsImpl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp277 unsigned LeadZ = in computeKnownBitsImpl() local
284 Known.Zero.setHighBits(std::min(LeadZ, BitWidth)); in computeKnownBitsImpl()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp277 unsigned LeadZ = in computeKnownBitsImpl() local
284 Known.Zero.setHighBits(std::min(LeadZ, BitWidth)); in computeKnownBitsImpl()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DAPInt.h520 unsigned LeadZ = countLeadingZerosSlowCase(); in isShiftedMask() local
521 return (Ones + LeadZ + countTrailingZeros()) == BitWidth; in isShiftedMask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DAPInt.h526 unsigned LeadZ = countLeadingZerosSlowCase();
527 return (Ones + LeadZ + countTrailingZeros()) == BitWidth;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DAPInt.h526 unsigned LeadZ = countLeadingZerosSlowCase();
527 return (Ones + LeadZ + countTrailingZeros()) == BitWidth;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DAPInt.h525 unsigned LeadZ = countLeadingZerosSlowCase(); in isShiftedMask() local
526 return (Ones + LeadZ + countTrailingZeros()) == BitWidth; in isShiftedMask()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DAPInt.h525 unsigned LeadZ = countLeadingZerosSlowCase(); in isShiftedMask() local
526 return (Ones + LeadZ + countTrailingZeros()) == BitWidth; in isShiftedMask()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DAPInt.h526 unsigned LeadZ = countLeadingZerosSlowCase();
527 return (Ones + LeadZ + countTrailingZeros()) == BitWidth;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DAPInt.h526 unsigned LeadZ = countLeadingZerosSlowCase();
527 return (Ones + LeadZ + countTrailingZeros()) == BitWidth;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DAPInt.h525 unsigned LeadZ = countLeadingZerosSlowCase(); in isShiftedMask() local
526 return (Ones + LeadZ + countTrailingZeros()) == BitWidth; in isShiftedMask()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h526 unsigned LeadZ = countLeadingZerosSlowCase();
527 return (Ones + LeadZ + countTrailingZeros()) == BitWidth;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h525 unsigned LeadZ = countLeadingZerosSlowCase(); in isShiftedMask() local
526 return (Ones + LeadZ + countTrailingZeros()) == BitWidth; in isShiftedMask()

12