Searched refs:is_kill (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_shader.c344 if (is_kill(ir->outputs[i]))
H A Dir3_sched.c411 if (is_kill(instr)) {
H A Dir3.h602 static inline bool is_kill(struct ir3_instruction *instr) function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_register_allocation.cpp1090 bool is_kill = false; local in function:aco::__anon1a58e4b40110::get_regs_for_copies
1093 is_kill = true;
1097 if (!is_kill && ctx.assignments[reg_file[j]].rc.size() >= size) {

Completed in 11 milliseconds