Lines Matching refs:RShape
1372 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in isFusionProfitable() local
1375 const unsigned C = RShape.NumColumns; in isFusionProfitable()
1412 Value *RPtr, ShapeInfo RShape, StoreInst *Store) { in createTiledLoops() argument
1416 TileInfo TI(LShape.NumRows, RShape.NumColumns, LShape.NumColumns, TileSize); in createTiledLoops()
1448 loadMatrix(RPtr, {}, false, RShape, TI.KLoop.Index, TI.ColumnLoop.Index, in createTiledLoops()
1455 Store->isVolatile(), {LShape.NumRows, RShape.NumColumns}, in createTiledLoops()
1479 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in emitSIMDTiling() local
1482 const unsigned C = RShape.NumColumns; in emitSIMDTiling()
1491 createTiledLoops(MatMul, APtr, LShape, BPtr, RShape, Store); in emitSIMDTiling()
1508 RShape, Builder.getInt64(K), Builder.getInt64(J), in emitSIMDTiling()
1556 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in LowerMatrixMultiplyFused() local
1559 const unsigned C = RShape.NumColumns; in LowerMatrixMultiplyFused()
1638 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in LowerMultiply() local
1641 const MatrixTy &Rhs = getMatrix(MatMul->getArgOperand(1), RShape, Builder); in LowerMultiply()
1646 const unsigned C = RShape.NumColumns; in LowerMultiply()
1647 assert(LShape.NumColumns == RShape.NumRows); in LowerMultiply()