Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp62 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h666 Res.setLowBits(loBitsSet); in getLowBitsSet()
1460 setLowBits(hiBit); in setBitsWithWrap()
1490 void setLowBits(unsigned loBits) { in setLowBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp522 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp1242 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1413 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()
DSelectionDAG.cpp2803 Known.Zero.setLowBits(std::min(TrailZ, BitWidth)); in computeKnownBits()
2878 Known.Zero.setLowBits(Shift); in computeKnownBits()
2889 Known.Zero.setLowBits(ShMinAmt->getZExtValue()); in computeKnownBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5874 DemandBits.setLowBits(BitWidth - ShiftAmt); in optimizeLoadExt()
5881 DemandBits.setLowBits(TruncBitWidth); in optimizeLoadExt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp4468 Known.Zero.setLowBits(std::min(TrailZ, 32u)); in computeKnownBitsForTargetNode()
4546 Known.Zero.setLowBits(Log2_32(Align)); in computeKnownBitsForTargetNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp32591 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()