Home
last modified time | relevance | path

Searched refs:ISL_ARG_CHILD (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Dppcg_options.c79 ISL_ARG_CHILD(struct ppcg_options, isl, "isl", &isl_options_args, "isl options")
80 ISL_ARG_CHILD(struct ppcg_options, debug, NULL, &ppcg_debug_options_args,
Dppcg.c53 ISL_ARG_CHILD(struct options, pet, "pet", &pet_options_args, "pet options") in ISL_ARGS_START()
54 ISL_ARG_CHILD(struct options, ppcg, NULL, &ppcg_options_args, "ppcg options") in ISL_ARGS_START()
/external/llvm-project/polly/lib/External/isl/
Dschedule_cmp.c22 ISL_ARG_CHILD(struct options, isl, "isl", &isl_options_args, "isl options") in ISL_ARGS_START()
Dcat.c30 ISL_ARG_CHILD(struct cat_options, isl, "isl", &isl_options_args, "isl options") in ISL_ARGS_START()
Dflow_cmp.c23 ISL_ARG_CHILD(struct options, isl, "isl", &isl_options_args, "isl options") in ISL_ARGS_START()
Dcodegen.c40 ISL_ARG_CHILD(struct options, isl, "isl", &isl_options_args, "isl options") in ISL_ARGS_START()
Dbound.c17 ISL_ARG_CHILD(struct bound_options, isl, "isl", &isl_options_args, in ISL_ARGS_START()
Dpip.c58 ISL_ARG_CHILD(struct options, isl, "isl", &isl_options_args, "isl options") in ISL_ARGS_START()
/external/llvm-project/polly/lib/External/isl/include/isl/
Darg.h264 #define ISL_ARG_CHILD(st,f,l,c,h) \ macro