Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1185 unsigned selectInterleaveCount(ElementCount VF, unsigned LoopCost);
5608 unsigned LoopVectorizationCostModel::selectInterleaveCount(ElementCount VF, in selectInterleaveCount() function in LoopVectorizationCostModel
10218 IC = CM.selectInterleaveCount(VF.Width, *VF.Cost.getValue()); in processLoop()