Searched refs:instr_before (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_live_var_analysis.cpp | 74 …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()
|
D | aco_spill.cpp | 716 aco_ptr<Instruction> instr_before(nullptr); in get_demand_before() local 717 return get_demand_before(demand, instr, instr_before); in get_demand_before()
|
D | aco_ir.h | 1779 …and_before(RegisterDemand demand, aco_ptr<Instruction>& instr, aco_ptr<Instruction>& instr_before);
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_ra.c | 119 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()
|