Lines Matching refs:VectorizerParams
33 cl::location(VectorizerParams::VectorizationFactor));
34 unsigned VectorizerParams::VectorizationFactor;
41 VectorizerParams::VectorizationInterleave));
42 unsigned VectorizerParams::VectorizationInterleave;
48 cl::location(VectorizerParams::RuntimeMemoryCheckThreshold), cl::init(8));
49 unsigned VectorizerParams::RuntimeMemoryCheckThreshold;
59 const unsigned VectorizerParams::MaxVectorWidth = 64;
68 bool VectorizerParams::isInterleaveForced() { in isInterleaveForced()
969 VectorizerParams::MaxVectorWidth * TypeByteSize; in couldPreventStoreLoadForward()
989 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
1138 unsigned ForcedFactor = (VectorizerParams::VectorizationFactor ? in isDependent()
1139 VectorizerParams::VectorizationFactor : 1); in isDependent()
1140 unsigned ForcedUnroll = (VectorizerParams::VectorizationInterleave ? in isDependent()
1141 VectorizerParams::VectorizationInterleave : 1); in isDependent()