Searched refs:reg_end (Results 1 – 6 of 6) sorted by relevance
131 const int reg_end = reg_start + size; in brw_is_grf_written() local154 const int right = MIN2(write_end, reg_end); in brw_is_grf_written()173 const int reg_end = reg_start + size; in brw_is_mrf_written_alu() local201 const int right0 = MIN2(write_end0, reg_end); in brw_is_mrf_written_alu()203 const int right1 = MIN2(write_end1, reg_end); in brw_is_mrf_written_alu()219 const int right = MIN2(write_end, reg_end); in brw_is_mrf_written_alu()235 const int reg_end = reg_start + size; in brw_is_mrf_written_send() local240 const int right = MIN2(write_end, reg_end); in brw_is_mrf_written_send()267 const int reg_end = reg_start + size; in brw_is_mrf_read() local288 const int right = MIN2(read_end, reg_end); in brw_is_mrf_read()[all …]
246 static reg_iterator reg_end() { return reg_iterator(nullptr); } in reg_end() function249 return iterator_range<reg_iterator>(reg_begin(Reg), reg_end()); in reg_operands()287 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty()
290 for (reg_iterator I = reg_begin(FromReg), E = reg_end(); I != E; ) { in replaceRegWith()
1380 RE = MRI.reg_end(); RI != RE;) { in Distribute()
950 RE = MRI.reg_end(); RI != RE;) { in rewriteAssigned()
200 E = MRI->reg_end(); I != E; ) { in updateRegDefsUses()