Searched refs:RShape (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1189 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in isFusionProfitable() local 1192 const unsigned C = RShape.NumColumns; in isFusionProfitable() 1228 Value *RPtr, ShapeInfo RShape, StoreInst *Store, in createTiledLoops() argument 1233 TileInfo TI(LShape.NumRows, RShape.NumColumns, LShape.NumColumns, TileSize); in createTiledLoops() 1263 MatrixTy B = loadMatrix(RPtr, {}, false, RShape, TI.CurrentK, TI.CurrentCol, in createTiledLoops() 1269 Store->isVolatile(), {LShape.NumRows, RShape.NumColumns}, in createTiledLoops() 1293 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in emitSIMDTiling() local 1296 const unsigned C = RShape.NumColumns; in emitSIMDTiling() 1307 createTiledLoops(MatMul, APtr, LShape, BPtr, RShape, Store, in emitSIMDTiling() 1325 RShape, Builder.getInt64(K), Builder.getInt64(J), in emitSIMDTiling() [all …]
|