/external/llvm-project/polly/test/Isl/CodeGen/ |
D | non-affine-phi-node-expansion-3.ll | 13 br i1 %cond0, label %branch1, label %backedge 21 branch1: 24 ; CHECK-LABEL: polly.stmt.branch1: 34 ….merge = phi float [ %p_val0, %polly.stmt.loop ], [ %p_val1, %polly.stmt.branch1 ], [ %p_val2, %po… 37 %merge = phi float [%val0, %loop], [%val1, %branch1], [%val2, %branch2]
|
D | non-affine-phi-node-expansion-4.ll | 12 br i1 %cond0, label %branch1, label %backedge 23 branch1: 27 ; CHECK-LABEL: polly.stmt.branch1: 38 ….merge = phi float [ %p_val0, %polly.stmt.loop ], [ %p_val1, %polly.stmt.branch1 ], [ %p_val2, %po… 41 %merge = phi float [%val0, %loop], [%val1, %branch1], [%val2, %branch2]
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | call-gc-result.ll | 13 br i1 %cond, label %branch1, label %branch2 15 branch1: 23 ;; CHECK: %phi = phi i32 [ %a, %branch2 ], [ %b, %branch1 ] 26 %phi = phi i32 [ %a, %branch2 ], [ %b, %branch1 ]
|
/external/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | call-gc-result.ll | 14 br i1 %cond, label %branch1, label %branch2 16 branch1: 24 ;; CHECK: %phi = phi i32 [ %a, %branch2 ], [ %b, %branch1 ] 27 %phi = phi i32 [ %a, %branch2 ], [ %b, %branch1 ]
|
/external/llvm-project/polly/test/ScopInfo/ |
D | intra-non-affine-stmt-phi-node.ll | 31 br i1 %cond0, label %branch1, label %backedge 33 branch1: 41 %merge = phi float [%val0, %loop], [%val1, %branch1], [%val2, %branch2]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/ |
D | switch_n.pbtxt | 154 name: "Case/branch1/_1/mul/y" 210 name: "Case/branch1/_1/mul_0" 213 input: "Case/branch1/_1/mul/y" 225 input: "Case/branch1/_1/mul_0"
|
/external/tpm2-tss/test/unit/ |
D | fapi-json.c | 374 TPMS_POLICYBRANCH branch1; in check_policy_bin() local 453 memset(&branch1, 0, sizeof(TPMS_POLICYBRANCH)); in check_policy_bin() 457 branch1.policy = policy_elements1; in check_policy_bin() 458 branch1.name = "branch1"; in check_policy_bin() 459 branch1.description = "description branch 1"; in check_policy_bin() 461 memcpy(&or_branch_list->authorizations[1], &branch1, sizeof(TPMS_POLICYBRANCH)); in check_policy_bin()
|
/external/tensorflow/tensorflow/python/framework/ |
D | auto_control_deps_test.py | 265 def branch1(): function 269 constant_op.constant(0), [branch0, branch1]) 280 def branch1(): function 284 constant_op.constant(0), [branch0, branch1]) 458 def branch1(): function 462 constant_op.constant(0), [branch0, branch1]) 473 def branch1(): function 478 constant_op.constant(0), [branch0, branch1])
|
D | convert_to_constants_test.py | 505 def branch1(x): function 518 lambda: branch0(x), lambda: branch1(x), lambda: branch2(x)])
|
/external/llvm-project/llvm/test/Transforms/NaryReassociate/ |
D | nary-add.ll | 79 br i1 %p1, label %then1, label %branch1 85 br label %branch1 87 branch1:
|
/external/llvm/test/Transforms/NaryReassociate/ |
D | nary-add.ll | 78 br i1 %p1, label %then1, label %branch1 84 br label %branch1 86 branch1:
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | cond_test.py | 278 def branch1(): function 290 1: branch1,
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document_unittest.cpp | 64 CPDF_Dictionary* branch1 = in CPDF_TestDocumentForPages() local 68 zeroToThree->AddNew<CPDF_Reference>(this, branch1->GetObjNum()); in CPDF_TestDocumentForPages()
|
/external/llvm/test/Transforms/PGOProfile/ |
D | branch1.ll | 8 ; RUN: llvm-profdata merge %S/Inputs/branch1.proftext -o %t.profdata
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-br.ll | 3 define void @branch1() nounwind uwtable ssp {
|
/external/llvm-project/llvm/test/Transforms/PGOProfile/ |
D | branch1.ll | 8 ; RUN: llvm-profdata merge %S/Inputs/branch1.proftext -o %t.profdata
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-br.ll | 3 define void @branch1() nounwind uwtable ssp {
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cond_v2_test.py | 1710 def branch1(x): function 1720 array_ops.constant(0), [lambda: branch1(x), lambda: branch2(x)]) 1727 def branch1(x): function 1736 array_ops.constant(0), [lambda: branch1(x), lambda: branch2(x)])
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 1414 Output branch1 = ops::Transpose(s, ops::Transpose(s, split[1], perm1), perm2); in TEST_F() local 1416 Output concat = ops::Concat(s, {branch0, branch1, branch2}, ops::Const(s, 1)); in TEST_F() 3068 Output branch1 = in TEST_F() local 3070 branch1 = ops::BiasAdd(s.WithOpName("biasadd1"), branch1, biases); in TEST_F() 3071 branch1 = ops::Relu(s.WithOpName("relu1"), branch1); in TEST_F() 3076 Output concat = ops::Concat(s.WithOpName("concat"), {branch1, branch2}, axis); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tf-ops.mlir | 3931 func private @branch1(tensor<2xf32>) -> tensor<2xf32> 3935 …%0 = "tf.Case"(%arg0, %arg1) {branches = [@branch0, @branch1], is_stateless = false} : (tensor<i32… 3942 func private @branch1(tensor<2xf32>) -> tensor<2xf32> 3946 …%0 = "tf.Case"(%arg0, %arg1) {branches = [@branch0, @branch1], is_stateless = false} : (tensor<i32… 3953 func private @branch1(tensor<*xf32>) -> tensor<*xf32> 3957 …%0 = "tf.Case"(%arg0, %arg1) {branches = [@branch0, @branch1], is_stateless = false} : (tensor<i32… 3964 func private @branch1(tensor<3xf32>) -> tensor<*xf32> 3968 …%0 = "tf.Case"(%arg0, %arg1) {branches = [@branch0, @branch1], is_stateless = false} : (tensor<i32… 3975 func private @branch1(tensor<*xf32>) -> tensor<3xf32> 3979 …%0 = "tf.Case"(%arg0, %arg1) {branches = [@branch0, @branch1], is_stateless = false} : (tensor<i32…
|