Lines Matching refs:MaxVectorWidth
2349 unsigned &MaxVectorWidth) const;
2353 unsigned &MaxVectorWidth) const;
3888 unsigned &MaxVectorWidth) const { in classifyRegCallStructTypeImpl()
3904 MaxVectorWidth) in classifyRegCallStructTypeImpl()
3916 MaxVectorWidth) in classifyRegCallStructTypeImpl()
3932 if (getContext().getTypeSize(VT) > MaxVectorWidth) in classifyRegCallStructTypeImpl()
3933 MaxVectorWidth = getContext().getTypeSize(VT); in classifyRegCallStructTypeImpl()
3945 unsigned &MaxVectorWidth) const { in classifyRegCallStructType()
3949 MaxVectorWidth = 0; in classifyRegCallStructType()
3952 MaxVectorWidth); in classifyRegCallStructType()
3972 unsigned NeededInt = 0, NeededSSE = 0, MaxVectorWidth = 0; in computeInfo() local
3978 FI.getReturnType(), NeededInt, NeededSSE, MaxVectorWidth); in computeInfo()
4001 else if (NeededSSE && MaxVectorWidth > 0) in computeInfo()
4002 FI.setMaxVectorWidth(MaxVectorWidth); in computeInfo()
4018 MaxVectorWidth); in computeInfo()
4030 if (MaxVectorWidth > FI.getMaxVectorWidth()) in computeInfo()
4031 FI.setMaxVectorWidth(MaxVectorWidth); in computeInfo()