Lines Matching refs:ISL_ARG_CHOICE
20 struct isl_arg_choice isl_pip_context_choice[] = {
26 struct isl_arg_choice isl_gbr_choice[] = {
33 struct isl_arg_choice isl_closure_choice[] = {
39 static struct isl_arg_choice bound[] = {
45 static struct isl_arg_choice on_error[] = {
52 static struct isl_arg_choice isl_schedule_algorithm_choice[] = {
69 static struct isl_arg_choice convex[] = {
78 static struct isl_arg_choice fuse[] = {
99 static struct isl_arg_choice separation_bounds[] = {
111 ISL_ARG_CHOICE(struct isl_options, context, 0, "context", \
114 ISL_ARG_CHOICE(struct isl_options, gbr, 0, "gbr", \
117 ISL_ARG_CHOICE(struct isl_options, closure, 0, "closure", \
122 ISL_ARG_CHOICE(struct isl_options, bound, 0, "bound", bound,
124 ISL_ARG_CHOICE(struct isl_options, on_error, 0, "on-error", on_error,
133 ISL_ARG_CHOICE(struct isl_options, convex, 0, "convex-hull", \
172 ISL_ARG_CHOICE(struct isl_options, schedule_algorithm, 0,
209 ISL_ARG_CHOICE(struct isl_options, ast_build_separation_bounds, 0,