Home
last modified time | relevance | path

Searched refs:MaxActiveBits (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp885 unsigned MaxActiveBits = std::max(XCR.getActiveBits(), YCR.getActiveBits()); in narrowUDivOrURem() local
887 unsigned NewWidth = std::max<unsigned>(PowerOf2Ceil(MaxActiveBits), 8); in narrowUDivOrURem()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4619 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
4620 if (MaxActiveBits <= 1) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4630 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
4631 if (MaxActiveBits <= 1) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp15753 unsigned MaxActiveBits = std::max(Src1ValBits, ST.getWavefrontSizeLog2()); in computeKnownBitsForTargetNode() local
15755 MaxActiveBits += Src1ValBits ? 1 : 0; in computeKnownBitsForTargetNode()
15757 if (MaxActiveBits < Size) in computeKnownBitsForTargetNode()
15758 Known.Zero.setHighBits(Size - MaxActiveBits); in computeKnownBitsForTargetNode()