Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp456 this->hw_liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count); in instruction_scheduler()
458 this->hw_liveout[i] = rzalloc_array(mem_ctx, BITSET_WORD, in instruction_scheduler()
470 this->hw_liveout = NULL; in instruction_scheduler()
543 BITSET_WORD **hw_liveout; member in instruction_scheduler
676 BITSET_SET(hw_liveout[block], i); in setup_liveness()
732 if (!BITSET_TEST(hw_liveout[block_idx], reg) && in get_register_pressure_benefit()