/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | GISelKnownBits.cpp | 62 Known.Zero.setLowBits(Log2(Alignment)); in computeKnownBitsForAlignment() 166 Known.Zero.setLowBits(KnownZeroLow); in computeKnownBitsImpl() 205 Known.Zero.setLowBits(KnownZeroLow); in computeKnownBitsImpl() 253 Known.Zero.setLowBits(std::min(TrailZ, BitWidth)); in computeKnownBitsImpl()
|
/external/llvm-project/llvm/lib/Support/ |
D | KnownBits.cpp | 194 Known.Zero.setLowBits(Shift); in shl() 207 Known.Zero.setLowBits(MinTrailingZeros); in shl() 278 KnownAbs.Zero.setLowBits(countMinTrailingZeros()); in abs()
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | GISelKnownBits.h | 88 Known.Zero.setLowBits(Log2(Alignment)); in computeKnownBitsForAlignment()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 545 Known.Zero.setLowBits(ShiftAmt); in SimplifyDemandedUseBits() 573 DemandedMaskIn.setLowBits(ShiftAmt); in SimplifyDemandedUseBits() 618 DemandedMaskIn.setLowBits(ShiftAmt); in SimplifyDemandedUseBits() 977 Known.Zero.setLowBits(ShlAmt - 1); in simplifyShrShlDemandedBits()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | APInt.h | 669 Res.setLowBits(loBitsSet); 1475 setLowBits(hiBit); 1505 void setLowBits(unsigned loBits) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 666 Res.setLowBits(loBitsSet); in getLowBitsSet() 1460 setLowBits(hiBit); in setBitsWithWrap() 1490 void setLowBits(unsigned loBits) { in setLowBits() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 522 Known.Zero.setLowBits(ShiftAmt); in SimplifyDemandedUseBits() 537 DemandedMaskIn.setLowBits(ShiftAmt); in SimplifyDemandedUseBits() 580 DemandedMaskIn.setLowBits(ShiftAmt); in SimplifyDemandedUseBits() 951 Known.Zero.setLowBits(ShlAmt - 1); in simplifyShrShlDemandedBits()
|
/external/llvm-project/llvm/unittests/ADT/ |
D | APIntTest.cpp | 2154 TEST(APIntTest, setLowBits) { in TEST() argument 2156 i64lo32.setLowBits(32); in TEST() 2165 i128lo64.setLowBits(64); in TEST() 2174 i128lo24.setLowBits(24); in TEST() 2183 i128lo104.setLowBits(104); in TEST() 2192 i128lo0.setLowBits(0); in TEST() 2201 i80lo79.setLowBits(79); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1242 KZResult.setLowBits(ShiftAmt); // Low bits known 0. in computeKnownBitsFromOperator() 1366 Known.Zero.setLowBits(countTrailingZeros(Align)); in computeKnownBitsFromOperator() 1412 Known.Zero.setLowBits(TrailZ); in computeKnownBitsFromOperator() 1464 Known.Zero.setLowBits(std::min(Known2.countMinTrailingZeros(), in computeKnownBitsFromOperator() 1813 Known.Zero.setLowBits(countTrailingZeros(Align->value())); in computeKnownBits()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 679 Known.Zero.setLowBits(Log2_32(RK.ArgValue)); in computeKnownBitsFromAssume() 1285 Known.Zero.setLowBits(Log2(cast<AllocaInst>(I)->getAlign())); in computeKnownBitsFromOperator() 1342 ScalingFactor.Zero.setLowBits(countTrailingZeros(TypeSizeInBytes)); in computeKnownBitsFromOperator() 1423 Known.Zero.setLowBits(std::min(Known2.countMinTrailingZeros(), in computeKnownBitsFromOperator() 1905 Known.Zero.setLowBits(Log2(Alignment)); in computeKnownBits()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1522 Known.Zero.setLowBits(ShAmt); in SimplifyDemandedBits() 1582 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits() 1626 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits() 2928 Known.Zero.setLowBits(Log2(MF.getFrameInfo().getObjectAlign(FrameIdx))); in computeKnownBitsForFrameIndex()
|
D | SelectionDAG.cpp | 2951 Known.Zero.setLowBits(ShMinAmt->getZExtValue()); in computeKnownBits() 3159 Known.Zero.setLowBits(LogOfAlign); in computeKnownBits()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1413 Known.Zero.setLowBits(ShAmt); in SimplifyDemandedBits() 1436 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits() 1501 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits() 2673 Known.Zero.setLowBits(Log2_32(Align)); in computeKnownBitsForFrameIndex()
|
D | SelectionDAG.cpp | 2803 Known.Zero.setLowBits(std::min(TrailZ, BitWidth)); in computeKnownBits() 2878 Known.Zero.setLowBits(Shift); in computeKnownBits() 2889 Known.Zero.setLowBits(ShMinAmt->getZExtValue()); in computeKnownBits()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 5874 DemandBits.setLowBits(BitWidth - ShiftAmt); in optimizeLoadExt() 5881 DemandBits.setLowBits(TruncBitWidth); in optimizeLoadExt()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 6314 DemandBits.setLowBits(BitWidth - ShiftAmt); in optimizeLoadExt() 6321 DemandBits.setLowBits(TruncBitWidth); in optimizeLoadExt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 4468 Known.Zero.setLowBits(std::min(TrailZ, 32u)); in computeKnownBitsForTargetNode() 4546 Known.Zero.setLowBits(Log2_32(Align)); in computeKnownBitsForTargetNode()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 4439 Known.Zero.setLowBits(std::min(TrailZ, 32u)); in computeKnownBitsForTargetNode() 4516 Known.Zero.setLowBits(Log2(Alignment)); in computeKnownBitsForTargetNode()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 34099 Known.Zero.setLowBits(ShAmt); in computeKnownBitsForTargetNode() 34203 Known.Zero.setLowBits(Known2.countMinTrailingZeros()); in computeKnownBitsForTargetNode() 37803 KnownZero.setLowBits(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode() 38283 Known.Zero.setLowBits(ShAmt); in SimplifyDemandedBitsForTargetNode() 38488 Known.One.setLowBits(NumElts); in SimplifyDemandedBitsForTargetNode() 38490 Known.Zero.setLowBits(NumElts); in SimplifyDemandedBitsForTargetNode() 38573 Known.Zero.setLowBits(Known2.countMinTrailingZeros()); in SimplifyDemandedBitsForTargetNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 32591 Known.Zero.setLowBits(ShAmt); in computeKnownBitsForTargetNode() 35454 KnownZero.setLowBits(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode() 35900 Known.Zero.setLowBits(ShAmt); in SimplifyDemandedBitsForTargetNode() 36094 Known.One.setLowBits(NumElts); in SimplifyDemandedBitsForTargetNode() 36096 Known.Zero.setLowBits(NumElts); in SimplifyDemandedBitsForTargetNode()
|