Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h390 unsigned getNumStores() const { return LAI->getNumStores(); } in getNumStores() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h661 unsigned getNumStores() const { return NumStores; } in getNumStores() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp461 unsigned getNumStores() const { return OpInfo.NumStores; } in getNumStores() function in __anon821fcdb70111::LowerMatrixIntrinsics::MatrixTy
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5032 unsigned NumStores = Legal->getNumStores(); in selectInterleaveCount()