Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DGISelKnownBits.h89 Known.Zero.setLowBits(Log2(Alignment)); in computeKnownBitsForAlignment()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DKnownBits.cpp178 Known.Zero.setLowBits(Shift); in shl()
217 Known.Zero.setLowBits(MinTrailingZeros); in shl()
402 KnownAbs.Zero.setLowBits(countMinTrailingZeros()); in abs()
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPInt.h291 Res.setLowBits(loBitsSet); in getLowBitsSet()
1339 setLowBits(hiBit); in setBitsWithWrap()
1367 void setLowBits(unsigned loBits) { return setBits(0, loBits); } in setLowBits() function
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp651 Known.Zero.setLowBits(ShiftAmt); in SimplifyDemandedUseBits()
718 DemandedMaskIn.setLowBits(ShiftAmt); in SimplifyDemandedUseBits()
766 DemandedMaskIn.setLowBits(ShiftAmt); in SimplifyDemandedUseBits()
1176 Known.Zero.setLowBits(ShlAmt - 1); in simplifyShrShlDemandedBits()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp479 Known.Zero.setLowBits(LogOfAlign); in computeKnownBitsImpl()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DValueTracking.cpp654 Known.Zero.setLowBits(Log2_64(RK.ArgValue)); in computeKnownBitsFromAssume()
1275 Known.Zero.setLowBits(C->countTrailingZeros()); in computeKnownBitsFromOperator()
1322 Known.Zero.setLowBits(Log2(cast<AllocaInst>(I)->getAlign())); in computeKnownBitsFromOperator()
1379 ScalingFactor.Zero.setLowBits(countTrailingZeros(TypeSizeInBytes)); in computeKnownBitsFromOperator()
1440 Known.Zero.setLowBits(Known2.countMinTrailingZeros()); in computeKnownBitsFromOperator()
1483 Known.Zero.setLowBits(std::min(Known2.countMinTrailingZeros(), in computeKnownBitsFromOperator()
2039 Known.Zero.setLowBits(Log2(Alignment)); in computeKnownBits()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1768 Known.Zero.setLowBits(ShAmt); in SimplifyDemandedBits()
1863 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()
1922 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()
3503 Known.Zero.setLowBits(Log2(MF.getFrameInfo().getObjectAlign(FrameIdx))); in computeKnownBitsForFrameIndex()
DSelectionDAG.cpp3321 Known.Zero.setLowBits(ShMinAmt->getZExtValue()); in computeKnownBits()
3583 Known.Zero.setLowBits(LogOfAlign); in computeKnownBits()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6632 DemandBits.setLowBits(BitWidth - ShiftAmt); in optimizeLoadExt()
6639 DemandBits.setLowBits(TruncBitWidth); in optimizeLoadExt()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp4647 Known.Zero.setLowBits(std::min(TrailZ, 32u)); in computeKnownBitsForTargetNode()
4725 Known.Zero.setLowBits(Log2(Alignment)); in computeKnownBitsForTargetNode()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp37868 Known.Zero.setLowBits(ShAmt); in computeKnownBitsForTargetNode()
37999 Known.Zero.setLowBits(Known2.countMinTrailingZeros()); in computeKnownBitsForTargetNode()
42191 KnownZero.setLowBits(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode()
42834 Known.Zero.setLowBits(ShAmt); in SimplifyDemandedBitsForTargetNode()
43092 Known.One.setLowBits(NumElts); in SimplifyDemandedBitsForTargetNode()
43094 Known.Zero.setLowBits(NumElts); in SimplifyDemandedBitsForTargetNode()
43177 Known.Zero.setLowBits(Known2.countMinTrailingZeros()); in SimplifyDemandedBitsForTargetNode()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp10879 Known.Zero.setLowBits(Log2_32(MinVLenB)); in computeKnownBitsForTargetNode()