Lines Matching defs:machine_function
211 struct GTY(()) machine_function struct
213 rtx_expr_list *call_args; /* Arg list for the current call. */
214 bool doing_call; /* Within a CALL_ARGS ... CALL_ARGS_END sequence. */
215 bool is_varadic; /* This call is varadic */
216 bool has_varadic; /* Current function has a varadic call. */
217 bool has_chain; /* Current function has outgoing static chain. */
218 bool has_softstack; /* Current function has a soft stack frame. */
219 bool has_simtreg; /* Current function has an OpenMP SIMD region. */
220 int num_args; /* Number of args of current call. */
221 int return_mode; /* Return mode of current fn.
223 rtx axis_predicate[2]; /* Neutering predicates. */
224 int axis_dim[2]; /* Maximum number of threads on each axis, dim[0] is
226 bool axis_dim_init_p;
227 rtx bcast_partition; /* Register containing the size of each
230 rtx red_partition; /* Similar to bcast_partition, except for vector
232 rtx sync_bar; /* Synchronization barrier ID for vectors. */
233 rtx unisimt_master; /* 'Master lane index' for -muniform-simt. */
234 rtx unisimt_predicate; /* Predicate for -muniform-simt. */
235 rtx unisimt_location; /* Mask location for -muniform-simt. */
238 unsigned HOST_WIDE_INT simt_stack_size;
239 unsigned HOST_WIDE_INT simt_stack_align;