Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h599 unsigned MaxVectorWidth : 4; variable
747 return MaxVectorWidth ? 1U << (MaxVectorWidth - 1) : 0; in getMaxVectorWidth()
753 MaxVectorWidth = llvm::countr_zero(Width) + 1; in setMaxVectorWidth()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2836 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h38 static const unsigned MaxVectorWidth; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp101 const unsigned VectorizerParams::MaxVectorWidth = 64; member in VectorizerParams
1775 VectorizerParams::MaxVectorWidth * TypeByteSize, MinDepDistBytes); in couldPreventStoreLoadForward()
1797 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp89 return isPowerOf2_32(Val) && Val <= VectorizerParams::MaxVectorWidth; in validate()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp854 FI->MaxVectorWidth = 0; in create()
4967 unsigned MaxVectorWidth = 0; in getMaxVectorWidth() local
4970 MaxVectorWidth = std::max(MaxVectorWidth, getMaxVectorWidth(I)); in getMaxVectorWidth()
4971 return MaxVectorWidth; in getMaxVectorWidth()