Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1237 unsigned selectInterleaveCount(ElementCount VF, InstructionCost LoopCost);
5333 LoopVectorizationCostModel::selectInterleaveCount(ElementCount VF, in selectInterleaveCount() function in LoopVectorizationCostModel
10013 IC = CM.selectInterleaveCount(VF.Width, VF.Cost); in processLoop()