Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1320 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in lowerDotProduct() local
1650 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in isFusionProfitable() local
1653 const unsigned C = RShape.NumColumns; in isFusionProfitable()
1733 Store->isVolatile(), {LShape.NumRows, RShape.NumColumns}, in createTiledLoops()
1757 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in emitSIMDTiling() local
1760 const unsigned C = RShape.NumColumns; in emitSIMDTiling()
1769 createTiledLoops(MatMul, APtr, LShape, BPtr, RShape, Store); in emitSIMDTiling()
1837 const unsigned C = RShape.NumColumns; in LowerMatrixMultiplyFused()
1916 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in LowerMultiply() local
1924 const unsigned C = RShape.NumColumns; in LowerMultiply()
[all …]