Home
last modified time | relevance | path

Searched refs:setLowBits (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp472 Known.Zero.setLowBits(ShiftAmt); in SimplifyDemandedUseBits()
487 DemandedMaskIn.setLowBits(ShiftAmt); in SimplifyDemandedUseBits()
530 DemandedMaskIn.setLowBits(ShiftAmt); in SimplifyDemandedUseBits()
877 Known.Zero.setLowBits(ShlAmt - 1); in simplifyShrShlDemandedBits()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp1892 TEST(APIntTest, setLowBits) { in TEST() argument
1894 i64lo32.setLowBits(32); in TEST()
1903 i128lo64.setLowBits(64); in TEST()
1912 i128lo24.setLowBits(24); in TEST()
1921 i128lo104.setLowBits(104); in TEST()
1930 i128lo0.setLowBits(0); in TEST()
1939 i80lo79.setLowBits(79); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h649 Res.setLowBits(loBitsSet); in getLowBitsSet()
1435 void setLowBits(unsigned loBits) { in setLowBits() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp1157 KZResult.setLowBits(ShiftAmt); // Low bits known 0. in computeKnownBitsFromOperator()
1281 Known.Zero.setLowBits(countTrailingZeros(Align)); in computeKnownBitsFromOperator()
1327 Known.Zero.setLowBits(TrailZ); in computeKnownBitsFromOperator()
1368 Known.Zero.setLowBits(std::min(Known2.countMinTrailingZeros(), in computeKnownBitsFromOperator()
1656 Known.Zero.setLowBits(countTrailingZeros(Align)); in computeKnownBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp867 Known.Zero.setLowBits(ShAmt); in SimplifyDemandedBits()
884 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()
943 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()
1683 Known.Zero.setLowBits(Log2_32(Align)); in computeKnownBitsForFrameIndex()
DSelectionDAG.cpp2498 Known.Zero.setLowBits(std::min(TrailZ, BitWidth)); in computeKnownBits()
2568 Known.Zero.setLowBits(Shift); in computeKnownBits()
2772 Known.Zero.setLowBits(KnownZeroLow); in computeKnownBits()
2816 Known.Zero.setLowBits(KnownZeroLow); in computeKnownBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5449 DemandBits.setLowBits(BitWidth - ShiftAmt); in optimizeLoadExt()
5456 DemandBits.setLowBits(TruncBitWidth); in optimizeLoadExt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp4219 Known.Zero.setLowBits(std::min(TrailZ, 32u)); in computeKnownBitsForTargetNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp28912 Known.Zero.setLowBits(ShAmt); in computeKnownBitsForTargetNode()