Searched refs:liveout (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_live_variables.cpp | 111 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()
|
D | brw_fs_live_variables.h | 50 bool *liveout; member
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | liveout-register-mask.mir | 2 # 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/ |
D | StackMaps.rst | 382 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/ |
D | README.txt | 298 Unfortunately, liveout information is currently unavailable during DAG combine
|