Searched refs:while2 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/PhiValues/ |
D | long_phi_chain.ll | 30 br label %while2.cond1 32 while2.cond1: 35 %phi3 = phi i32* [ %phi1, %while1.end ], [ %phi5, %while2.then ] 36 br i1 undef, label %while2.end, label %while2.body1 38 while2.body1: 39 br i1 undef, label %while2.cond2, label %while2.then 41 while2.cond2: 44 %phi4 = phi i32* [ %phi3, %while2.body1 ], [ %phi4, %while2.if ] 45 br i1 undef, label %while2.then, label %while2.if 47 while2.if: [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_infeed_test.cc | 245 auto while2 = While(condition, build_body(infeed2_shape), result1); in TEST_F() local 246 GetTupleElement(while2, 0); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | while_test.cc | 684 auto while2 = While(condition2, body2, while1); in XLA_TEST_F() local 687 auto while_result2 = GetTupleElement(while2, 1); in XLA_TEST_F() 750 auto while2 = While(condition2, body, while1); in XLA_TEST_F() local 753 auto while_result2 = GetTupleElement(while2, 1); in XLA_TEST_F() 814 auto while2 = While(condition2, body, init); in XLA_TEST_F() local 817 auto while_result2 = GetTupleElement(while2, 1); in XLA_TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 2182 auto while2 = builder.AddInstruction( in TEST_F() local 2186 builder.AddInstruction(HloInstruction::CreateTuple({while2, while1})); in TEST_F() 2207 {token, infeed, infeed_data, while0, while1, zero, add, while2, tuple}); in TEST_F() 2234 assignment->GetUniqueSlice(while2, {})); in TEST_F()
|