Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1367 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in isFusionProfitable() local
1370 const unsigned C = RShape.NumColumns; in isFusionProfitable()
1406 Value *RPtr, ShapeInfo RShape, StoreInst *Store) { in createTiledLoops() argument
1447 Store->isVolatile(), {LShape.NumRows, RShape.NumColumns}, in createTiledLoops()
1471 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in emitSIMDTiling() local
1474 const unsigned C = RShape.NumColumns; in emitSIMDTiling()
1483 createTiledLoops(MatMul, APtr, LShape, BPtr, RShape, Store); in emitSIMDTiling()
1551 const unsigned C = RShape.NumColumns; in LowerMatrixMultiplyFused()
1630 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in LowerMultiply() local
1638 const unsigned C = RShape.NumColumns; in LowerMultiply()
[all …]