Home
last modified time | relevance | path

Searched refs:cond_lt (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_live_range_test.cc276 HloInstruction* cond_lt = cond_builder.AddInstruction( in TEST_F() local
325 {cond_param, cond_iter, cond_limit, cond_lt}); in TEST_F()
Dheap_simulator_test.cc57 HloInstruction* cond_lt = cond_builder.AddInstruction( in TEST_F() local
92 {cond_param, cond_iter, cond_data, cond_lt}); in TEST_F()
899 HloInstruction* cond_lt = cond_builder.AddInstruction( in TEST_F() local
919 {param, while_op, body_param, cond_param, cond_iter, cond_data, cond_lt}); in TEST_F()
927 {kAlloc, tracker.BufferAt(cond_lt, {})}, in TEST_F()
931 {kFree, tracker.BufferAt(cond_lt, {})}, in TEST_F()
Dmemory_space_assignment_test.cc753 HloInstruction* cond_lt = cond_builder.AddInstruction( in TEST_P() local
803 {cond_param, cond_iter, cond_limit, cond_lt}); in TEST_P()
2636 HloInstruction* cond_lt = cond_builder.AddInstruction( in TEST_P() local
2692 {cond_param, cond_iter, cond_limit, cond_lt}); in TEST_P()
2958 HloInstruction* cond_lt = cond_builder.AddInstruction( in TEST_P() local
3021 {cond_param, cond_iter, cond_limit, cond_lt}); in TEST_P()
3049 HloInstruction* cond_lt = cond_builder.AddInstruction( in TEST_P() local
3124 {cond_param, cond_iter, cond_limit, cond_lt}); in TEST_P()
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dcodegen.h346 bool cond_lt : 1; member
Dcodegen.c606 b->branch.cond_lt = branch->cond_lt; in ppir_codegen_encode_branch()
613 b->branch.cond_lt = true; in ppir_codegen_encode_branch()
Dlower.c356 branch->cond_lt = true; in ppir_lower_branch()
Dppir.h366 bool cond_lt; member
Ddisasm.c734 cond_mask |= (branch->branch.cond_lt ? 1 : 0); in print_branch()