Home
last modified time | relevance | path

Searched refs:writes_gpr (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_ra.h243 if (!writes_gpr(instr) || (instr->regs[0]->flags & IR3_REG_ARRAY)) in __ra_name_cnt()
286 if (!writes_gpr(instr)) in __ra_init_def_itr()
Dir3_cp_postsched.c69 if (!writes_gpr(instr)) in has_conflicting_write()
Dir3_validate.c80 if (writes_gpr(instr)) { in validate_instr()
Dir3_dce.c56 if (writes_gpr(instr)) in instr_dce()
Dir3_ra.c311 if (!writes_gpr(instr)) in ra_block_name_instructions()
566 if (!writes_gpr(instr)) in ra_init()
1201 if (writes_gpr(instr)) { in ra_block_alloc()
1456 if (!writes_gpr(instr)) in ra_precolor_assigned()
Dir3_sched.c903 if (!writes_gpr(instr)) in is_output_only()
Dir3.h910 writes_gpr(struct ir3_instruction *instr) in writes_gpr() function