Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6958 InstructionCost getBuildVectorCost(ArrayRef<Value *> VL, Value *Root) { in getBuildVectorCost() function in BoUpSLP::ShuffleCostEstimator
7040 GatherCost += getBuildVectorCost(VL.slice(I, VF), Root); in getBuildVectorCost()
7644 Cost += getBuildVectorCost(VL, Root); in gather()