Home
last modified time | relevance | path

Searched refs:liveout (Results 1 – 5 of 5) 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/test/CodeGen/MIR/X86/
Dliveout-register-mask.mir2 # This test ensures that the MIR parser parses the liveout register mask
38 ; CHECK: PATCHPOINT 5, 5, 0, 2, 0, %rdi, %rsi, csr_64, liveout(%esp, %rsp, %sp, %spl),
39 …PATCHPOINT 5, 5, 0, 2, 0, %rdi, %rsi, csr_64, liveout(%esp, %rsp, %sp, %spl), implicit-def dead ea…
/external/llvm/docs/
DStackMaps.rst382 At each callsite, a "liveout" register list is also recorded. These
388 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