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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp554 this->hw_liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count);
556 this->hw_liveout[i] = rzalloc_array(mem_ctx, BITSET_WORD,
568 this->hw_liveout = NULL;
641 BITSET_WORD **hw_liveout; member in class:instruction_scheduler
774 BITSET_SET(hw_liveout[block], i);
830 if (!BITSET_TEST(hw_liveout[block_idx], reg) &&
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp624 this->hw_liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count);
626 this->hw_liveout[i] = rzalloc_array(mem_ctx, BITSET_WORD,
638 this->hw_liveout = NULL;
710 BITSET_WORD **hw_liveout; member in class:instruction_scheduler
845 BITSET_SET(hw_liveout[block], i);
901 if (!BITSET_TEST(hw_liveout[block_idx], reg) &&

Completed in 6 milliseconds