Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp292 Known.Zero.setLowBits(ShiftAmt); in shl()
315 Known.Zero.setLowBits(MinShiftAmount); in shl()
336 Known.Zero.setLowBits(LHS.countMinTrailingZeros()); in shl()
591 KnownAbs.Zero.setLowBits(MinTZ); in abs()
935 Known.Zero.setLowBits(MinTZ); in divComputeLowBit()
1137 Known.One.setLowBits(std::min(Min + 1, BitWidth)); in blsmsk()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelValueTracking.h100 Known.Zero.setLowBits(Log2(Alignment)); in computeKnownBitsForAlignment()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h308 Res.setLowBits(loBitsSet); in getLowBitsSet()
1361 setLowBits(hiBit); in setBitsWithWrap()
1388 void setLowBits(unsigned loBits) { return setBits(0, loBits); } in setLowBits() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1118 Known.Zero.setLowBits(Log2(Alignment)); in SimplifyDemandedUseBits()
1338 Known.Zero.setLowBits(ShlAmt - 1); in simplifyShrShlDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp899 Known.Zero.setLowBits(Log2_64(RK.ArgValue)); in computeKnownBitsFromContext()
1413 Known.Zero.setLowBits(C->countr_zero()); in computeKnownBitsFromOperator()
1466 Known.Zero.setLowBits(Log2(cast<AllocaInst>(I)->getAlign())); in computeKnownBitsFromOperator()
1546 ScalingFactor.Zero.setLowBits(llvm::countr_zero(StrideInBytes)); in computeKnownBitsFromOperator()
1598 Known.Zero.setLowBits(Known2.countMinTrailingZeros()); in computeKnownBitsFromOperator()
1644 Known.Zero.setLowBits(std::min(Known2.countMinTrailingZeros(), in computeKnownBitsFromOperator()
2322 Known.Zero.setLowBits(Log2(Alignment)); in computeKnownBits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp522 Known.Zero.setLowBits(LogOfAlign); in computeKnownBitsImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7292 DemandBits.setLowBits(BitWidth - ShiftAmt); in optimizeLoadExt()
7300 DemandBits.setLowBits(TruncBitWidth); in optimizeLoadExt()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1865 Known.Zero.setLowBits(ShAmt); in SimplifyDemandedBits()
2019 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()
2147 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()
3924 Known.Zero.setLowBits(Log2(MF.getFrameInfo().getObjectAlign(FrameIdx))); in computeKnownBitsForFrameIndex()
H A DSelectionDAG.cpp3441 Known.Zero.setLowBits(Step.logBase2()); in computeKnownBits()
3840 Known.Zero.setLowBits(*ShMinAmt); in computeKnownBits()
4107 Known.Zero.setLowBits(LogOfAlign); in computeKnownBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp5895 Known.Zero.setLowBits(std::min(TrailZ, 32u)); in computeKnownBitsForTargetNode()
5973 Known.Zero.setLowBits(Log2(Alignment)); in computeKnownBitsForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp8578 Known.One.setLowBits(NumElts); in SimplifyDemandedBitsForTargetNode()
8580 Known.Zero.setLowBits(NumElts); in SimplifyDemandedBitsForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38672 Known.Zero.setLowBits(ShAmt); in computeKnownBitsForTargetNode()
38854 Known.Zero.setLowBits(Known2.countMinTrailingZeros()); in computeKnownBitsForTargetNode()
43690 KnownZero.setLowBits(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode()
44510 Known.Zero.setLowBits(ShAmt); in SimplifyDemandedBitsForTargetNode()
44827 Known.One.setLowBits(NumElts); in SimplifyDemandedBitsForTargetNode()
44829 Known.Zero.setLowBits(NumElts); in SimplifyDemandedBitsForTargetNode()
44942 Known.Zero.setLowBits(Known2.countMinTrailingZeros()); in SimplifyDemandedBitsForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21034 Known.Zero.setLowBits(Log2_32(MinVLenB)); in computeKnownBitsForTargetNode()