HomeSort by: relevance | last modified time | path
    Searched defs:bb_state (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
execlist.h 141 struct execlist_mmio_pair bb_state; member in struct:execlist_ring_context
execlist.h 141 struct execlist_mmio_pair bb_state; member in struct:execlist_ring_context
  /src/external/gpl3/gcc/dist/gcc/
cfgrtl.cc 2243 enum bb_state { NOT_IN_BB, IN_ONE_BB, IN_MULTIPLE_BB };
2247 enum bb_state *in_bb_p = XCNEWVEC (enum bb_state, max_uid);
2271 enum bb_state state = IN_MULTIPLE_BB;
2232 enum bb_state { NOT_IN_BB, IN_ONE_BB, IN_MULTIPLE_BB }; enum
sched-rgn.cc 138 as the initial state at the start of successor blocks. The BB_STATE
140 into BB_STATE for basic block I. FIXME: This should be a vec. */
142 static state_t *bb_state = NULL;
3063 gcc_assert (bb_state_array == NULL && bb_state == NULL);
3068 || (bb_state_array != NULL && bb_state != NULL));
3071 bb_state = XRESIZEVEC (state_t, bb_state, lbb);
3078 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size);
3080 state_reset (bb_state[i]);
3089 free (bb_state);
141 static state_t *bb_state = NULL; variable
    [all...]
cfgrtl.cc 2243 enum bb_state { NOT_IN_BB, IN_ONE_BB, IN_MULTIPLE_BB };
2247 enum bb_state *in_bb_p = XCNEWVEC (enum bb_state, max_uid);
2271 enum bb_state state = IN_MULTIPLE_BB;
2232 enum bb_state { NOT_IN_BB, IN_ONE_BB, IN_MULTIPLE_BB }; enum
sched-rgn.cc 138 as the initial state at the start of successor blocks. The BB_STATE
140 into BB_STATE for basic block I. FIXME: This should be a vec. */
142 static state_t *bb_state = NULL;
3063 gcc_assert (bb_state_array == NULL && bb_state == NULL);
3068 || (bb_state_array != NULL && bb_state != NULL));
3071 bb_state = XRESIZEVEC (state_t, bb_state, lbb);
3078 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size);
3080 state_reset (bb_state[i]);
3089 free (bb_state);
141 static state_t *bb_state = NULL; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cfgrtl.cc 2223 enum bb_state { NOT_IN_BB, IN_ONE_BB, IN_MULTIPLE_BB };
2227 enum bb_state *in_bb_p = XCNEWVEC (enum bb_state, max_uid);
2251 enum bb_state state = IN_MULTIPLE_BB;
2212 enum bb_state { NOT_IN_BB, IN_ONE_BB, IN_MULTIPLE_BB }; enum
sched-rgn.cc 138 as the initial state at the start of successor blocks. The BB_STATE
140 into BB_STATE for basic block I. FIXME: This should be a vec. */
142 static state_t *bb_state = NULL;
3058 gcc_assert (bb_state_array == NULL && bb_state == NULL);
3063 || (bb_state_array != NULL && bb_state != NULL));
3066 bb_state = XRESIZEVEC (state_t, bb_state, lbb);
3073 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size);
3075 state_reset (bb_state[i]);
3084 free (bb_state);
141 static state_t *bb_state = NULL; variable
    [all...]
cfgrtl.cc 2223 enum bb_state { NOT_IN_BB, IN_ONE_BB, IN_MULTIPLE_BB };
2227 enum bb_state *in_bb_p = XCNEWVEC (enum bb_state, max_uid);
2251 enum bb_state state = IN_MULTIPLE_BB;
2212 enum bb_state { NOT_IN_BB, IN_ONE_BB, IN_MULTIPLE_BB }; enum
sched-rgn.cc 138 as the initial state at the start of successor blocks. The BB_STATE
140 into BB_STATE for basic block I. FIXME: This should be a vec. */
142 static state_t *bb_state = NULL;
3058 gcc_assert (bb_state_array == NULL && bb_state == NULL);
3063 || (bb_state_array != NULL && bb_state != NULL));
3066 bb_state = XRESIZEVEC (state_t, bb_state, lbb);
3073 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size);
3075 state_reset (bb_state[i]);
3084 free (bb_state);
141 static state_t *bb_state = NULL; variable
    [all...]

Completed in 104 milliseconds