Lines Matching defs:RShape
1365 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4));
1367 if (LShape.NumRows != 1 || RShape.NumColumns != 1) // not a dot product
1726 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4));
1729 const unsigned C = RShape.NumColumns;
1766 Value *RPtr, ShapeInfo RShape, StoreInst *Store) {
1770 TileInfo TI(LShape.NumRows, RShape.NumColumns, LShape.NumColumns, TileSize);
1802 loadMatrix(RPtr, {}, false, RShape, TI.KLoop.Index, TI.ColumnLoop.Index,
1809 Store->isVolatile(), {LShape.NumRows, RShape.NumColumns},
1833 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4));
1836 const unsigned C = RShape.NumColumns;
1845 createTiledLoops(MatMul, APtr, LShape, BPtr, RShape, Store);
1862 RShape, Builder.getInt64(K), Builder.getInt64(J),
1912 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4));
1915 const unsigned C = RShape.NumColumns;
2043 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4));
2046 const MatrixTy &Rhs = getMatrix(MatMul->getArgOperand(1), RShape, Builder);
2051 const unsigned C = RShape.NumColumns;
2052 assert(LShape.NumColumns == RShape.NumRows);