Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
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()
Daco_spill.cpp445 aco_ptr<Instruction> instr_before(nullptr); in get_demand_before() local
446 return get_demand_before(demand, instr, instr_before); in get_demand_before()
Daco_ir.h2281 aco_ptr<Instruction>& instr_before);