Home
last modified time | relevance | path

Searched defs:UserIC (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1343 void setTailFoldingStyles(bool IsScalableVF, unsigned UserIC) { in setTailFoldingStyles()
3628 LoopVectorizationCostModel::computeMaxVF(ElementCount UserVF, unsigned UserIC) { in computeMaxVF()
6644 void LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) { in plan()
10081 unsigned UserIC = Hints.getInterleave(); in processLoop() local