Searched refs:SLPCostThreshold (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 115 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable 5712 if (Cost < -SLPCostThreshold) { in vectorizeStoreChain() 5909 int MinCost = SLPCostThreshold; in tryToVectorizeList() 5962 if (Cost < -SLPCostThreshold) { in tryToVectorizeList() 5984 << ore::NV("Treshold", -SLPCostThreshold); in tryToVectorizeList() 6759 if (Cost >= -SLPCostThreshold) { in tryToReduce() 6766 << ore::NV("Threshold", -SLPCostThreshold); in tryToReduce()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 112 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable 5999 if (Cost < -SLPCostThreshold) { in vectorizeStoreChain() 6199 int MinCost = SLPCostThreshold; in tryToVectorizeList() 6299 if (Cost < -SLPCostThreshold) { in tryToVectorizeList() 6321 << ore::NV("Treshold", -SLPCostThreshold); in tryToVectorizeList() 7077 if (Cost >= -SLPCostThreshold) { in tryToReduce() 7084 << ore::NV("Threshold", -SLPCostThreshold); in tryToReduce()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 56 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()
|