Home
last modified time | relevance | path

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

12

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/compiler/
H A Daco_live_var_analysis.cpp76 …mand_before(RegisterDemand demand, aco_ptr<Instruction>& instr, aco_ptr<Instruction>& instr_before) in get_demand_before() argument
80 if (instr_before) in get_demand_before()
81 demand += get_temp_registers(instr_before); in get_demand_before()
H A Daco_spill.cpp715 aco_ptr<Instruction> instr_before(nullptr); in get_demand_before() local
716 return get_demand_before(demand, instr, instr_before); in get_demand_before()
H A Daco_ir.h1686 …and_before(RegisterDemand demand, aco_ptr<Instruction>& instr, aco_ptr<Instruction>& instr_before);
/dports/lang/clover/mesa-21.3.6/src/amd/compiler/
H A Daco_live_var_analysis.cpp75 aco_ptr<Instruction>& instr_before) in get_demand_before() argument
79 if (instr_before) in get_demand_before()
80 demand += get_temp_registers(instr_before); in get_demand_before()
H A Daco_spill.cpp440 aco_ptr<Instruction> instr_before(nullptr); in get_demand_before() local
441 return get_demand_before(demand, instr, instr_before); in get_demand_before()
H A Daco_ir.h2220 aco_ptr<Instruction>& instr_before);
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_live_var_analysis.cpp75 aco_ptr<Instruction>& instr_before) in get_demand_before() argument
79 if (instr_before) in get_demand_before()
80 demand += get_temp_registers(instr_before); in get_demand_before()
H A Daco_spill.cpp440 aco_ptr<Instruction> instr_before(nullptr); in get_demand_before() local
441 return get_demand_before(demand, instr, instr_before); in get_demand_before()
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/compiler/
H A Daco_live_var_analysis.cpp75 aco_ptr<Instruction>& instr_before) in get_demand_before() argument
79 if (instr_before) in get_demand_before()
80 demand += get_temp_registers(instr_before); in get_demand_before()
H A Daco_spill.cpp440 aco_ptr<Instruction> instr_before(nullptr); in get_demand_before() local
441 return get_demand_before(demand, instr, instr_before); in get_demand_before()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/compiler/
H A Daco_live_var_analysis.cpp75 aco_ptr<Instruction>& instr_before) in get_demand_before() argument
79 if (instr_before) in get_demand_before()
80 demand += get_temp_registers(instr_before); in get_demand_before()
H A Daco_spill.cpp440 aco_ptr<Instruction> instr_before(nullptr); in get_demand_before() local
441 return get_demand_before(demand, instr, instr_before); in get_demand_before()
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/compiler/
H A Daco_live_var_analysis.cpp75 aco_ptr<Instruction>& instr_before) in get_demand_before() argument
79 if (instr_before) in get_demand_before()
80 demand += get_temp_registers(instr_before); in get_demand_before()
H A Daco_spill.cpp440 aco_ptr<Instruction> instr_before(nullptr); in get_demand_before() local
441 return get_demand_before(demand, instr, instr_before); in get_demand_before()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/compiler/
H A Daco_live_var_analysis.cpp75 aco_ptr<Instruction>& instr_before) in get_demand_before() argument
79 if (instr_before) in get_demand_before()
80 demand += get_temp_registers(instr_before); in get_demand_before()
H A Daco_spill.cpp440 aco_ptr<Instruction> instr_before(nullptr); in get_demand_before() local
441 return get_demand_before(demand, instr, instr_before); in get_demand_before()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_live_var_analysis.cpp75 aco_ptr<Instruction>& instr_before) in get_demand_before() argument
79 if (instr_before) in get_demand_before()
80 demand += get_temp_registers(instr_before); in get_demand_before()
H A Daco_spill.cpp440 aco_ptr<Instruction> instr_before(nullptr); in get_demand_before() local
441 return get_demand_before(demand, instr, instr_before); in get_demand_before()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/compiler/
H A Daco_live_var_analysis.cpp75 aco_ptr<Instruction>& instr_before) in get_demand_before() argument
79 if (instr_before) in get_demand_before()
80 demand += get_temp_registers(instr_before); in get_demand_before()
H A Daco_spill.cpp440 aco_ptr<Instruction> instr_before(nullptr); in get_demand_before() local
441 return get_demand_before(demand, instr, instr_before); in get_demand_before()
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/compiler/
H A Daco_live_var_analysis.cpp75 aco_ptr<Instruction>& instr_before) in get_demand_before() argument
79 if (instr_before) in get_demand_before()
80 demand += get_temp_registers(instr_before); in get_demand_before()
H A Daco_spill.cpp440 aco_ptr<Instruction> instr_before(nullptr); in get_demand_before() local
441 return get_demand_before(demand, instr, instr_before); in get_demand_before()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/compiler/
H A Daco_live_var_analysis.cpp75 aco_ptr<Instruction>& instr_before) in get_demand_before() argument
79 if (instr_before) in get_demand_before()
80 demand += get_temp_registers(instr_before); in get_demand_before()
H A Daco_spill.cpp440 aco_ptr<Instruction> instr_before(nullptr); in get_demand_before() local
441 return get_demand_before(demand, instr, instr_before); in get_demand_before()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/freedreno/ir3/
H A 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()

12