Lines Matching refs:getKnownMinValue
903 ConstantRange CR(APInt(64, EC.getKnownMinValue())); in getBitWidthForCttzElements()
1075 if (VT.isScalableVector() && !isPowerOf2_32(EC.getKnownMinValue())) in getVectorTypeBreakdownMVT()
1081 if (!isPowerOf2_32(EC.getKnownMinValue())) { in getVectorTypeBreakdownMVT()
1083 NumVectorRegs = EC.getKnownMinValue(); in getVectorTypeBreakdownMVT()
1090 while (EC.getKnownMinValue() > 1 && in getVectorTypeBreakdownMVT()
1416 if (isPowerOf2_32(EC.getKnownMinValue())) { in computeRegisterProperties()
1422 SVT.getVectorElementCount().getKnownMinValue() > in computeRegisterProperties()
1423 EC.getKnownMinValue() && in computeRegisterProperties()
1468 else if (EC.getKnownMinValue() > 1) in computeRegisterProperties()
1562 divideCeil(VT.getVectorElementCount().getKnownMinValue(), in getVectorTypeBreakdown()
1563 PartVT.getVectorElementCount().getKnownMinValue()); in getVectorTypeBreakdown()
1571 if (!isPowerOf2_32(EltCnt.getKnownMinValue())) { in getVectorTypeBreakdown()
1572 NumVectorRegs = EltCnt.getKnownMinValue(); in getVectorTypeBreakdown()
1578 while (EltCnt.getKnownMinValue() > 1 && in getVectorTypeBreakdown()
1597 if (!llvm::has_single_bit<uint32_t>(NewVTSize.getKnownMinValue())) in getVectorTypeBreakdown()