Home
last modified time | relevance | path

Searched refs:SLPCostThreshold (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp127 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable
6249 return MaskedGatherCost - GatherCost >= -SLPCostThreshold; in canVectorizeLoads()
6382 VecLdCost - GatherCost < -SLPCostThreshold) { in canVectorizeLoads()
6388 return MaskedGatherCost - GatherCost >= -SLPCostThreshold; in canVectorizeLoads()
14037 if (!ForReduction && !SLPCostThreshold.getNumOccurrences() && in isTreeTinyAndNotFullyVectorizable()
14050 if (!ForReduction && SLPCostThreshold.getNumOccurrences() && in isTreeTinyAndNotFullyVectorizable()
14074 if (!ForReduction && !SLPCostThreshold.getNumOccurrences() && in isTreeTinyAndNotFullyVectorizable()
14125 TTI::TCK_RecipThroughput) > -SLPCostThreshold) in isTreeTinyAndNotFullyVectorizable()
14604 if (Cost >= -SLPCostThreshold && in getTreeCost()
15089 if (Cost < -SLPCostThreshold) { in getTreeCost()
[all …]