Searched defs:getNumStores (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/Vectorize/ | ||
H A D | LoopVectorizationLegality.h | 390 unsigned getNumStores() const { return LAI->getNumStores(); } getNumStores() function |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | LoopAccessAnalysis.h | 664 unsigned getNumStores() const { return NumStores; } getNumStores() function |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | LowerMatrixIntrinsics.cpp | 461 unsigned getNumStores() const { return OpInfo.NumStores; } getNumStores() function in __anon5e2d3a8a0111::LowerMatrixIntrinsics::MatrixTy |