/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 248 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val, 594 static bool EqualityPropUnSafe(Value &LoopCond) { in EqualityPropUnSafe() argument 595 ICmpInst *CI = dyn_cast<ICmpInst>(&LoopCond); in EqualityPropUnSafe() 699 Value *LoopCond = FindLIVLoopCondition(Guard->getOperand(0), currentLoop, in processCurrentLoop() local 702 if (LoopCond && in processCurrentLoop() 703 UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context))) { in processCurrentLoop() 741 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), currentLoop, in processCurrentLoop() local 744 if (LoopCond && !EqualityPropUnSafe(*LoopCond) && in processCurrentLoop() 745 UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context), TI)) { in processCurrentLoop() 752 Value *LoopCond; in processCurrentLoop() local [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | legalize_tfg_with_control_flow.mlir | 9 // CHECK: tf_executor.LoopCond 19 %LoopCond, %ctl_6 = LoopCond(%Less) name("while/LoopCond") : (tensor<*xi1>) -> (tensor<*xi1>) 20 …%Switch:2, %ctl_7 = Switch(%Merge#0, %LoopCond) name("while/Switch") {T = i32, _class = ["loc:@whi…
|
D | legalize_tfg_arg_control_dep.mlir | 17 …%LoopCond, %ctl_6 = LoopCond(%Less) [%arg.ctl] name("while/LoopCond") : (tensor<*xi1>) -> (tensor<… 18 …%Switch:2, %ctl_7 = Switch(%Merge#0, %LoopCond) [%arg.ctl] name("while/Switch") {T = i32, _class =…
|
D | graph_pruning.mlir | 84 %6:2 = tf_executor.LoopCond %5#0 : (tensor<*xi1>) -> (tensor<i1>, !tf_executor.control) {} 106 // CHECK: tf_executor.LoopCond 121 %6:2 = tf_executor.LoopCond %5#0 : (tensor<*xi1>) -> (tensor<i1>, !tf_executor.control) {}
|
D | tf_executor_ops.mlir | 519 // CHECK: tf_executor.LoopCond %{{.*}} : tensor<i1> 520 %1:2 = tf_executor.LoopCond %arg0 : tensor<i1> 529 // CHECK: tf_executor.LoopCond %{{.*}} : tensor<i1> {attr3 = 32 : i64, tf_executor.attr_fetch = "so… 530 …%1:2 = tf_executor.LoopCond %arg0 : tensor<i1> {attr3 = 32 : i64, tf_executor.attr_fetch = "some_… 539 // CHECK: tf_executor.LoopCond %{{.*}}, %{{.*}} : tensor<i1> 540 %1:2 = tf_executor.LoopCond %arg0, %arg1 : tensor<i1> 549 // CHECK: tf_executor.LoopCond %{{.*}}, %{{.*}} : (tensor<i1>, !tf_executor.control) -> (tensor<*xi… 550 …%1:2 = tf_executor.LoopCond %arg0, %arg1 : (tensor<i1>, !tf_executor.control) -> (tensor<*xi1>, !t…
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 241 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val, 566 Value *LoopCond = in processCurrentLoop() local 568 if (LoopCond && in processCurrentLoop() 569 UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context))) { in processCurrentLoop() 601 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), in processCurrentLoop() local 603 if (LoopCond && in processCurrentLoop() 604 UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context), TI)) { in processCurrentLoop() 610 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), in processCurrentLoop() local 613 if (LoopCond && NumCases) { in processCurrentLoop() 634 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) { in processCurrentLoop() [all …]
|
/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/ |
D | nested_loop.pbtxt | 181 name: "while/LoopCond" 182 op: "LoopCond" 189 input: "while/LoopCond" 209 input: "while/LoopCond" 398 name: "while/while/LoopCond" 399 op: "LoopCond" 406 input: "while/while/LoopCond" 426 input: "while/while/LoopCond"
|
D | loops_and_resource_vars.pbtxt | 256 name: "while/LoopCond" 257 op: "LoopCond" 264 input: "while/LoopCond" 284 input: "while/LoopCond" 526 name: "while/while/LoopCond" 527 op: "LoopCond" 534 input: "while/while/LoopCond" 554 input: "while/while/LoopCond"
|
D | loops_and_queues.pbtxt | 218 name: "while/LoopCond" 219 op: "LoopCond" 226 input: "while/LoopCond" 246 input: "while/LoopCond" 551 name: "while/while/LoopCond" 552 op: "LoopCond" 559 input: "while/while/LoopCond" 579 input: "while/while/LoopCond"
|
D | while_loop_var_handle_op.pbtxt | 160 node { name: "while/LoopCond" op: "LoopCond" input: "while/Less" } 165 input: "while/LoopCond" 179 input: "while/LoopCond"
|
D | while_loop.pbtxt | 174 name: "while/LoopCond" 175 op: "LoopCond" 182 input: "while/LoopCond" 202 input: "while/LoopCond"
|
D | queues_and_loops.pbtxt | 291 name: "while/LoopCond" 292 op: "LoopCond" 299 input: "while/LoopCond" 319 input: "while/LoopCond"
|
/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/ |
D | graph-while-loop.pbtxt | 104 name: "while/LoopCond" 105 op: "LoopCond" 112 input: "while/LoopCond"
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/ |
D | graph-while-loop.pbtxt | 115 name: "while/LoopCond" 116 op: "LoopCond" 123 input: "while/LoopCond"
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | scc_test.cc | 291 name: "while/LoopCond" in TEST_F() 292 op: "LoopCond" in TEST_F() 299 input: "while/LoopCond" in TEST_F()
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_LoopCond.pbtxt | 2 graph_op_name: "LoopCond"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_LoopCond.pbtxt | 2 graph_op_name: "LoopCond"
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/ |
D | while-loop.mlir | 18 …%6:2 = tf_executor.LoopCond %5#0 : (tensor<*xi1>) -> (tensor<*xi1>, !tf_executor.control) {device …
|
D | ref-while-loop.mlir | 17 …%6:2 = tf_executor.LoopCond %5#0 : (tensor<i1>) -> (tensor<i1>, !tf_executor.control) {device = ""…
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | LoopCond.pbtxt | 2 name: "LoopCond"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | LoopCond.pbtxt | 2 name: "LoopCond"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_LoopCond.pbtxt | 2 graph_op_name: "LoopCond"
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | shape_inference_test.cc | 88 auto loop_cond = ops::LoopCond(scope.WithOpName("while/LoopCond"), less); in TEST() 142 ops::LoopCond(scope.WithOpName("while/LoopCond"), false_value); in TEST()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_constructor_test.cc | 388 name: "while/LoopCond" in TEST_F() 389 op: "LoopCond" in TEST_F() 396 input: "while/LoopCond" in TEST_F() 676 name: "while/LoopCond" in TEST_F() 677 op: "LoopCond" in TEST_F() 684 input: "while/LoopCond" in TEST_F() 704 input: "while/LoopCond" in TEST_F() 2159 name: "while/LoopCond" in TEST_F() 2160 op: "LoopCond" in TEST_F() 2167 input: "while/LoopCond" in TEST_F()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition_test.cc | 59 using ops::LoopCond; 381 LoopCond(in_.WithOpName("A4"), a3); in TEST_F() 394 LoopCond(in_.WithOpName("A4"), a3); in TEST_F() 650 LoopCond loop_cond(scope, cv); in TEST()
|