Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h395 unsigned getNumStores() const { return LAI->getNumStores(); } in getNumStores() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h594 unsigned getNumStores() const { return NumStores; } in getNumStores() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp321 unsigned getNumStores() const { return OpInfo.NumStores; } in getNumStores() function in __anon8ba1aee70111::LowerMatrixIntrinsics::MatrixTy
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5780 unsigned NumStores = Legal->getNumStores(); in selectInterleaveCount()