Searched refs:opE (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/mlir/lib/Rewrite/ |
D | PatternApplicator.cpp | 132 auto opIt = opPatterns.begin(), opE = opPatterns.end(); in matchAndRewrite() local 140 if (opIt != opE) in matchAndRewrite()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | executor_canonicalize.mlir | 87 %8 = "tf.opE"(%7) : (tensor<i1>) -> tensor<i1> 103 // CHECK-NEXT: %[[OP_E:[0-9]*]] = "tf.opE"(%[[OP_D]]) 153 %8 = "tf.opE"(%7) : (tensor<i1>) -> tensor<i1> 165 // CHECK-NEXT: %[[OP_E:[0-9]*]] = "tf.opE"(%[[OP_D]]) 232 %8 = "tf.opE"(%7) : (tensor<i1>) -> tensor<i1> 247 // CHECK-NEXT: %[[OP_E:[0-9]*]] = "tf.opE"(%[[OP_D]])
|
D | tf_device_ops.mlir | 62 %4 = "tf.opE"() : () -> tensor<*xi32> 79 // CHECK: %[[OP_E:[a-z0-9]*]] = "tf.opE" 156 %4 = "tf.opE"() : () -> (tensor<*xf32>)
|
D | executor_island_coarsening.mlir | 158 %8 = "tf.opE"(%4#0, %1#0) : (tensor<i32>, tensor<i32>) -> tensor<i32> 172 // CHECK-NEXT: %[[OP_E:[0-9]*]] = "tf.opE"(%[[OP_D]], %[[OP_B]]) 187 %5:2 = tf_executor.island(%3#1) wraps "tf.opE"(%arg0) : (tensor<i32>) -> tensor<i32> 197 // CHECK-NEXT: %{{[0-9]*}} = "tf.opE"(%[[ARG_0]]) 219 %10:2 = tf_executor.island wraps "tf.opE"(%8#1) : (tensor<*xi32>) -> tensor<*xi32> 242 // CHECK-NEXT: %[[OP_E:[0-9]*]] = "tf.opE"(%[[SWITCH_true]])
|
D | tpu_cluster_formation.mlir | 54 %4 = "tf.opE"() : () -> tensor<i1> 60 // CHECK: "tf.opE" 163 %4 = "tf.opE"(%2) : (tensor<i1>) -> tensor<i1> 169 // CHECK: %[[OP_E:[0-9]*]] = "tf.opE"(%[[OP_C]]) 192 %4 = "tf.opE"(%2) : (tensor<i1>) -> tensor<i1> 199 // CHECK: %[[OP_E:[0-9]*]] = "tf.opE"(%[[OP_C]]) 229 …%7 = "tf.opE"(%3, %ri_0, %ri_1, %arg2, %2) {_tpu_replicate = "replicate"} : (tensor<i32>, tensor<i… 244 // CHECK: %[[OP_E:[0-9]*]] = "tf.opE"(%[[OP_D]], %[[RI_0]], %[[RI_1]], %[[ARG_2]], %[[OP_C…
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_device_ops.td | 219 %4 = "tf.opE"() : () -> tensor<!tf.resource>
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 14355 if (BinaryOperator *opE = dyn_cast<BinaryOperator>(E)) in DiagnoseEqualityWithExtraParens() local 14356 if (opE->getOpcode() == BO_EQ && in DiagnoseEqualityWithExtraParens() 14357 opE->getLHS()->IgnoreParenImpCasts()->isModifiableLvalue(Context) in DiagnoseEqualityWithExtraParens() 14359 SourceLocation Loc = opE->getOperatorLoc(); in DiagnoseEqualityWithExtraParens()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 18626 if (BinaryOperator *opE = dyn_cast<BinaryOperator>(E)) in DiagnoseEqualityWithExtraParens() local 18627 if (opE->getOpcode() == BO_EQ && in DiagnoseEqualityWithExtraParens() 18628 opE->getLHS()->IgnoreParenImpCasts()->isModifiableLvalue(Context) in DiagnoseEqualityWithExtraParens() 18630 SourceLocation Loc = opE->getOperatorLoc(); in DiagnoseEqualityWithExtraParens()
|