Searched refs:getFloorFullVectorNumberOfElements (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 291 getFloorFullVectorNumberOfElements(const TargetTransformInfo &TTI, Type *Ty, in getFloorFullVectorNumberOfElements() function 6263 getFloorFullVectorNumberOfElements(TTI, ScalarTy, VL.size() - 1); in canVectorizeLoads() 6265 VF = getFloorFullVectorNumberOfElements(TTI, ScalarTy, VF - 1)) { in canVectorizeLoads() 8308 for (int NumElts = getFloorFullVectorNumberOfElements( in tryToVectorizeGatheredLoads() 8310 NumElts > 1; NumElts = getFloorFullVectorNumberOfElements( in tryToVectorizeGatheredLoads() 11494 const unsigned SubVF = getFloorFullVectorNumberOfElements( in reorderGatherNode() 11694 for (unsigned VF = getFloorFullVectorNumberOfElements( in transformNodes() 11696 VF >= MinVF; VF = getFloorFullVectorNumberOfElements( in transformNodes() 21435 getFloorFullVectorNumberOfElements(*TTI, StoreTy, MaxTotalNum); in vectorizeStores() 21611 getFloorFullVectorNumberOfElements(*TTI, ScalarTy, VL.size()), MinVF); in tryToVectorizeList() [all …]
|