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.cpp1521 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in lowerDotProduct() local
1523 if (LShape.NumRows != 1 || RShape.NumColumns != 1) // not a dot product in lowerDotProduct()
1882 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in isFusionProfitable() local
1885 const unsigned C = RShape.NumColumns; in isFusionProfitable()
1922 Value *RPtr, ShapeInfo RShape, StoreInst *Store) { in createTiledLoops() argument
1926 TileInfo TI(LShape.NumRows, RShape.NumColumns, LShape.NumColumns, TileSize); in createTiledLoops()
1958 loadMatrix(RPtr, {}, false, RShape, TI.KLoop.Index, TI.ColumnLoop.Index, in createTiledLoops()
1965 Store->isVolatile(), {LShape.NumRows, RShape.NumColumns}, in createTiledLoops()
1989 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in emitSIMDTiling() local
1992 const unsigned C = RShape.NumColumns; in emitSIMDTiling()
[all …]