Home
last modified time | relevance | path

Searched refs:ISL_ARG_CHOICE (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_options.c111 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,
Dcat.c31 ISL_ARG_CHOICE(struct cat_options, format, 0, "format", \ in ISL_ARGS_START()
33 ISL_ARG_CHOICE(struct cat_options, yaml_style, 0, "yaml-style", \ in ISL_ARGS_START()
Dpip.c60 ISL_ARG_CHOICE(struct options, format, 0, "format", in ISL_ARGS_START()
/external/llvm-project/polly/lib/External/isl/include/isl/
Darg.h134 #define ISL_ARG_CHOICE(st,f,s,l,c,d,h) { \ macro