Home
last modified time | relevance | path

Searched defs:MaxActiveBits (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp840 unsigned MaxActiveBits = std::max(XCR.getActiveBits(), YCR.getActiveBits()); in narrowUDivOrURem() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3591 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
3602 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3899 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
3910 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4739 unsigned MaxActiveBits = std::max(Src1ValBits, ST.getWavefrontSizeLog2()); in computeKnownBitsForTargetNode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50163 unsigned MaxActiveBits = DAG->computeKnownBits(V).countMaxActiveBits(); in detectAVGPattern() local