Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp74 …mand_before(RegisterDemand demand, aco_ptr<Instruction>& instr, aco_ptr<Instruction>& instr_before) in get_demand_before() argument
78 if (instr_before) in get_demand_before()
79 demand += get_temp_registers(instr_before); in get_demand_before()
Daco_spill.cpp716 aco_ptr<Instruction> instr_before(nullptr); in get_demand_before() local
717 return get_demand_before(demand, instr, instr_before); in get_demand_before()
Daco_ir.h1779 …and_before(RegisterDemand demand, aco_ptr<Instruction>& instr, aco_ptr<Instruction>& instr_before);
/external/mesa3d/src/freedreno/ir3/
Dir3_ra.c119 instr_before(struct ir3_instruction *a, struct ir3_instruction *b) in instr_before() function
162 if ((!d) || instr_before(dd, d)) { in get_definer()
190 if ((!d) || instr_before(f, d)) in get_definer()
230 ra_assert(ctx, instr_before(dd, d)); in get_definer()