Home
last modified time | relevance | path

Searched refs:MaxVectorWidth (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h609 unsigned MaxVectorWidth : 4; variable
758 return MaxVectorWidth ? 1U << (MaxVectorWidth - 1) : 0; in getMaxVectorWidth()
764 MaxVectorWidth = llvm::countr_zero(Width) + 1; in setMaxVectorWidth()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1304 unsigned &MaxVectorWidth) const;
1308 unsigned &MaxVectorWidth) const;
2837 unsigned &MaxVectorWidth) const { in classifyRegCallStructTypeImpl()
2853 MaxVectorWidth) in classifyRegCallStructTypeImpl()
2865 MaxVectorWidth) in classifyRegCallStructTypeImpl()
2881 if (getContext().getTypeSize(VT) > MaxVectorWidth) in classifyRegCallStructTypeImpl()
2882 MaxVectorWidth = getContext().getTypeSize(VT); in classifyRegCallStructTypeImpl()
2894 unsigned &MaxVectorWidth) const { in classifyRegCallStructType()
2898 MaxVectorWidth = 0; in classifyRegCallStructType()
2901 MaxVectorWidth); in classifyRegCallStructType()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h39 static const unsigned MaxVectorWidth; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp102 const unsigned VectorizerParams::MaxVectorWidth = 64; member in VectorizerParams
1766 VectorizerParams::MaxVectorWidth * TypeByteSize, MinDepDistBytes); in couldPreventStoreLoadForward()
1788 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp89 return isPowerOf2_32(Val) && Val <= VectorizerParams::MaxVectorWidth; in validate()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp863 FI->MaxVectorWidth = 0; in create()
5004 unsigned MaxVectorWidth = 0; in getMaxVectorWidth() local
5007 MaxVectorWidth = std::max(MaxVectorWidth, getMaxVectorWidth(I)); in getMaxVectorWidth()
5008 return MaxVectorWidth; in getMaxVectorWidth()