Searched refs:NumConstants (Results 1 – 4 of 4) sorted by relevance
442 int NumConstants = (BitSize + 63) / 64; in getIntImmCostInst() local444 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostInst()479 int NumConstants = (BitSize + 63) / 64; in getIntImmCostIntrin() local481 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostIntrin()
5767 unsigned NumConstants = 0; in buildVector() local5772 NumConstants += 1; in buildVector()5782 if (NumConstants > 0) { in buildVector()
5740 uint64_t NumConstants = divideCeil(BitSize, 64); in getIntImmCostInst() local5742 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostInst()
8800 unsigned NumConstants = NumElems; in LowerBUILD_VECTOR() local8815 NumConstants--; in LowerBUILD_VECTOR()8903 if (NumConstants == NumElems - 1 && NumNonZero != 1 && in LowerBUILD_VECTOR()