Searched refs:MaxVectorWidth (Results 1 – 6 of 6) sorted by relevance
599 unsigned MaxVectorWidth : 4; variable747 return MaxVectorWidth ? 1U << (MaxVectorWidth - 1) : 0; in getMaxVectorWidth()753 MaxVectorWidth = llvm::countr_zero(Width) + 1; in setMaxVectorWidth()
2836 MaxVectorWidth) in classifyRegCallStructTypeImpl()2848 MaxVectorWidth) in classifyRegCallStructTypeImpl()2864 if (getContext().getTypeSize(VT) > MaxVectorWidth) in classifyRegCallStructTypeImpl()2865 MaxVectorWidth = getContext().getTypeSize(VT); in classifyRegCallStructTypeImpl()2881 MaxVectorWidth = 0; in classifyRegCallStructType()2884 MaxVectorWidth); in classifyRegCallStructType()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()[all …]
38 static const unsigned MaxVectorWidth; member
101 const unsigned VectorizerParams::MaxVectorWidth = 64; member in VectorizerParams1775 VectorizerParams::MaxVectorWidth * TypeByteSize, MinDepDistBytes); in couldPreventStoreLoadForward()1797 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
89 return isPowerOf2_32(Val) && Val <= VectorizerParams::MaxVectorWidth; in validate()
854 FI->MaxVectorWidth = 0; in create()4967 unsigned MaxVectorWidth = 0; in getMaxVectorWidth() local4970 MaxVectorWidth = std::max(MaxVectorWidth, getMaxVectorWidth(I)); in getMaxVectorWidth()4971 return MaxVectorWidth; in getMaxVectorWidth()