Searched refs:while1 (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/PhiValues/ |
D | long_phi_chain.ll | 9 br label %while1.cond 11 while1.cond: 14 %phi1 = phi i32* [ %arg, %entry ], [ %phi2, %while1.then ] 15 br i1 undef, label %while1.end, label %while1.body 17 while1.body: 18 br i1 undef, label %while1.then, label %while1.if 20 while1.if: 21 br label %while1.then 23 while1.then: 26 %phi2 = phi i32* [ %arg, %while1.if ], [ %phi1, %while1.body ] [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 1951 auto while1 = builder.AddInstruction( in TEST_F() local 1966 assignment->GetUniqueSlice(while1, {0}).ConsumeValueOrDie()); in TEST_F() 1969 assignment->GetUniqueSlice(while1, {1}).ConsumeValueOrDie()); in TEST_F() 2026 const HloInstruction* while1 = bcast->operand(0); in TEST_F() local 2027 ASSERT_EQ(while1->opcode(), HloOpcode::kWhile); in TEST_F() 2028 const HloInstruction* while0 = while1->operand(0)->operand(0); in TEST_F() 2038 assignment->GetUniqueSlice(while1, {})); in TEST_F() 2093 const HloInstruction* while1 = bcast->operand(0); in TEST_F() local 2094 ASSERT_EQ(while1->opcode(), HloOpcode::kWhile); in TEST_F() 2095 const HloInstruction* while0 = while1->operand(0)->operand(0); in TEST_F() [all …]
|
D | bfloat16_propagation_test.cc | 866 auto while1 = builder.AddInstruction( in TEST_F() local 878 HloInstruction::CreateGetTupleElement(shape, while1, 0)), in TEST_F() 880 HloInstruction::CreateGetTupleElement(shape, while1, 1)))); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_infeed_test.cc | 239 auto while1 = While(condition, build_body(infeed1_shape), init); in TEST_F() local 241 &builder, {GetTupleElement(while1, 0), ConstantR0<bool>(&builder, true)}); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | while_test.cc | 682 auto while1 = While(condition, body, init); in XLA_TEST_F() local 684 auto while2 = While(condition2, body2, while1); in XLA_TEST_F() 686 auto while_result1 = GetTupleElement(while1, 1); in XLA_TEST_F() 748 auto while1 = While(condition, body, init); in XLA_TEST_F() local 750 auto while2 = While(condition2, body, while1); in XLA_TEST_F() 752 auto while_result1 = GetTupleElement(while1, 1); in XLA_TEST_F() 813 auto while1 = While(condition, body, init); in XLA_TEST_F() local 816 auto while_result1 = GetTupleElement(while1, 1); in XLA_TEST_F()
|