Lines Matching refs:VectorizerParams
76 cl::location(VectorizerParams::VectorizationFactor));
77 unsigned VectorizerParams::VectorizationFactor;
84 VectorizerParams::VectorizationInterleave));
85 unsigned VectorizerParams::VectorizationInterleave;
91 cl::location(VectorizerParams::RuntimeMemoryCheckThreshold), cl::init(8));
92 unsigned VectorizerParams::RuntimeMemoryCheckThreshold;
102 const unsigned VectorizerParams::MaxVectorWidth = 64;
147 cl::location(VectorizerParams::HoistRuntimeChecks), cl::init(true));
148 bool VectorizerParams::HoistRuntimeChecks;
150 bool VectorizerParams::isInterleaveForced() { in isInterleaveForced()
1766 VectorizerParams::MaxVectorWidth * TypeByteSize, MinDepDistBytes); in couldPreventStoreLoadForward()
1788 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
2136 unsigned ForcedFactor = (VectorizerParams::VectorizationFactor ? in isDependent()
2137 VectorizerParams::VectorizationFactor : 1); in isDependent()
2138 unsigned ForcedUnroll = (VectorizerParams::VectorizationInterleave ? in isDependent()
2139 VectorizerParams::VectorizationInterleave : 1); in isDependent()