Lines Matching refs:StoreVal
1170 void storeMatrix(const MatrixTy &StoreVal, Value *MatrixPtr, in storeMatrix() argument
1177 auto *TileTy = FixedVectorType::get(EltTy, StoreVal.getNumRows() * in storeMatrix()
1178 StoreVal.getNumColumns()); in storeMatrix()
1180 storeMatrix(TileTy, StoreVal, TileStart, MAlign, in storeMatrix()
1186 MatrixTy storeMatrix(Type *Ty, MatrixTy StoreVal, Value *Ptr, in storeMatrix() argument
1191 for (auto Vec : enumerate(StoreVal.vectors())) { in storeMatrix()
1196 Stride, StoreVal.getStride(), VType->getElementType(), Builder); in storeMatrix()
1203 return MatrixTy().addNumStores(getNumOps(StoreVal.getVectorTy()) * in storeMatrix()
1204 StoreVal.getNumVectors()); in storeMatrix()
1211 auto StoreVal = getMatrix(Matrix, Shape, Builder); in LowerStore() local
1213 storeMatrix(Matrix->getType(), StoreVal, Ptr, A, Stride, in LowerStore()