Searched refs:MaxActiveBits (Results 1 – 4 of 4) sorted by relevance
786 unsigned MaxActiveBits = 0; in processUDivOrURem() local789 MaxActiveBits = std::max(CR.getActiveBits(), MaxActiveBits); in processUDivOrURem()792 unsigned NewWidth = std::max<unsigned>(PowerOf2Ceil(MaxActiveBits), 8); in processUDivOrURem()
4607 unsigned MaxActiveBits = std::max(Src1ValBits, ST.getWavefrontSizeLog2()); in computeKnownBitsForTargetNode() local4609 MaxActiveBits += Src1ValBits ? 1 : 0; in computeKnownBitsForTargetNode()4611 if (MaxActiveBits < Size) in computeKnownBitsForTargetNode()4612 Known.Zero.setHighBits(Size - MaxActiveBits); in computeKnownBitsForTargetNode()
3930 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local3931 if (MaxActiveBits <= 1) in foldShiftIntoShiftInAnotherHandOfAndInICmp()3941 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local3942 if (MaxActiveBits <= 1) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
48855 unsigned MaxActiveBits = DAG->computeKnownBits(V).countMaxActiveBits(); in detectAVGPattern() local48856 return MaxActiveBits <= ScalarVT.getSizeInBits(); in detectAVGPattern()