Lines Matching refs:StoreVal
1044 void storeMatrix(const MatrixTy &StoreVal, Value *MatrixPtr, in storeMatrix() argument
1054 auto *TileTy = FixedVectorType::get(EltTy, StoreVal.getNumRows() * in storeMatrix()
1055 StoreVal.getNumColumns()); in storeMatrix()
1060 storeMatrix(TileTy, StoreVal, TilePtr, MAlign, in storeMatrix()
1066 MatrixTy storeMatrix(Type *Ty, MatrixTy StoreVal, Value *Ptr, in storeMatrix() argument
1071 for (auto Vec : enumerate(StoreVal.vectors())) { in storeMatrix()
1076 Stride, StoreVal.getStride(), VType->getElementType(), Builder); 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()