Lines Matching refs:aco_ptr
74 unsigned predict_cost(aco_ptr<Instruction>& instr);
75 void add(aco_ptr<Instruction>& instr);
80 unsigned get_dependency_cost(aco_ptr<Instruction>& instr);
82 void use_resources(aco_ptr<Instruction>& instr);
83 int32_t cycles_until_res_available(aco_ptr<Instruction>& instr);
108 get_perf_info(Program* program, aco_ptr<Instruction>& instr) in get_perf_info()
183 BlockCycleEstimator::use_resources(aco_ptr<Instruction>& instr) in use_resources()
199 BlockCycleEstimator::cycles_until_res_available(aco_ptr<Instruction>& instr) in cycles_until_res_available()
213 get_wait_counter_info(aco_ptr<Instruction>& instr) in get_wait_counter_info()
259 get_wait_imm(Program* program, aco_ptr<Instruction>& instr) in get_wait_imm()
284 BlockCycleEstimator::get_dependency_cost(aco_ptr<Instruction>& instr) in get_dependency_cost()
325 BlockCycleEstimator::predict_cost(aco_ptr<Instruction>& instr) in predict_cost()
353 BlockCycleEstimator::add(aco_ptr<Instruction>& instr) in add()
443 for (aco_ptr<Instruction>& instr : block.instructions) { in collect_preasm_stats()
490 for (aco_ptr<Instruction>& instr : block.instructions) { in collect_preasm_stats()