Searched refs:handle_valu_then_read_hazard (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_insert_NOPs.cpp | 249 static auto handle_valu_then_read_hazard = handle_raw_hazard<true, true, false>; variable 334 handle_valu_then_read_hazard(program, cur_block, &NOPs, 4, op); in handle_instruction_gfx6() 366 handle_valu_then_read_hazard(program, cur_block, &NOPs, 2, instr->operands[0]); in handle_instruction_gfx6() 381 handle_valu_then_read_hazard(program, cur_block, &NOPs, 4, instr->operands[1]); in handle_instruction_gfx6() 401 handle_valu_then_read_hazard(program, cur_block, &NOPs, 5, op); in handle_instruction_gfx6()
|