Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1280 unsigned selectInterleaveCount(ElementCount VF, unsigned LoopCost);
6321 unsigned LoopVectorizationCostModel::selectInterleaveCount(ElementCount VF, in selectInterleaveCount() function in LoopVectorizationCostModel
10202 IC = CM.selectInterleaveCount(VF.Width, *VF.Cost.getValue()); in processLoop()