Home
last modified time | relevance | path

Searched refs:add_inst (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Dradeon_compiler_util_tests.c45 struct rc_instruction add_inst, replace_inst; in test_rc_inst_can_use_presub() local
49 init_rc_normal_instruction(&add_inst, add_str); in test_rc_inst_can_use_presub()
54 &add_inst.U.I.SrcReg[0], &add_inst.U.I.SrcReg[1]); in test_rc_inst_can_use_presub()
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion_test.cc372 HloInstruction* add_inst = in TEST_F() local
376 HloInstruction::CreateTuple({gte_0, gte_1, add_inst})); in TEST_F()