Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp152 static const unsigned MaxVectorWidth = 64; variable
1035 return isPowerOf2_32(Val) && Val <= MaxVectorWidth; in validate()
4557 unsigned MaxVFWithoutSLForwardIssues = MaxVectorWidth*TypeByteSize; in couldPreventStoreLoadForward()
4576 MaxVFWithoutSLForwardIssues != MaxVectorWidth*TypeByteSize) in couldPreventStoreLoadForward()