Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_live_variables.cpp111 if (bd[b].use[i] || (bd[b].liveout[i] && !bd[b].def[i])) { in compute_live_variables()
125 if (bd[block->block_num].livein[i] && !bd[b].liveout[i]) { in compute_live_variables()
126 bd[b].liveout[i] = true; in compute_live_variables()
147 bd[i].liveout = rzalloc_array(mem_ctx, bool, num_vars); in fs_live_variables()
216 if (livevars.bd[b].liveout[i]) { in calculate_live_intervals()
Dbrw_fs_live_variables.h50 bool *liveout; member
/external/llvm/docs/
DStackMaps.rst384 At each callsite, a "liveout" register list is also recorded. These
390 Each entry in the liveout register list contains a DWARF register
/external/llvm/lib/Target/ARM/
DREADME.txt298 Unfortunately, liveout information is currently unavailable during DAG combine