Home
last modified time | relevance | path

Searched refs:cycles_until_res_available (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp83 int32_t cycles_until_res_available(aco_ptr<Instruction>& instr);
199 BlockCycleEstimator::cycles_until_res_available(aco_ptr<Instruction>& instr) in cycles_until_res_available() function in aco::BlockCycleEstimator
328 return dep + std::max(cycles_until_res_available(instr) - dep, 0); in predict_cost()
363 cur_cycle += cycles_until_res_available(instr); in add()

Completed in 2 milliseconds