Home
last modified time | relevance | path

Searched refs:get_demand_before (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp74 RegisterDemand get_demand_before(RegisterDemand demand, aco_ptr<Instruction>& instr, aco_ptr<Instru… in get_demand_before() function
Daco_spill.cpp711 RegisterDemand get_demand_before(spill_ctx& ctx, unsigned block_idx, unsigned idx) in get_demand_before() function
717 return get_demand_before(demand, instr, instr_before); in get_demand_before()
737 RegisterDemand demand_before = get_demand_before(ctx, block_idx, 0); in add_coupling_code()
1067 RegisterDemand demand_before = get_demand_before(ctx, block_idx, idx); in add_coupling_code()
1127 new_demand.update(get_demand_before(ctx, block_idx, idx)); in process_block()
Daco_ir.h1779 RegisterDemand get_demand_before(RegisterDemand demand, aco_ptr<Instruction>& instr, aco_ptr<Instru…