Searched refs:LShape (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1369 const unsigned R = LShape.NumRows; in isFusionProfitable() 1371 const unsigned M = LShape.NumColumns; in isFusionProfitable() 1405 void createTiledLoops(CallInst *MatMul, Value *LPtr, ShapeInfo LShape, in createTiledLoops() argument 1410 TileInfo TI(LShape.NumRows, RShape.NumColumns, LShape.NumColumns, TileSize); in createTiledLoops() 1473 const unsigned R = LShape.NumRows; in emitSIMDTiling() 1475 const unsigned M = LShape.NumColumns; in emitSIMDTiling() 1483 createTiledLoops(MatMul, APtr, LShape, BPtr, RShape, Store); in emitSIMDTiling() 1549 const unsigned R = LShape.NumRows; in LowerMatrixMultiplyFused() 1550 const unsigned M = LShape.NumColumns; in LowerMatrixMultiplyFused() 1637 const unsigned R = LShape.NumRows; in LowerMultiply() [all …]
|