reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_options.c
  120 ISL_ARG_BOOL(struct isl_options, gbr_only_first, 0, "gbr-only-first", 0,
  128 ISL_ARG_BOOL(struct isl_options, bernstein_triangulate, 0,
  131 ISL_ARG_BOOL(struct isl_options, pip_symmetry, 0, "pip-symmetry", 1,
  135 ISL_ARG_BOOL(struct isl_options, coalesce_bounded_wrapping, 0,
  137 ISL_ARG_BOOL(struct isl_options, coalesce_preserve_locals, 0,
  148 ISL_ARG_BOOL(struct isl_options, schedule_parametric, 0,
  150 ISL_ARG_BOOL(struct isl_options, schedule_outer_coincidence, 0,
  154 ISL_ARG_BOOL(struct isl_options, schedule_maximize_band_depth, 0,
  157 ISL_ARG_BOOL(struct isl_options, schedule_maximize_coincidence, 0,
  160 ISL_ARG_BOOL(struct isl_options, schedule_split_scaled, 0,
  163 ISL_ARG_BOOL(struct isl_options, schedule_treat_coalescing, 0,
  166 ISL_ARG_BOOL(struct isl_options, schedule_separate_components, 0,
  169 ISL_ARG_BOOL(struct isl_options, schedule_whole_component, 0,
  175 ISL_ARG_BOOL(struct isl_options, schedule_carry_self_first, 0,
  177 ISL_ARG_BOOL(struct isl_options, schedule_serialize_sccs, 0,
  183 ISL_ARG_BOOL(struct isl_options, tile_scale_tile_loops, 0,
  185 ISL_ARG_BOOL(struct isl_options, tile_shift_point_loops, 0,
  190 ISL_ARG_BOOL(struct isl_options, ast_always_print_block, 0,
  193 ISL_ARG_BOOL(struct isl_options, ast_print_macro_once, 0,
  195 ISL_ARG_BOOL(struct isl_options, ast_build_atomic_upper_bound, 0,
  197 ISL_ARG_BOOL(struct isl_options, ast_build_prefer_pdiv, 0,
  199 ISL_ARG_BOOL(struct isl_options, ast_build_detect_min_max, 0,
  201 ISL_ARG_BOOL(struct isl_options, ast_build_exploit_nested_bounds, 0,
  204 ISL_ARG_BOOL(struct isl_options, ast_build_group_coscheduled, 0,
  211 ISL_ARG_BOOL(struct isl_options, ast_build_scale_strides, 0,
  214 ISL_ARG_BOOL(struct isl_options, ast_build_allow_else, 0,
  216 ISL_ARG_BOOL(struct isl_options, ast_build_allow_or, 0,
  218 ISL_ARG_BOOL(struct isl_options, print_stats, 0, "print-stats", 0,
tools/polly/lib/External/ppcg/ppcg_options.c
   51 ISL_ARG_BOOL(struct ppcg_debug_options, dump_schedule_constraints, 0,
   53 ISL_ARG_BOOL(struct ppcg_debug_options, dump_schedule, 0,
   55 ISL_ARG_BOOL(struct ppcg_debug_options, dump_final_schedule, 0,
   57 ISL_ARG_BOOL(struct ppcg_debug_options, dump_sizes, 0,
   60 ISL_ARG_BOOL(struct ppcg_debug_options, verbose, 'v', "verbose", 0, NULL)
   66 ISL_ARG_BOOL(struct ppcg_options, opencl_use_gpu, 0, "use-gpu", 1,
   71 ISL_ARG_BOOL(struct ppcg_options, opencl_print_kernel_types, 0,
   74 ISL_ARG_BOOL(struct ppcg_options, opencl_embed_kernel_code, 0,
   82 ISL_ARG_BOOL(struct ppcg_options, group_chains, 0, "group-chains", 1,
   85 ISL_ARG_BOOL(struct ppcg_options, reschedule, 0, "reschedule", 1,
   87 ISL_ARG_BOOL(struct ppcg_options, scale_tile_loops, 0,
   89 ISL_ARG_BOOL(struct ppcg_options, wrap, 0, "wrap", 1, NULL)
   90 ISL_ARG_BOOL(struct ppcg_options, use_shared_memory, 0, "shared-memory", 1,
   92 ISL_ARG_BOOL(struct ppcg_options, use_private_memory, 0, "private-memory", 1,
   96 ISL_ARG_BOOL(struct ppcg_options, non_negative_parameters, 0,
   99 ISL_ARG_BOOL(struct ppcg_options, tile, 0, "tile", 0,
  102 ISL_ARG_BOOL(struct ppcg_options, isolate_full_tiles, 0, "isolate-full-tiles",
  108 ISL_ARG_BOOL(struct ppcg_options, openmp, 0, "openmp", 0,
  113 ISL_ARG_BOOL(struct ppcg_options, linearize_device_arrays, 0,
  116 ISL_ARG_BOOL(struct ppcg_options, allow_gnu_extensions, 0,
  119 ISL_ARG_BOOL(struct ppcg_options, live_range_reordering, 0,
  123 ISL_ARG_BOOL(struct ppcg_options, hybrid, 0, "hybrid", 0,
  126 ISL_ARG_BOOL(struct ppcg_options, unroll_copy_shared, 0, "unroll-copy-shared",
  128 ISL_ARG_BOOL(struct ppcg_options, unroll_gpu_tile, 0, "unroll-gpu-tile", 0,