Searched refs:MaxVectorWidth (Results 1 – 3 of 3) sorted by relevance
39 static const unsigned MaxVectorWidth; member
101 const unsigned VectorizerParams::MaxVectorWidth = 64; member in VectorizerParams1336 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()1358 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
83 return isPowerOf2_32(Val) && Val <= VectorizerParams::MaxVectorWidth; in validate()