Lines Matching defs:RShape
1339 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4));
1341 if (LShape.NumRows != 1 || RShape.NumColumns != 1) // not a dot product
1697 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4));
1700 const unsigned C = RShape.NumColumns;
1737 Value *RPtr, ShapeInfo RShape, StoreInst *Store) {
1741 TileInfo TI(LShape.NumRows, RShape.NumColumns, LShape.NumColumns, TileSize);
1773 loadMatrix(RPtr, {}, false, RShape, TI.KLoop.Index, TI.ColumnLoop.Index,
1780 Store->isVolatile(), {LShape.NumRows, RShape.NumColumns},
1804 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4));
1807 const unsigned C = RShape.NumColumns;
1816 createTiledLoops(MatMul, APtr, LShape, BPtr, RShape, Store);
1833 RShape, Builder.getInt64(K), Builder.getInt64(J),
1883 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4));
1886 const unsigned C = RShape.NumColumns;
2014 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4));
2017 const MatrixTy &Rhs = getMatrix(MatMul->getArgOperand(1), RShape, Builder);
2022 const unsigned C = RShape.NumColumns;
2023 assert(LShape.NumColumns == RShape.NumRows);