Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1496 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in isFusionProfitable() local
1499 const unsigned C = RShape.NumColumns; in isFusionProfitable()
1536 Value *RPtr, ShapeInfo RShape, StoreInst *Store) { in createTiledLoops() argument
1540 TileInfo TI(LShape.NumRows, RShape.NumColumns, LShape.NumColumns, TileSize); in createTiledLoops()
1572 loadMatrix(RPtr, {}, false, RShape, TI.KLoop.Index, TI.ColumnLoop.Index, in createTiledLoops()
1579 Store->isVolatile(), {LShape.NumRows, RShape.NumColumns}, in createTiledLoops()
1603 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in emitSIMDTiling() local
1606 const unsigned C = RShape.NumColumns; in emitSIMDTiling()
1615 createTiledLoops(MatMul, APtr, LShape, BPtr, RShape, Store); in emitSIMDTiling()
1632 RShape, Builder.getInt64(K), Builder.getInt64(J), in emitSIMDTiling()
[all …]