Searched refs:countMaxActiveBits (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 285 unsigned countMaxActiveBits() const { in countMaxActiveBits() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 97 computeKnownBits(LHS, *DL).countMaxActiveBits() <= 8) && in matchVPDPBUSDPattern()
|
H A D | X86ISelLowering.cpp | 4648 DAG.computeKnownBits(LHS).countMaxActiveBits() <= EltSizeInBits && in getPack() 4649 DAG.computeKnownBits(RHS).countMaxActiveBits() <= EltSizeInBits) in getPack() 44175 DAG.computeKnownBits(Op0).countMaxActiveBits() <= 8) && in detectExtMul() 52435 return DAG.computeKnownBits(V).countMaxActiveBits() <= 16; in combinePMULH()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 1292 computeKnownBits(X, /*Depth=*/0, &I).countMaxActiveBits() <= 1 && in visitLShr() 1293 computeKnownBits(Y, /*Depth=*/0, &I).countMaxActiveBits() <= 1) in visitLShr()
|
H A D | InstCombineAndOrXor.cpp | 2771 if (computeKnownBits(A, /* Depth */ 0, &I).countMaxActiveBits() <= 1) { in visitAnd()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 595 return computeKnownBits(Op, *DL, 0, AC).countMaxActiveBits(); in numBitsUnsigned()
|
H A D | AMDGPUISelLowering.cpp | 52 return DAG.computeKnownBits(Op).countMaxActiveBits(); in numBitsUnsigned() 5700 unsigned LHSValBits = LHSKnown.countMaxActiveBits(); in computeKnownBitsForTargetNode() 5701 unsigned RHSValBits = RHSKnown.countMaxActiveBits(); in computeKnownBitsForTargetNode()
|
H A D | SIISelLowering.cpp | 15752 unsigned Src1ValBits = Src1Known.countMaxActiveBits(); in computeKnownBitsForTargetNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1509 const unsigned EffWidthY = YKnown.countMaxActiveBits(); in simplifyLShrInst() 2194 const unsigned EffWidthY = YKnown.countMaxActiveBits(); in simplifyAndInst() 2197 const unsigned EffWidthX = XKnown.countMaxActiveBits(); in simplifyAndInst()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 2071 DAG.computeKnownBits(OpL).countMaxActiveBits(); in SExtOrZExtPromotedOperands() 2073 DAG.computeKnownBits(OpR).countMaxActiveBits(); in SExtOrZExtPromotedOperands()
|
H A D | DAGCombiner.cpp | 2457 Known.countMaxActiveBits() < Sel.getScalarValueSizeInBits()) in foldBinOpIntoSelect() 15028 if (Known.countMaxActiveBits() <= Log2_32(Size)) { in visitTRUNCATE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 14124 unsigned ActiveBits = std::max(8u, Known.countMaxActiveBits()); in narrowIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 4759 : DAG.computeKnownBits(SrcVal).countMaxActiveBits(); in LowerINT_TO_FP()
|