Searched refs:RShape (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1372 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in isFusionProfitable() local 1375 const unsigned C = RShape.NumColumns; in isFusionProfitable() 1412 Value *RPtr, ShapeInfo RShape, StoreInst *Store) { in createTiledLoops() argument 1455 Store->isVolatile(), {LShape.NumRows, RShape.NumColumns}, in createTiledLoops() 1479 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in emitSIMDTiling() local 1482 const unsigned C = RShape.NumColumns; in emitSIMDTiling() 1491 createTiledLoops(MatMul, APtr, LShape, BPtr, RShape, Store); in emitSIMDTiling() 1559 const unsigned C = RShape.NumColumns; in LowerMatrixMultiplyFused() 1638 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in LowerMultiply() local 1646 const unsigned C = RShape.NumColumns; in LowerMultiply() [all …]
|