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;
52 const unsigned VectorizerParams::MaxVectorWidth = 64;
61 bool VectorizerParams::isInterleaveForced() { in isInterleaveForced()
645 VectorizerParams::MaxVectorWidth * TypeByteSize; in couldPreventStoreLoadForward()
665 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
771 unsigned ForcedFactor = (VectorizerParams::VectorizationFactor ? in isDependent()
772 VectorizerParams::VectorizationFactor : 1); in isDependent()
773 unsigned ForcedUnroll = (VectorizerParams::VectorizationInterleave ? in isDependent()
774 VectorizerParams::VectorizationInterleave : 1); in isDependent()