Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp110 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable
4714 if (Cost < -SLPCostThreshold) { in vectorizeStoreChain()
4901 int MinCost = SLPCostThreshold; in tryToVectorizeList()
4955 if (Cost < -SLPCostThreshold) { in tryToVectorizeList()
4977 << ore::NV("Treshold", -SLPCostThreshold); in tryToVectorizeList()
5773 if (Cost >= -SLPCostThreshold) { in tryToReduce()
5780 << ore::NV("Threshold", -SLPCostThreshold); in tryToReduce()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp56 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable
3812 if (Cost < -SLPCostThreshold) { in tryToVectorizeList()
4086 if (Cost >= -SLPCostThreshold) in tryToReduce()
4631 -SLPCostThreshold, R); in vectorizeStoreChains()