Lines Matching refs:StoreVal
1046 void storeMatrix(const MatrixTy &StoreVal, Value *MatrixPtr, in storeMatrix() argument
1056 auto *TileTy = FixedVectorType::get(EltTy, StoreVal.getNumRows() * in storeMatrix()
1057 StoreVal.getNumColumns()); in storeMatrix()
1062 storeMatrix(TileTy, StoreVal, TilePtr, MAlign, in storeMatrix()
1068 MatrixTy storeMatrix(Type *Ty, MatrixTy StoreVal, Value *Ptr, in storeMatrix() argument
1073 for (auto Vec : enumerate(StoreVal.vectors())) { in storeMatrix()
1075 Stride, StoreVal.getStride(), in storeMatrix()
1083 return MatrixTy().addNumStores(getNumOps(StoreVal.getVectorTy()) * in storeMatrix()
1084 StoreVal.getNumVectors()); in storeMatrix()
1091 auto StoreVal = getMatrix(Matrix, Shape, Builder); in LowerStore() local
1093 storeMatrix(Matrix->getType(), StoreVal, Ptr, A, Stride, in LowerStore()