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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_live_var_analysis.cpp75 aco_ptr<Instruction>& instr_before)
79 if (instr_before)
80 demand += get_temp_registers(instr_before);
74 get_demand_before(RegisterDemand demand,aco_ptr<Instruction> & instr,aco_ptr<Instruction> & instr_before) argument
H A Daco_spill.cpp440 aco_ptr<Instruction> instr_before(nullptr); local in function:aco::__anond37687ce0110::get_demand_before
441 return get_demand_before(demand, instr, instr_before);
H A Daco_ir.h2220 aco_ptr<Instruction>& instr_before);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_ra.c403 instr_before(struct ir3_instruction *a, struct ir3_instruction *b) function in typeref:typename:bool
441 if ((!d) || instr_before(dd, d)) {
469 if ((!d) || instr_before(f, d))
509 debug_assert(instr_before(dd, d));

Completed in 11 milliseconds