Searched refs:NumConstants (Results 1 – 5 of 5) sorted by relevance
327 uint32 : NumConstants334 Constants[NumConstants] {
254 int NumConstants = (BitSize + 63) / 64; in getIntImmCostInst() local256 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostInst()291 int NumConstants = (BitSize + 63) / 64; in getIntImmCostIntrin() local293 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostIntrin()
5362 unsigned NumConstants = 0; in buildVector() local5367 NumConstants += 1; in buildVector()5377 if (NumConstants > 0) { in buildVector()
5619 int NumConstants = divideCeil(BitSize, 64); in getIntImmCostInst() local5621 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostInst()
11192 unsigned NumConstants = NumElems; in LowerBUILD_VECTOR() local11206 NumConstants--; in LowerBUILD_VECTOR()11284 if (NumConstants == NumElems - 1 && NumNonZero != 1 && in LowerBUILD_VECTOR()