Home
last modified time | relevance | path

Searched refs:ISL_ARG_BOOL (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Dppcg_options.c51 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,
[all …]
/external/llvm-project/polly/lib/External/isl/
Disl_options.c120 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,
[all …]
Dbound.c19 ISL_ARG_BOOL(struct bound_options, verify, 'T', "verify", 0, NULL) in ISL_ARGS_START()
20 ISL_ARG_BOOL(struct bound_options, print_all, 'A', "print-all", 0, NULL) in ISL_ARGS_START()
21 ISL_ARG_BOOL(struct bound_options, continue_on_error, '\0', "continue-on-error", 0, NULL) in ISL_ARGS_START()
Dcodegen.c41 ISL_ARG_BOOL(struct options, atomic, 0, "atomic", 0, in ISL_ARGS_START()
43 ISL_ARG_BOOL(struct options, separate, 0, "separate", 0, in ISL_ARGS_START()
Dpip.c59 ISL_ARG_BOOL(struct options, verify, 'T', "verify", 0, NULL) in ISL_ARGS_START()
/external/llvm-project/polly/lib/External/isl/include/isl/
Darg.h182 #define ISL_ARG_BOOL(st,f,s,l,d,h) \ macro