Lines Matching defs:Matrix
604 "Matrix shape verification failed, compilation aborted!");
1227 void LowerStore(Instruction *Inst, Value *Matrix, Value *Ptr, MaybeAlign A,
1230 auto StoreVal = getMatrix(Matrix, Shape, Builder);
1232 storeMatrix(Matrix->getType(), StoreVal, Ptr, A, Stride,
1243 Value *Matrix = Inst->getArgOperand(0);
1246 LowerStore(Inst, Matrix, Ptr, Inst->getParamAlign(1), Stride,
1307 /// Cache \p Matrix as result of \p Inst and update the uses of \p Inst. For
1309 /// cached value when they are lowered. For other users, \p Matrix is
1312 void finalizeLowering(Instruction *Inst, MatrixTy Matrix,
1314 auto inserted = Inst2ColumnMatrix.insert(std::make_pair(Inst, Matrix));
1323 Flattened = Matrix.embedInVector(Builder);
2019 "Matrix multiply argument element types do not match.");
2028 "Matrix multiply result element type does not match arguments.");