Lines Matching refs:VectorizerParams
75 cl::location(VectorizerParams::VectorizationFactor));
76 unsigned VectorizerParams::VectorizationFactor;
83 VectorizerParams::VectorizationInterleave));
84 unsigned VectorizerParams::VectorizationInterleave;
90 cl::location(VectorizerParams::RuntimeMemoryCheckThreshold), cl::init(8));
91 unsigned VectorizerParams::RuntimeMemoryCheckThreshold;
101 const unsigned VectorizerParams::MaxVectorWidth = 64;
146 cl::location(VectorizerParams::HoistRuntimeChecks), cl::init(true));
147 bool VectorizerParams::HoistRuntimeChecks;
149 bool VectorizerParams::isInterleaveForced() { in isInterleaveForced()
1775 VectorizerParams::MaxVectorWidth * TypeByteSize, MinDepDistBytes); in couldPreventStoreLoadForward()
1797 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
2077 unsigned ForcedFactor = (VectorizerParams::VectorizationFactor ? in isDependent()
2078 VectorizerParams::VectorizationFactor : 1); in isDependent()
2079 unsigned ForcedUnroll = (VectorizerParams::VectorizationInterleave ? in isDependent()
2080 VectorizerParams::VectorizationInterleave : 1); in isDependent()