Home
last modified time | relevance | path

Searched refs:RShape (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1339 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in lowerDotProduct() local
1341 if (LShape.NumRows != 1 || RShape.NumColumns != 1) // not a dot product in lowerDotProduct()
1697 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in isFusionProfitable() local
1700 const unsigned C = RShape.NumColumns; in isFusionProfitable()
1737 Value *RPtr, ShapeInfo RShape, StoreInst *Store) { in createTiledLoops() argument
1741 TileInfo TI(LShape.NumRows, RShape.NumColumns, LShape.NumColumns, TileSize); in createTiledLoops()
1773 loadMatrix(RPtr, {}, false, RShape, TI.KLoop.Index, TI.ColumnLoop.Index, in createTiledLoops()
1780 Store->isVolatile(), {LShape.NumRows, RShape.NumColumns}, in createTiledLoops()
1804 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in emitSIMDTiling() local
1807 const unsigned C = RShape.NumColumns; in emitSIMDTiling()
[all …]