Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2687 InstructionCost VecCost, in dumpTreeCosts() argument
2692 dbgs() << "SLP: VectorCost = " << VecCost << "\n"; in dumpTreeCosts()
2695 ReuseShuffleCost + VecCost - ScalarCost << "\n"; in dumpTreeCosts()
6947 InstructionCost VecCost = VectorCost(CommonCost); in getEntryCost() local
6949 dumpTreeCosts(E, CommonCost, VecCost - CommonCost, ScalarCost)); in getEntryCost()
6954 return VecCost - ScalarCost; in getEntryCost()
7185 InstructionCost VecCost = CommonCost; in getEntryCost() local
7188 VecCost += in getEntryCost()
7191 return VecCost; in getEntryCost()
7227 InstructionCost VecCost = TTI->getCmpSelInstrCost( in getEntryCost() local
[all …]