Searched refs:NumConstants (Results 1 – 4 of 4) sorted by relevance
475 int NumConstants = (BitSize + 63) / 64; in getIntImmCostInst() local477 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostInst()512 int NumConstants = (BitSize + 63) / 64; in getIntImmCostIntrin() local514 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostIntrin()
6372 unsigned NumConstants = 0; in buildVector() local6377 NumConstants += 1; in buildVector()6387 if (NumConstants > 0) { in buildVector()
6087 uint64_t NumConstants = divideCeil(BitSize, 64); in getIntImmCostInst() local6089 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostInst()
9199 unsigned NumConstants = NumElems; in LowerBUILD_VECTOR() local9214 NumConstants--; in LowerBUILD_VECTOR()9304 if (NumConstants == NumElems - 1 && NumNonZero != 1 && in LowerBUILD_VECTOR()