HomeSort by: relevance | last modified time | path
    Searched defs:live (Results 1 - 25 of 88) sorted by relevancy

1 2 3 4

  /src/games/battlestar/
command6.c 100 live(void) function
command6.c 100 live(void) function
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_selftest.h 40 int live; member in struct:i915_selftest
60 * Live unit tests are run after the driver is loaded - all hardware
i915_selftest.h 40 int live; member in struct:i915_selftest
60 * Live unit tests are run after the driver is loaded - all hardware
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_selftest.c 76 int (*live)(struct drm_i915_private *); member in union:selftest::__anon5092
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, int, 0400)
    [all...]
i915_selftest.c 76 int (*live)(struct drm_i915_private *); member in union:selftest::__anon5092
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, int, 0400)
    [all...]
i915_request.c 1329 struct igt_live_test live; local
1382 ret = igt_live_test_begin(&live, i915, __func__, "");
1447 ret = igt_live_test_end(&live) ?: ret;
i915_request.c 1329 struct igt_live_test live; local
1382 ret = igt_live_test_begin(&live, i915, __func__, "");
1447 ret = igt_live_test_end(&live) ?: ret;
  /src/external/gpl3/gcc/dist/gcc/
regstat.cc 108 for basic block BB. LIVE is a scratch bitvector used here. */
111 regstat_bb_compute_ri (basic_block bb, bitmap live)
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 = BITMAP_ALLOC (&df_bitmap_obstack); local
368 bitmap live = BITMAP_ALLOC (&df_bitmap_obstack); local
    [all...]
regstat.cc 108 for basic block BB. LIVE is a scratch bitvector used here. */
111 regstat_bb_compute_ri (basic_block bb, bitmap live)
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 = BITMAP_ALLOC (&df_bitmap_obstack); local
368 bitmap live = BITMAP_ALLOC (&df_bitmap_obstack); local
    [all...]
combine-stack-adj.cc 86 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
    [all...]
combine-stack-adj.cc 86 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
    [all...]
mode-switching.cc 181 /* Record in LIVE that register REG died. */
184 reg_dies (rtx reg, HARD_REG_SET *live)
193 remove_from_hard_reg_set (live, GET_MODE (reg), regno);
196 /* Record in LIVE that register REG became live.
200 reg_becomes_live (rtx reg, const_rtx setter ATTRIBUTE_UNUSED, void *live)
212 add_to_hard_reg_set ((HARD_REG_SET *) live, GET_MODE (reg), regno);
260 auto_bitmap live;
261 df_simulate_initialize_backwards (src_bb, live);
271 df_simulate_one_insn_backwards (src_bb, last_insn, live);
259 auto_bitmap live; local
    [all...]
shrink-wrap.cc 101 /* See whether there has a single live edge from BB, which dest uses
102 [REGNO, END_REGNO). Return the live edge if its dest bb has
110 bitmap live; local
116 live = df_get_live_in (e->dest);
118 if (REGNO_REG_SET_P (live, i))
149 after INSN in BB. SPLIT_P indicates whether a live edge from BB
331 INSN to BB if so. Either way, DEST is no longer live on entry,
352 Either way, SRC is now live on entry. */
431 to call-saved registers because their values are live across one or
488 does not work). It also cannot if there exist registers live on entr
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
regstat.cc 108 for basic block BB. LIVE is a scratch bitvector used here. */
111 regstat_bb_compute_ri (basic_block bb, bitmap live)
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 = BITMAP_ALLOC (&df_bitmap_obstack); local
368 bitmap live = BITMAP_ALLOC (&df_bitmap_obstack); local
    [all...]
regstat.cc 108 for basic block BB. LIVE is a scratch bitvector used here. */
111 regstat_bb_compute_ri (basic_block bb, bitmap live)
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 = BITMAP_ALLOC (&df_bitmap_obstack); local
368 bitmap live = BITMAP_ALLOC (&df_bitmap_obstack); local
    [all...]
combine-stack-adj.cc 86 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
    [all...]
combine-stack-adj.cc 86 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
    [all...]
shrink-wrap.cc 101 /* See whether there has a single live edge from BB, which dest uses
102 [REGNO, END_REGNO). Return the live edge if its dest bb has
110 bitmap live; local
116 live = df_get_live_in (e->dest);
118 if (REGNO_REG_SET_P (live, i))
149 after INSN in BB. SPLIT_P indicates whether a live edge from BB
331 INSN to BB if so. Either way, DEST is no longer live on entry,
352 Either way, SRC is now live on entry. */
431 to call-saved registers because their values are live across one or
488 does not work). It also cannot if there exist registers live on entr
    [all...]
tree-ssa-live.cc 36 #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->livein_obstack)
1228 tree_live_info_p live; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
qp.h 312 size_t live; /*%< nodes in use */ member in struct:dns_qp_memusage
qp.h 312 size_t live; /*%< nodes in use */ member in struct:dns_qp_memusage
  /src/external/gpl3/gcc/dist/c++tools/
server.cc 624 unsigned live = 0; local
625 while (sock_fd >= 0 || live)
645 && !(term || (live && (flag_one || flag_sequential))))
770 live--;
789 if (live == slot)
799 live++;
805 && (term || (live && (flag_one || flag_sequential))))
server.cc 624 unsigned live = 0; local
625 while (sock_fd >= 0 || live)
645 && !(term || (live && (flag_one || flag_sequential))))
770 live--;
789 if (live == slot)
799 live++;
805 && (term || (live && (flag_one || flag_sequential))))
  /src/external/gpl3/gcc.old/dist/c++tools/
server.cc 624 unsigned live = 0; local
625 while (sock_fd >= 0 || live)
645 && !(term || (live && (flag_one || flag_sequential))))
770 live--;
789 if (live == slot)
799 live++;
805 && (term || (live && (flag_one || flag_sequential))))

Completed in 56 milliseconds

1 2 3 4