Searched refs:get_demand_before (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_live_var_analysis.cpp | 74 RegisterDemand get_demand_before(RegisterDemand demand, aco_ptr<Instruction>& instr, aco_ptr<Instru… in get_demand_before() function
|
D | aco_spill.cpp | 711 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()
|
D | aco_ir.h | 1779 RegisterDemand get_demand_before(RegisterDemand demand, aco_ptr<Instruction>& instr, aco_ptr<Instru…
|