Searched refs:live (Results 1 - 25 of 219) sorted by relevance

123456789

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dpr20103a.c1 void live();
6 live();
H A Dpr20103c.c3 void live() function
/netbsd-current/distrib/i386/liveimage/emuimage/
H A DMakefile3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-i386-live # gives ${IMGBASE}.img
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr25021.s1 .section .text.live,"ax",%progbits
2 .globl live
3 live: label
6 .section .stack_sizes,"o",%progbits,.text.live,unique,0
22 .dc.a live
/netbsd-current/distrib/vax/liveimage/emuimage/
H A DMakefile3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-vax-live # gives ${IMGBASE}.img
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-live.h73 /* True if this map is for out-of-ssa, otherwise for live range
201 /* ---------------- live on entry/exit info ------------------------------
203 This structure is used to represent live range information on SSA based
205 live-on-entry information and live-on-exit information can be calculated.
206 As well, partitions are marked as to whether they are global (live
209 The live-on-entry information is per block. It provide a bitmap for
210 each block which has a bit set for each partition that is live on entry to
213 The live-on-exit information is per block. It provides a bitmap for each
214 block indicating which partitions are live o
278 partition_is_global(tree_live_info_p live, int p) argument
289 live_on_entry(tree_live_info_p live, basic_block bb) argument
303 live_on_exit(tree_live_info_p live, basic_block bb) argument
316 live_var_map(tree_live_info_p live) argument
325 make_live_on_entry(tree_live_info_p live, basic_block bb , int p) argument
[all...]
H A Dregstat.c111 regstat_bb_compute_ri (basic_block bb, bitmap live) argument
118 bitmap_copy (live, df_get_live_out (bb));
120 /* Process the regs live at the end of the block. Mark them as
122 EXECUTE_IF_SET_IN_BITMAP (live, 0, regno, bi)
129 bitmap_clear_bit (live, DF_REF_REGNO (def));
135 bitmap_set_bit (live, regno);
159 EXECUTE_IF_SET_IN_BITMAP (live, 0, regno, bi)
191 ??? This means that any partial store is live from
196 bitmap_clear_bit (live, dregno);
237 bitmap live local
307 regstat_bb_compute_calls_crossed(unsigned int bb_index, bitmap live) argument
368 bitmap live = BITMAP_ALLOC (&df_bitmap_obstack); local
[all...]
H A Dtree-ssa-live.c36 #include "tree-ssa-live.h"
404 2) Declares no live variables
485 levels that keep an upper level with a label live, so we have to
552 /* Innermost blocks with no live variables nor statements can be always
914 /* Allocate and return a new live range information object base on MAP. */
919 tree_live_info_p live; local
922 live = XNEW (struct tree_live_info_d);
923 live->map = map;
924 live->num_blocks = last_basic_block_for_fn (cfun);
926 bitmap_obstack_initialize (&live
948 delete_tree_live_info(tree_live_info_p live) argument
972 loe_visit_block(tree_live_info_p live, basic_block bb, sbitmap visited) argument
1013 live_worklist(tree_live_info_p live) argument
1041 set_var_live_on_entry(tree ssa_name, tree_live_info_p live) argument
1173 tree_live_info_p live; local
1409 dump_live_info(FILE *f, tree_live_info_p live, int flag) argument
1467 verify_live_on_entry(tree_live_info_p live) argument
[all...]
H A Ddf-problems.c115 words only DEFs that are still live. This is a kind of pruned version
118 In this context, live must be interpreted in the DF_LR sense: Uses that
529 /* Create a mask of DEFs for all registers live at the end of this
530 basic block, and mask out DEFs of registers that are not live.
815 /* Compute local live register info for basic block BB. */
834 /* Process the hardware registers that are always live. */
873 /* Process the uses that are live into an exception handler. */
889 /* Compute local live register info for each basic block within BLOCKS. */
899 /* The all-important stack pointer must always be live. */
902 /* Global regs are always live, to
2825 df_word_lr_mark_ref(df_ref ref, bool is_set, regset live) argument
3082 df_word_lr_simulate_defs(rtx_insn *insn, bitmap live) argument
3099 df_word_lr_simulate_uses(rtx_insn *insn, bitmap live) argument
3210 df_remove_dead_eq_notes(rtx_insn *insn, bitmap live) argument
3280 df_whole_mw_reg_unused_p(struct df_mw_hardreg *mws, bitmap live, bitmap artificial_uses) argument
3309 df_set_unused_notes_for_mw(rtx_insn *insn, struct df_mw_hardreg *mws, bitmap live, bitmap do_not_gen, bitmap artificial_uses, struct dead_debug_local *debug) argument
3354 df_whole_mw_reg_dead_p(struct df_mw_hardreg *mws, bitmap live, bitmap artificial_uses, bitmap do_not_gen) argument
3382 df_set_dead_notes_for_mw(rtx_insn *insn, struct df_mw_hardreg *mws, bitmap live, bitmap do_not_gen, bitmap artificial_uses, bool *added_notes_p) argument
3439 df_create_unused_note(rtx_insn *insn, df_ref def, bitmap live, bitmap artificial_uses, struct dead_debug_local *debug) argument
3473 df_note_bb_compute(unsigned int bb_index, bitmap live, bitmap do_not_gen, bitmap artificial_uses) argument
3674 bitmap_head live, do_not_gen, artificial_uses; local
3810 df_simulate_defs(rtx_insn *insn, bitmap live) argument
3829 df_simulate_uses(rtx_insn *insn, bitmap live) argument
3845 df_simulate_fixup_sets(basic_block bb, bitmap live) argument
3872 df_simulate_initialize_backwards(basic_block bb, bitmap live) argument
3890 df_simulate_one_insn_backwards(basic_block bb, rtx_insn *insn, bitmap live) argument
3905 df_simulate_finalize_backwards(basic_block bb, bitmap live) argument
3940 df_simulate_initialize_forwards(basic_block bb, bitmap live) argument
3953 df_simulate_one_insn_forwards(basic_block bb, rtx_insn *insn, bitmap live) argument
4041 simulate_backwards_to_point(basic_block bb, regset live, rtx point) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-live.h73 /* True if this map is for out-of-ssa, otherwise for live range
201 /* ---------------- live on entry/exit info ------------------------------
203 This structure is used to represent live range information on SSA based
205 live-on-entry information and live-on-exit information can be calculated.
206 As well, partitions are marked as to whether they are global (live
209 The live-on-entry information is per block. It provide a bitmap for
210 each block which has a bit set for each partition that is live on entry to
213 The live-on-exit information is per block. It provides a bitmap for each
214 block indicating which partitions are live o
278 partition_is_global(tree_live_info_p live, int p) argument
289 live_on_entry(tree_live_info_p live, basic_block bb) argument
303 live_on_exit(tree_live_info_p live, basic_block bb) argument
316 live_var_map(tree_live_info_p live) argument
325 make_live_on_entry(tree_live_info_p live, basic_block bb , int p) argument
[all...]
H A Dregstat.cc111 regstat_bb_compute_ri (basic_block bb, bitmap live) argument
118 bitmap_copy (live, df_get_live_out (bb));
120 /* Process the regs live at the end of the block. Mark them as
122 EXECUTE_IF_SET_IN_BITMAP (live, 0, regno, bi)
129 bitmap_clear_bit (live, DF_REF_REGNO (def));
135 bitmap_set_bit (live, regno);
159 EXECUTE_IF_SET_IN_BITMAP (live, 0, regno, bi)
191 ??? This means that any partial store is live from
196 bitmap_clear_bit (live, dregno);
237 bitmap live local
307 regstat_bb_compute_calls_crossed(unsigned int bb_index, bitmap live) argument
368 bitmap live = BITMAP_ALLOC (&df_bitmap_obstack); local
[all...]
H A Dtree-ssa-live.cc36 #include "tree-ssa-live.h"
404 2) Declares no live variables
485 levels that keep an upper level with a label live, so we have to
552 /* Innermost blocks with no live variables nor statements can be always
969 /* Allocate and return a new live range information object base on MAP. */
974 tree_live_info_p live; local
977 live = XNEW (struct tree_live_info_d);
978 live->map = map;
979 live->num_blocks = last_basic_block_for_fn (cfun);
981 bitmap_obstack_initialize (&live
1003 delete_tree_live_info(tree_live_info_p live) argument
1027 loe_visit_block(tree_live_info_p live, basic_block bb, sbitmap visited) argument
1068 live_worklist(tree_live_info_p live) argument
1096 set_var_live_on_entry(tree ssa_name, tree_live_info_p live) argument
1228 tree_live_info_p live; local
1464 dump_live_info(FILE *f, tree_live_info_p live, int flag) argument
1522 verify_live_on_entry(tree_live_info_p live) argument
[all...]
H A Dcombine-stack-adj.cc86 bitmap live = BITMAP_ALLOC (&reg_obstack);
89 combine_stack_adjustments_for_block (bb, live);
91 BITMAP_FREE (live);
230 bitmap live, rtx_insn *other_insn)
243 if (other_insn == NULL_RTX || live == NULL)
270 if (bitmap_bit_p (live, regno))
541 combine_stack_adjustments_for_block (basic_block bb, bitmap live)
553 bitmap_copy (live, DF_LR_IN (bb));
554 df_simulate_initialize_forwards (bb, live);
603 bitmap_copy (last_sp_live, live);
85 bitmap live = BITMAP_ALLOC (&reg_obstack); local
227 try_apply_stack_adjustment(rtx_insn *insn, struct csa_reflist *reflist, HOST_WIDE_INT new_adjust, HOST_WIDE_INT delta, bitmap live, rtx_insn *other_insn) argument
540 combine_stack_adjustments_for_block(basic_block bb, bitmap live) argument
[all...]
H A Ddf-problems.cc115 words only DEFs that are still live. This is a kind of pruned version
118 In this context, live must be interpreted in the DF_LR sense: Uses that
529 /* Create a mask of DEFs for all registers live at the end of this
530 basic block, and mask out DEFs of registers that are not live.
815 /* Compute local live register info for basic block BB. */
834 /* Process the hardware registers that are always live. */
913 /* Process the uses that are live into an exception handler. */
929 /* Compute local live register info for each basic block within BLOCKS. */
939 /* The all-important stack pointer must always be live. */
942 /* Global regs are always live, to
2865 df_word_lr_mark_ref(df_ref ref, bool is_set, regset live) argument
3122 df_word_lr_simulate_defs(rtx_insn *insn, bitmap live) argument
3139 df_word_lr_simulate_uses(rtx_insn *insn, bitmap live) argument
3250 df_remove_dead_eq_notes(rtx_insn *insn, bitmap live) argument
3320 df_whole_mw_reg_unused_p(struct df_mw_hardreg *mws, bitmap live, bitmap artificial_uses) argument
3349 df_set_unused_notes_for_mw(rtx_insn *insn, struct df_mw_hardreg *mws, bitmap live, bitmap do_not_gen, bitmap artificial_uses, struct dead_debug_local *debug) argument
3394 df_whole_mw_reg_dead_p(struct df_mw_hardreg *mws, bitmap live, bitmap artificial_uses, bitmap do_not_gen) argument
3422 df_set_dead_notes_for_mw(rtx_insn *insn, struct df_mw_hardreg *mws, bitmap live, bitmap do_not_gen, bitmap artificial_uses, bool *added_notes_p) argument
3479 df_create_unused_note(rtx_insn *insn, df_ref def, bitmap live, bitmap artificial_uses, struct dead_debug_local *debug) argument
3513 df_note_bb_compute(unsigned int bb_index, bitmap live, bitmap do_not_gen, bitmap artificial_uses) argument
3714 bitmap_head live, do_not_gen, artificial_uses; local
3850 df_simulate_defs(rtx_insn *insn, bitmap live) argument
3869 df_simulate_uses(rtx_insn *insn, bitmap live) argument
3885 df_simulate_fixup_sets(basic_block bb, bitmap live) argument
3912 df_simulate_initialize_backwards(basic_block bb, bitmap live) argument
3930 df_simulate_one_insn_backwards(basic_block bb, rtx_insn *insn, bitmap live) argument
3945 df_simulate_finalize_backwards(basic_block bb, bitmap live) argument
3980 df_simulate_initialize_forwards(basic_block bb, bitmap live) argument
3993 df_simulate_one_insn_forwards(basic_block bb, rtx_insn *insn, bitmap live) argument
4081 simulate_backwards_to_point(basic_block bb, regset live, rtx point) argument
[all...]
/netbsd-current/distrib/sparc64/liveimage/emuimage/
H A DMakefile3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-sparc64-live # gives ${IMGBASE}.img
/netbsd-current/distrib/sparc/liveimage/emuimage/
H A DMakefile3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-sparc-live # gives ${IMGBASE}.img
/netbsd-current/distrib/pmax/liveimage/emuimage/
H A DMakefile3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-pmax-live # gives ${IMGBASE}.img
/netbsd-current/distrib/sun3/liveimage/emuimage/
H A DMakefile3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-sun3-live # gives ${IMGBASE}.img
/netbsd-current/distrib/sun2/liveimage/emuimage/
H A DMakefile3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-sun2-live # gives ${IMGBASE}.img
/netbsd-current/distrib/evbarm/liveimage/armimage/
H A DMakefile3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-${MACHINE_ARCH}-live # gives ${IMGBASE}.img
/netbsd-current/distrib/amd64/liveimage/emuimage/
H A DMakefile3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-amd64-live # gives ${IMGBASE}.img
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_selftest.c76 int (*live)(struct drm_i915_private *); member in union:selftest::__anon842
86 #define selftest(n, f) [live_##n] = { .name = #n, { .live = f } },
92 #define selftest(n, f) [perf_##n] = { .name = #n, { .live = f } },
165 err = st->live(data);
210 if (!i915_selftest.live)
213 err = run_selftests(live, pdev_to_i915(pdev));
215 i915_selftest.live = err;
219 if (i915_selftest.live < 0) {
220 i915_selftest.live = -ENOTTY;
411 module_param_named_unsafe(live_selftests, i915_selftest.live, in
[all...]
/netbsd-current/distrib/hpcarm/liveimage/
H A DMakefile3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-${MACHINE}-live # gives ${IMGBASE}.img
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Df7wraps.sh55 ;; Functions that usually live in libgcc: __<name> for <name> in:
77 ;; Functions that usually live in libgcc: __<name> for <name> in:
99 ;; Functions that usually live in libgcc: __<name>df3 for <name> in:
122 ;; Functions that usually live in libgcc: __<name>df2 for <name> in:
144 ;; Functions that usually live in libm: Depending on [long] double layout,
169 ;; Functions that usually live in libm: Depending on [long] double layout,
194 ;; Functions that usually live in libm: Depending on [long] double layout,
219 ;; Functions that usually live in libm: Depending on [long] double layout,
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Df7wraps.sh55 ;; Functions that usually live in libgcc: __<name> for <name> in:
77 ;; Functions that usually live in libgcc: __<name> for <name> in:
99 ;; Functions that usually live in libgcc: __<name>df3 for <name> in:
122 ;; Functions that usually live in libgcc: __<name>df2 for <name> in:
144 ;; Functions that usually live in libm: Depending on [long] double layout,
169 ;; Functions that usually live in libm: Depending on [long] double layout,
194 ;; Functions that usually live in libm: Depending on [long] double layout,
219 ;; Functions that usually live in libm: Depending on [long] double layout,

Completed in 203 milliseconds

123456789