Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h381 unsigned getNumStores() const { return LAI->getNumStores(); } in getNumStores() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h552 unsigned getNumStores() const { return NumStores; } in getNumStores() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp312 unsigned getNumStores() const { return OpInfo.NumStores; } in getNumStores() function in __anon7e59d9a20111::LowerMatrixIntrinsics::MatrixTy
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6441 unsigned NumStores = Legal->getNumStores(); in selectInterleaveCount()