Searched refs:LShape (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1374 const unsigned R = LShape.NumRows; in isFusionProfitable() 1376 const unsigned M = LShape.NumColumns; in isFusionProfitable() 1411 void createTiledLoops(CallInst *MatMul, Value *LPtr, ShapeInfo LShape, in createTiledLoops() argument 1416 TileInfo TI(LShape.NumRows, RShape.NumColumns, LShape.NumColumns, TileSize); in createTiledLoops() 1481 const unsigned R = LShape.NumRows; in emitSIMDTiling() 1483 const unsigned M = LShape.NumColumns; in emitSIMDTiling() 1491 createTiledLoops(MatMul, APtr, LShape, BPtr, RShape, Store); in emitSIMDTiling() 1557 const unsigned R = LShape.NumRows; in LowerMatrixMultiplyFused() 1558 const unsigned M = LShape.NumColumns; in LowerMatrixMultiplyFused() 1645 const unsigned R = LShape.NumRows; in LowerMultiply() [all …]
|