Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7770 InstructionCost CommonCost = 0; in getEntryCost() local
7787 CommonCost = in getEntryCost()
7881 LLVM_DEBUG(dumpTreeCosts(E, CommonCost, VecCost - CommonCost, in getEntryCost()
7988 return CommonCost - ScalarCost; in getEntryCost()
8027 auto GetVectorCost = [](InstructionCost CommonCost) { return CommonCost; }; in getEntryCost() argument
8189 return CommonCost; in getEntryCost()
8192 return CommonCost + in getEntryCost()
8248 return VecCost + CommonCost; in getEntryCost()
8287 CommonCost; in getEntryCost()
8320 return VecLdCost + CommonCost; in getEntryCost()
[all …]