Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1406 (LShape.NumColumns - 1) + in lowerDotProduct()
1408 (LShape.NumColumns); in lowerDotProduct()
1652 const unsigned R = LShape.NumRows; in isFusionProfitable()
1654 const unsigned M = LShape.NumColumns; in isFusionProfitable()
1694 TileInfo TI(LShape.NumRows, RShape.NumColumns, LShape.NumColumns, TileSize); in createTiledLoops()
1759 const unsigned R = LShape.NumRows; in emitSIMDTiling()
1761 const unsigned M = LShape.NumColumns; in emitSIMDTiling()
1835 const unsigned R = LShape.NumRows; in LowerMatrixMultiplyFused()
1836 const unsigned M = LShape.NumColumns; in LowerMatrixMultiplyFused()
1923 const unsigned R = LShape.NumRows; in LowerMultiply()
[all …]