Searched refs:register_pressure (Results 1 – 9 of 9) sorted by relevance
50 struct register_pressure { struct51 register_pressure(const fs_visitor *v);52 ~register_pressure();347 brw_analysis<brw::register_pressure, fs_visitor> regpressure_analysis;
7183 const register_pressure &rp = regpressure_analysis.require(); in dump_instructions()7549 brw::register_pressure::register_pressure(const fs_visitor *v) in register_pressure() function in brw::register_pressure7563 brw::register_pressure::~register_pressure() in ~register_pressure()
95 register_pressure.h195 register_pressure.cpp
96 register_pressure.h198 register_pressure.cpp
178 RegisterDemand register_pressure = clause ? total_demand_clause : total_demand; in downwards_move() local182 if (RegisterDemand(register_pressure - candidate_diff).exceeds(max_registers)) in downwards_move()
659 "source/opt/register_pressure.cpp",660 "source/opt/register_pressure.h",
724 "source/opt/register_pressure.cpp",725 "source/opt/register_pressure.h",