Searched defs:VectorizationFactor (Results 1 – 12 of 12) sorted by relevance
188 struct VectorizationFactor { struct202 VectorizationFactor(ElementCount Width, InstructionCost Cost, in VectorizationFactor() function207 static VectorizationFactor Disabled() { in Disabled() argument
169 struct VectorizationFactor { struct176 static VectorizationFactor Disabled() { return {1, 0}; } in Disabled() argument
56 unsigned VectorizationFactor; member
79 static unsigned VectorizationFactor; member
31 unsigned VectorizationFactor; member
47 static unsigned VectorizationFactor; member
33 ElementCount VectorizationFactor; member
42 static unsigned VectorizationFactor; member
33 VectorizationFactor("force-vector-width", cl::Hidden, variable36 unsigned VectorizerParams::VectorizationFactor; member in VectorizerParams
75 VectorizationFactor("force-vector-width", cl::Hidden, variable78 unsigned VectorizerParams::VectorizationFactor; member in VectorizerParams
1612 struct VectorizationFactor { struct in __anonb4dace450111::LoopVectorizationCostModel1613 unsigned Width; // Vector width with best cost1614 unsigned Cost; // Cost of the loop with that width