HomeSort by: relevance | last modified time | path
    Searched refs:killed (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_ra.c 292 * killed. This means we can allocate the dest over it, but we can't break
815 * killed range to acheive the same effect.
817 foreach_interval (killed, file) {
818 if (!killed->is_killed)
821 if (killed->physreg_end - killed->physreg_start !=
825 if (killed->physreg_end > conflicting_file_size ||
826 conflicting->physreg_end > reg_file_size(file, killed->interval.reg))
829 /* We can't swap the killed range if it partially/fully overlaps the
834 for (unsigned i = killed->physreg_start; i < killed->physreg_end; i++)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
scheduler.c 879 * registers are killed by a write after or during the current instruction and
886 uint64_t killed = 0; local
901 killed |= 1ull << (4 * store->index + store->component);
905 return killed;
  /xsrc/external/mit/libX11/dist/src/
XlibInt.c 1279 int killed = ECHECK(EPIPE); local
1287 killed = True;
1289 if (killed) {

Completed in 15 milliseconds