Lines Matching refs:MaxVectorWidth
1295 unsigned &MaxVectorWidth) const;
1299 unsigned &MaxVectorWidth) const;
2820 unsigned &MaxVectorWidth) const { in classifyRegCallStructTypeImpl()
2836 MaxVectorWidth) in classifyRegCallStructTypeImpl()
2848 MaxVectorWidth) in classifyRegCallStructTypeImpl()
2864 if (getContext().getTypeSize(VT) > MaxVectorWidth) in classifyRegCallStructTypeImpl()
2865 MaxVectorWidth = getContext().getTypeSize(VT); in classifyRegCallStructTypeImpl()
2877 unsigned &MaxVectorWidth) const { in classifyRegCallStructType()
2881 MaxVectorWidth = 0; in classifyRegCallStructType()
2884 MaxVectorWidth); in classifyRegCallStructType()
2904 unsigned NeededInt = 0, NeededSSE = 0, MaxVectorWidth = 0; in computeInfo() local
2910 FI.getReturnType(), NeededInt, NeededSSE, MaxVectorWidth); in computeInfo()
2933 else if (NeededSSE && MaxVectorWidth > 0) in computeInfo()
2934 FI.setMaxVectorWidth(MaxVectorWidth); in computeInfo()
2950 MaxVectorWidth); in computeInfo()
2962 if (MaxVectorWidth > FI.getMaxVectorWidth()) in computeInfo()
2963 FI.setMaxVectorWidth(MaxVectorWidth); in computeInfo()