Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
HDLoopVectorizationLegality.h390 unsigned getNumStores() const { return LAI->getNumStores(); } in getNumStores() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLoopAccessAnalysis.h661 unsigned getNumStores() const { return NumStores; } in getNumStores() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLowerMatrixIntrinsics.cpp461 unsigned getNumStores() const { return OpInfo.NumStores; } in getNumStores() function in __anon4ada37110111::LowerMatrixIntrinsics::MatrixTy
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp5032 unsigned NumStores = Legal->getNumStores(); in selectInterleaveCount()