Searched refs:MatMul (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1303 SplitBlock(MatMul->getParent(), MatMul, (DomTreeUpdater *)nullptr, LI, in getNonAliasingPointer() 1306 SplitBlock(MatMul->getParent(), MatMul, (DomTreeUpdater *)nullptr, LI, in getNonAliasingPointer() 1309 SplitBlock(MatMul->getParent(), MatMul, (DomTreeUpdater *)nullptr, LI, in getNonAliasingPointer() 1371 ShapeInfo LShape(MatMul->getArgOperand(2), MatMul->getArgOperand(3)); in isFusionProfitable() 1372 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in isFusionProfitable() 1478 ShapeInfo LShape(MatMul->getArgOperand(2), MatMul->getArgOperand(3)); in emitSIMDTiling() 1479 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in emitSIMDTiling() 1555 ShapeInfo LShape(MatMul->getArgOperand(2), MatMul->getArgOperand(3)); in LowerMatrixMultiplyFused() 1556 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in LowerMatrixMultiplyFused() 1637 ShapeInfo LShape(MatMul->getArgOperand(2), MatMul->getArgOperand(3)); in LowerMultiply() [all …]
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/PDL/CPU/ |
| H A D | multiroot.mlir | 24 pdl.replace %op0 with (%val1 : !pdl.value) // tf.MatMul 54 pdl.erase %op0 // tf.MatMul 106 …%3 = "tf.MatMul"(%arg0, %arg2) {transpose_a = false, transpose_b = false} : (tensor<2x20xf32>, ten… 111 …%7 = "tf.MatMul"(%arg0, %6) {transpose_a = true, transpose_b = false} : (tensor<2x20xf32>, tensor<… 184 pdl.erase %op4 // tf.MatMul 188 pdl.erase %op0 // tf.MatMul 215 pdl.erase %op2 // tf.MatMul 216 pdl.replace %op1 with (%val4_1 : !pdl.value) // tf.MatMul 217 pdl.replace %op0 with (%val4_0 : !pdl.value) // tf.MatMul 275 …%6 = "tf.MatMul"(%5, %arg4) {transpose_a = false, transpose_b = false} : (tensor<2x256xf32>, tenso… [all …]
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/Inputs/ir2native_x86_64_model/ |
| H A D | saved_model.pbtxt | 3121 name: "MatMul" 3122 op: "MatMul" 4529 op: "MatMul" 4673 op: "MatMul" 4987 op: "MatMul" 5513 op: "MatMul" 5657 op: "MatMul" 5971 op: "MatMul" 7162 op: "MatMul" 7964 op: "MatMul" [all …]
|