Searched refs:NumConstants (Results 1 – 7 of 7) sorted by relevance
13 ; NumConstants24 ; Constants[NumConstants] (empty)
327 uint32 : NumConstants334 Constants[NumConstants] {
231 int NumConstants = (BitSize + 63) / 64; in getIntImmCostInst() local233 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostInst()268 int NumConstants = (BitSize + 63) / 64; in getIntImmCostIntrin() local270 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()
4970 int NumConstants = divideCeil(BitSize, 64); in getIntImmCostInst() local4972 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostInst()
11063 unsigned NumConstants = NumElems; in LowerBUILD_VECTOR() local11073 NumConstants--; in LowerBUILD_VECTOR()11127 if (NumConstants == NumElems - 1 && NumNonZero != 1 && in LowerBUILD_VECTOR()