Searched refs:writes_gpr (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_cp_postsched.c70 if (!writes_gpr(instr))
H A Dir3_dce.c56 if (writes_gpr(instr))
H A Dir3_sched.c1041 if (!writes_gpr(instr))
H A Dir3.h1100 writes_gpr(struct ir3_instruction *instr) function in typeref:typename:bool
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_ra.c388 writes_gpr(struct ir3_instruction *instr) function in typeref:typename:bool
593 if (!writes_gpr(instr))
732 if (writes_gpr(instr)) {
814 } else if ((src = ssa(reg)) && writes_gpr(src)) {
1076 if (writes_gpr(instr)) {

Completed in 10 milliseconds