Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp628 this->hw_liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count); in instruction_scheduler()
630 this->hw_liveout[i] = rzalloc_array(mem_ctx, BITSET_WORD, in instruction_scheduler()
642 this->hw_liveout = NULL; in instruction_scheduler()
714 BITSET_WORD **hw_liveout; member in instruction_scheduler
849 BITSET_SET(hw_liveout[block], i); in setup_liveness()
905 if (!BITSET_TEST(hw_liveout[block_idx], reg) && in get_register_pressure_benefit()