Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3234 int ReuseShuffleCost = 0; in getEntryCost() local
3236 ReuseShuffleCost = in getEntryCost()
3243 return ReuseShuffleCost + in getEntryCost()
3264 return ReuseShuffleCost + Cost; in getEntryCost()
3267 return ReuseShuffleCost + getGatherCost(VL); in getEntryCost()
3286 ReuseShuffleCost -= TTI->getVectorInstrCost( in getEntryCost()
3289 ReuseShuffleCost -= TTI->getVectorInstrCost( in getEntryCost()
3303 ReuseShuffleCost += in getEntryCost()
3308 int DeadCost = ReuseShuffleCost; in getEntryCost()
3342 return ReuseShuffleCost + getGatherCost(VL); in getEntryCost()
[all …]