Searched refs:get_demand_before (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_spill.cpp | 440 get_demand_before(spill_ctx& ctx, unsigned block_idx, unsigned idx) in get_demand_before() function 446 return get_demand_before(demand, instr, instr_before); in get_demand_before() 472 reg_pressure += get_demand_before(ctx, block_idx, idx); in get_live_in_demand() 770 RegisterDemand demand_before = get_demand_before(ctx, block_idx, 0); in add_coupling_code() 1143 RegisterDemand demand_before = get_demand_before(ctx, block_idx, idx); in add_coupling_code() 1215 new_demand.update(get_demand_before(ctx, block_idx, idx)); in process_block()
|
D | aco_live_var_analysis.cpp | 74 get_demand_before(RegisterDemand demand, aco_ptr<Instruction>& instr, in get_demand_before() function
|
D | aco_ir.h | 2280 RegisterDemand get_demand_before(RegisterDemand demand, aco_ptr<Instruction>& instr,
|