Searched refs:NumConstants (Results 1 – 4 of 4) sorted by relevance
433 int NumConstants = (BitSize + 63) / 64; in getIntImmCostInst() local435 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostInst()470 int NumConstants = (BitSize + 63) / 64; in getIntImmCostIntrin() local472 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostIntrin()
5763 unsigned NumConstants = 0; in buildVector() local5768 NumConstants += 1; in buildVector()5778 if (NumConstants > 0) { in buildVector()
5609 uint64_t NumConstants = divideCeil(BitSize, 64); in getIntImmCostInst() local5611 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostInst()
8658 unsigned NumConstants = NumElems; in LowerBUILD_VECTOR() local8673 NumConstants--; in LowerBUILD_VECTOR()8761 if (NumConstants == NumElems - 1 && NumNonZero != 1 && in LowerBUILD_VECTOR()