Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5830 unsigned EntryVF = E->getVectorFactor(); in getEntryCost() local
5831 auto *FinalVecTy = FixedVectorType::get(VecTy->getElementType(), EntryVF); in getEntryCost()
6126 Idx = EntryVF; in getEntryCost()
6287 CommonCost -= (EntryVF - VL.size()) * ScalarEltCost; in getEntryCost()
6312 CommonCost -= (EntryVF - VL.size()) * ScalarEltCost; in getEntryCost()
6416 CommonCost -= (EntryVF - VL.size()) * ScalarEltCost; in getEntryCost()
6441 CommonCost -= (EntryVF - VL.size()) * ScalarEltCost; in getEntryCost()
6455 CommonCost -= (EntryVF - VL.size()) * ScalarEltCost; in getEntryCost()
6498 CommonCost -= (EntryVF - VL.size()) * ScalarEltCost; in getEntryCost()