Searched refs:VectorizerParams (Results 1 – 5 of 5) sorted by relevance
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;132 bool VectorizerParams::isInterleaveForced() { in isInterleaveForced()1317 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()1339 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()[all …]
76 return isPowerOf2_32(Val) && Val <= VectorizerParams::MaxVectorWidth; in validate()92 : Width("vectorize.width", VectorizerParams::VectorizationFactor, HK_WIDTH), in LoopVectorizeHints()103 if (VectorizerParams::isInterleaveForced()) in LoopVectorizeHints()104 Interleave.Value = VectorizerParams::VectorizationInterleave; in LoopVectorizeHints()
8013 NumRuntimePointerChecks > VectorizerParams::RuntimeMemoryCheckThreshold; in plan()
426 VectorizerParams::RuntimeMemoryCheckThreshold) { in legalLoopInstructions()436 << NV("Threshold", VectorizerParams::RuntimeMemoryCheckThreshold); in legalLoopInstructions()
37 struct VectorizerParams { struct