Home
last modified time | relevance | path

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

/external/llvm-project/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/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/mesa3d/src/intel/compiler/
Dbrw_vec4_live_variables.cpp159 ~bd->liveout[i]); in compute_live_variables()
161 bd->liveout[i] |= new_liveout; in compute_live_variables()
176 (bd->liveout[i] & in compute_live_variables()
210 if (BITSET_TEST(bd.liveout, i)) { in compute_start_end()
239 block_data[i].liveout = rzalloc_array(mem_ctx, BITSET_WORD, bitset_words); in vec4_live_variables()
Dbrw_fs_live_variables.cpp171 ~bd->liveout[i]); in compute_live_variables()
173 bd->liveout[i] |= new_liveout; in compute_live_variables()
188 (bd->liveout[i] & in compute_live_variables()
240 BITSET_WORD livedefout = bd->liveout[w] & bd->defout[w]; in compute_start_end()
299 block_data[i].liveout = rzalloc_array(mem_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
Dbrw_fs_copy_propagation.cpp71 BITSET_WORD *liveout; member
138 bd[block->num].liveout = rzalloc_array(bd, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow()
253 bd[block->num].liveout[i] = bd[block->num].copy[i]; in setup_initial_values()
257 bd[block->num].liveout[i] = ~0u; in setup_initial_values()
293 const BITSET_WORD old_liveout = bd[block->num].liveout[i]; in run()
308 bd[block->num].livein[i] &= (bd[parent->num].liveout[i] | in run()
310 livein_from_any_block |= bd[parent->num].liveout[i]; in run()
322 bd[block->num].liveout[i] = in run()
326 if (old_liveout != bd[block->num].liveout[i]) in run()
349 fprintf(stderr, "%08x", bd[block->num].liveout[i]); in dump_block_data()
Dbrw_fs_live_variables.h60 BITSET_WORD *liveout; member
Dbrw_schedule_instructions.cpp568 this->liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count); in instruction_scheduler()
570 this->liveout[i] = rzalloc_array(mem_ctx, BITSET_WORD, in instruction_scheduler()
586 this->liveout = NULL; in instruction_scheduler()
653 BITSET_WORD **liveout; member in instruction_scheduler
759 if (BITSET_TEST(live.block_data[block].liveout, i)) in setup_liveness()
760 BITSET_SET(liveout[block], live.vgrf_from_var[i]); in setup_liveness()
777 BITSET_SET(liveout[block], i); in setup_liveness()
842 !BITSET_TEST(liveout[block_idx], inst->src[i].nr) && in get_register_pressure_benefit()
Dbrw_vec4_live_variables.h59 BITSET_WORD *liveout; member
Dbrw_fs_dead_code_eliminate.cpp85 memcpy(live, live_vars.block_data[block->num].liveout, in dead_code_eliminate()
Dbrw_vec4_dead_code_eliminate.cpp50 memcpy(live, live_vars.block_data[block->num].liveout, in dead_code_eliminate()
/external/mesa3d/src/freedreno/ir3/
Dir3_ra.c674 bd->liveout = rzalloc_array(bd, BITSET_WORD, bitset_words); in ra_block_compute_live_ranges()
793 (bd->use[i] | (bd->liveout[i] & ~bd->def[i])); in ra_compute_livein_liveout()
816 (succ_bd->livein[i] & ~bd->liveout[i]); in ra_compute_livein_liveout()
819 bd->liveout[i] |= new_liveout; in ra_compute_livein_liveout()
991 unsigned liveout = 0; in ra_calc_block_live_values() local
992 BITSET_FOREACH_SET (name, bd->liveout, ctx->alloc_count) { in ra_calc_block_live_values()
993 liveout += name_size(ctx, name); in ra_calc_block_live_values()
997 if (cur_live != liveout) { in ra_calc_block_live_values()
1069 print_bitset(" l/o", bd->liveout, ctx->alloc_count); in ra_add_interference()
1089 if (BITSET_TEST(bd->liveout, i)) { in ra_add_interference()
[all …]
Dir3_ra.h132 BITSET_WORD *liveout; /* which defs reach exit point of block */ member
/external/llvm-project/llvm/test/MachineVerifier/
Dlive-ins-02.mir5 # liveins is not liveout from predecessor.
Dlive-ins-03.mir5 # liveins is not liveout from predecessor.
Dlive-ins-01.mir5 # liveins is not liveout from predecessor.
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/hlo_to_lhlo_with_xla/
Dpassthrough.mlir7 // CHECK-SAME: %[[ARG1:.*]]: memref<16xi8> {lmhlo.alloc = 0 : index, lmhlo.liveout = true}
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dregbank-reassign.mir170 # GCN-LABEL: liveout{{$}}
173 name: liveout
/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-project/llvm/docs/
DStackMaps.rst386 At each callsite, a "liveout" register list is also recorded. These
392 Each entry in the liveout register list contains a DWARF register
/external/llvm-project/llvm/lib/Target/ARM/
DREADME.txt298 Unfortunately, liveout information is currently unavailable during DAG combine
/external/llvm/lib/Target/ARM/
DREADME.txt298 Unfortunately, liveout information is currently unavailable during DAG combine
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
Dfold-branch-to-common-dest.ll632 ; The liveout instruction can be located after the branch condition.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DREADME.txt298 Unfortunately, liveout information is currently unavailable during DAG combine