Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp820 unsigned MaxActiveBits = std::max(XCR.getActiveBits(), YCR.getActiveBits()); narrowUDivOrURem() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4325 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; foldShiftIntoShiftInAnotherHandOfAndInICmp() local
4336 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; foldShiftIntoShiftInAnotherHandOfAndInICmp() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp15418 unsigned MaxActiveBits = std::max(Src1ValBits, ST.getWavefrontSizeLog2()); computeKnownBitsForTargetNode() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49847 unsigned MaxActiveBits = DAG->computeKnownBits(V).countMaxActiveBits(); detectAVGPattern() local
[all...]