Lines Matching refs:MaxVectorWidth
2358 unsigned &MaxVectorWidth) const;
2362 unsigned &MaxVectorWidth) const;
3883 unsigned &MaxVectorWidth) const { in classifyRegCallStructTypeImpl()
3899 MaxVectorWidth) in classifyRegCallStructTypeImpl()
3911 MaxVectorWidth) in classifyRegCallStructTypeImpl()
3927 if (getContext().getTypeSize(VT) > MaxVectorWidth) in classifyRegCallStructTypeImpl()
3928 MaxVectorWidth = getContext().getTypeSize(VT); in classifyRegCallStructTypeImpl()
3940 unsigned &MaxVectorWidth) const { in classifyRegCallStructType()
3944 MaxVectorWidth = 0; in classifyRegCallStructType()
3947 MaxVectorWidth); in classifyRegCallStructType()
3967 unsigned NeededInt = 0, NeededSSE = 0, MaxVectorWidth = 0; in computeInfo() local
3973 FI.getReturnType(), NeededInt, NeededSSE, MaxVectorWidth); in computeInfo()
3996 else if (NeededSSE && MaxVectorWidth > 0) in computeInfo()
3997 FI.setMaxVectorWidth(MaxVectorWidth); in computeInfo()
4013 MaxVectorWidth); in computeInfo()
4025 if (MaxVectorWidth > FI.getMaxVectorWidth()) in computeInfo()
4026 FI.setMaxVectorWidth(MaxVectorWidth); in computeInfo()