Searched refs:MaxVectorWidth (Results 1 – 6 of 6) sorted by relevance
590 unsigned MaxVectorWidth : 4; variable739 return MaxVectorWidth ? 1U << (MaxVectorWidth - 1) : 0; in getMaxVectorWidth()745 MaxVectorWidth = llvm::countTrailingZeros(Width) + 1; in setMaxVectorWidth()
38 static const unsigned MaxVectorWidth; member
3904 MaxVectorWidth) in classifyRegCallStructTypeImpl()3916 MaxVectorWidth) in classifyRegCallStructTypeImpl()3932 if (getContext().getTypeSize(VT) > MaxVectorWidth) in classifyRegCallStructTypeImpl()3933 MaxVectorWidth = getContext().getTypeSize(VT); in classifyRegCallStructTypeImpl()3949 MaxVectorWidth = 0; in classifyRegCallStructType()3952 MaxVectorWidth); in classifyRegCallStructType()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()[all …]
844 FI->MaxVectorWidth = 0; in create()4687 unsigned MaxVectorWidth = 0; in getMaxVectorWidth() local4690 MaxVectorWidth = std::max(MaxVectorWidth, getMaxVectorWidth(I)); in getMaxVectorWidth()4691 return MaxVectorWidth; in getMaxVectorWidth()
102 const unsigned VectorizerParams::MaxVectorWidth = 64; member in VectorizerParams1640 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()1662 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
84 return isPowerOf2_32(Val) && Val <= VectorizerParams::MaxVectorWidth; in validate()