Searched refs:ISL_FL_ISSET (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_tab_lexopt_templ.c | 209 full = ISL_FL_ISSET(flags, ISL_OPT_FULL); in SF() 219 max = ISL_FL_ISSET(flags, ISL_OPT_MAX); in SF()
|
D | isl_map_lexopt_templ.c | 94 if (ISL_FL_ISSET(flags, ISL_OPT_FULL)) in SF()
|
D | isl_arg.c | 1248 if (ISL_FL_ISSET(flags, ISL_ARG_SKIP_HELP)) in check_help() 1283 } else if (ISL_FL_ISSET(flags, ISL_ARG_ALL)) { in isl_args_parse() 1296 else if (ISL_FL_ISSET(flags, ISL_ARG_ALL)) { in isl_args_parse()
|
D | isl_tab_pip.c | 1776 if (ISL_FL_ISSET(flags, I_CST) && ISL_FL_ISSET(flags, I_PAR)) in next_non_integer_var() 1890 if (ISL_FL_ISSET(flags, I_VAR)) { in cut_to_integer_lexmin() 4159 if (ISL_FL_ISSET(flags, I_PAR)) { in find_solutions() 4160 if (ISL_FL_ISSET(flags, I_VAR)) { in find_solutions() 4166 } else if (ISL_FL_ISSET(flags, I_VAR)) { in find_solutions() 4962 if (ISL_FL_ISSET(flags, ISL_OPT_QE)) { in extract_domain()
|
D | isl_tab.c | 3393 if (ISL_FL_ISSET(flags, ISL_TAB_SAVE_DUAL)) { in isl_tab_min()
|
D | isl_map.c | 7144 full = ISL_FL_ISSET(flags, ISL_OPT_FULL); in isl_map_partial_lexopt_aligned_pw_multi_aff() 7169 if (ISL_FL_ISSET(flags, ISL_OPT_MAX)) in isl_map_partial_lexopt_aligned_pw_multi_aff() 7234 full = ISL_FL_ISSET(flags, ISL_OPT_FULL); in isl_map_partial_lexopt_aligned()
|
D | isl_scheduler.c | 212 return ISL_FL_ISSET(edge->types, 1 << type); in is_type()
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | ctx.h | 112 #define ISL_FL_ISSET(l, f) (!!((l) & (f))) macro 117 #define ISL_F_ISSET(p, f) ISL_FL_ISSET((p)->flags, f)
|