Searched refs:NumConstants (Results 1 – 5 of 5) sorted by relevance
147 int NumConstants = (BitSize + 63) / 64; in getIntImmCostInst() local149 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostInst()184 int NumConstants = (BitSize + 63) / 64; in getIntImmCostIntrin() local186 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostIntrin()
327 uint32 : NumConstants334 Constants[NumConstants] {
4219 int NumConstants = divideCeil(BitSize, 64); in getIntImmCostInst() local4221 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostInst()
10322 unsigned NumConstants = NumElems; in LowerBUILD_VECTOR() local10332 NumConstants--; in LowerBUILD_VECTOR()10386 if (NumConstants == NumElems - 1 && NumNonZero != 1 && in LowerBUILD_VECTOR()
5073 unsigned NumConstants = 0; in buildVector() local5078 NumConstants += 1; in buildVector()5088 if (NumConstants > 0) { in buildVector()