/llvm-project/polly/lib/External/isl/ |
H A D | isl_pw_templ.c | 23 __isl_give PW *FN(PW,alloc_size)(__isl_take isl_space *space in FN() argument 49 __isl_give PW *FN(PW,ZERO)(__isl_take isl_space *space OPT_TYPE_PARAM) in FN() argument 60 static __isl_give PW *FN(PW,add_dup_piece)(__isl_take PW *pw, in FN() argument 85 FN(PW,free)(pw); in FN() local 96 __isl_give PW *FN(PW,add_piece)(__isl_take PW *pw, in FN() argument 116 static isl_bool FN(PW,compatible_domain)(__isl_keep EL *el, in FN() argument 134 static isl_stat FN(PW,check_compatible_domain)(__isl_keep EL *el, in FN() argument 149 __isl_give PW *FN(PW,alloc)(OPT_TYPE_PARAM_FIRST in FN() argument 166 __isl_give PW *FN(PW,dup)(__isl_keep PW *pw) in FN() argument 186 __isl_give PW *FN(PW,cow)(__isl_take PW *pw) in FN() argument [all …]
|
H A D | isl_pw_add_disjoint_templ.c | 19 static __isl_give PW *FN(PW,grow)(__isl_take PW *pw, int n) in FN() argument 45 FN(PW,free)(pw); in FN() local 49 __isl_give PW *FN(PW,add_disjoint)(__isl_take PW *pw1, __isl_take PW *pw2) in FN() argument 67 if (FN(PW,IS_ZERO)(pw1)) { in FN() local 68 FN(PW,free)(pw1); in FN() local 72 if (FN(PW,IS_ZERO)(pw2)) { in FN() local 73 FN(PW,free)(pw2); in FN() local 86 FN(PW,free)(pw2); in FN() local 91 FN(PW,free)(pw2); in FN() local
|
H A D | isl_pw_union_opt.c | 20 static __isl_give isl_set *FN(PW,better)(__isl_keep EL *el1, __isl_keep EL *el2, in FN() argument 28 static __isl_give isl_set_list *FN(PW,extract_domains)(__isl_keep PW *pw) in FN() argument 48 static __isl_give isl_set *FN(PW,better_or_out)(__isl_take isl_set *set, in FN() argument 63 static __isl_give isl_set *FN(PW,worse_or_out)(__isl_take isl_set *set, in FN() argument 79 S(PW,union_opt_cmp_data) { in S() argument 86 static void FN(PW,union_opt_cmp_data_clear)(S(PW,union_opt_cmp_data) *data) in FN() argument 121 static isl_stat FN(PW,union_opt_cmp_split)(S(PW,union_opt_cmp_data) *data_i, in FN() argument 145 static isl_stat FN(PW,union_opt_cmp_pair)(S(PW,union_opt_cmp_data) *data_i, in FN() argument 181 static isl_stat FN(PW,union_opt_cmp_two)(S(PW,union_opt_cmp_data) *data_i, in FN() argument 229 static __isl_give PW *FN(PW,merge)(S(PW,union_opt_cmp_data) *data1, in FN() argument [all …]
|
H A D | isl_pw_opt_templ.c | 16 __isl_give isl_val *FN(PW,opt)(__isl_take PW *pw, int max) in FN() argument 26 FN(PW,free)(pw); in FN() local 42 FN(PW,free)(pw); in FN() local 46 __isl_give isl_val *FN(PW,max)(__isl_take PW *pw) in FN() argument 51 __isl_give isl_val *FN(PW,min)(__isl_take PW *pw) in FN() argument
|
H A D | isl_pw_pullback_templ.c | 35 __isl_give PW *FN(PW,pullback_multi_aff)(__isl_take PW *pw, in FN() argument 70 FN(PW,free)(pw); in FN() local 77 static __isl_give PW *FN(PW,pullback_pw_multi_aff_aligned)(__isl_take PW *pw, in FN() argument 92 FN(PW,free)(pw); in FN() local 111 FN(PW,free)(pw); in FN() local 115 FN(PW,free)(pw); in FN() local 119 __isl_give PW *FN(PW,pullback_pw_multi_aff)(__isl_take PW *pw, in FN() argument
|
H A D | isl_pw_range_tuple_id_templ.c | 18 isl_bool FN(PW,has_range_tuple_id)(__isl_keep PW *pw) in FN() argument 30 __isl_give isl_id *FN(PW,get_range_tuple_id)(__isl_keep PW *pw) in FN() argument 42 __isl_give PW *FN(PW,set_range_tuple_id)(__isl_take PW *pw, in FN() argument
|
H A D | isl_pw_eval.c | 32 static __isl_give isl_val *FN(PW,eval_void)(__isl_take PW *pw, in FN() argument 38 FN(PW,free)(pw); in FN() local 51 __isl_give isl_val *FN(PW,eval)(__isl_take PW *pw, __isl_take isl_point *pnt) in FN() argument 94 FN(PW,free)(pw); in FN() local
|
H A D | isl_pw_locals_templ.c | 15 static isl_bool FN(PW,piece_no_local)(__isl_keep isl_set *set, in FN() argument 29 isl_bool FN(PW,involves_locals)(__isl_keep PW *pw) in FN() argument
|
H A D | isl_pw_scale_templ.c | 13 __isl_give PW *FN(PW,scale)(__isl_take PW *pw, isl_int v) in FN() argument 24 FN(PW,free)(pw); in FN() local
|
H A D | isl_pw_fix_templ.c | 6 __isl_give PW *FN(PW,fix_si)(__isl_take PW *pw, enum isl_dim_type type, in FN() argument 38 __isl_give PW *FN(PW,fix_val)(__isl_take PW *pw, in FN() argument
|
H A D | isl_pw_insert_dims_templ.c | 11 __isl_give PW *FN(PW,insert_dims)(__isl_take PW *pw, enum isl_dim_type type, in FN() argument 46 __isl_give PW *FN(PW,add_dims)(__isl_take PW *pw, enum isl_dim_type type, in FN() argument
|
H A D | isl_pw_sub_templ.c | 13 __isl_give PW *FN(PW,sub)(__isl_take PW *pw1, __isl_take PW *pw2) in FN() argument
|
H A D | isl_pw_neg_templ.c | 13 __isl_give PW *FN(PW,neg)(__isl_take PW *pw) in FN() argument
|
H A D | isl_pw_split_dims_templ.c | 13 __isl_give PW *FN(PW,split_dims)(__isl_take PW *pw, in FN() argument
|
H A D | isl_pw_un_op_templ.c | 17 static __isl_give PW *FN(PW,un_op)(__isl_take PW *pw, in FN() argument
|
H A D | isl_pw_hash.c | 14 uint32_t FN(PW,get_hash)(__isl_keep PW *pw) in FN() argument
|
H A D | isl_pw_move_dims_templ.c | 11 __isl_give PW *FN(PW,move_dims)(__isl_take PW *pw, in FN() argument
|
H A D | isl_pw_morph_templ.c | 11 __isl_give PW *FN(PW,morph_domain)(__isl_take PW *pw, in FN() argument
|
H A D | isl_pw_add_constant_templ.c | 17 __isl_give PW *FN(FN(PW,add_constant),VAL_BASE)(__isl_take PW *pw, in FN() function
|
H A D | isl_pw_print_templ.c | 12 #define PW CAT(isl_pw_,BASE) macro
|
H A D | isl_aff_private.h | 46 #define PW isl_pw_aff macro 72 #define PW isl_pw_multi_aff macro
|
H A D | isl_pw_lift_templ.c | 47 isl_stat FN(PW,foreach_lifted_piece)(__isl_keep PW *pw, in FN() argument
|
H A D | isl_union_pw_templ.c | 8 #define PW CAT(isl_,PW_BASE) macro
|
H A D | isl_polynomial_private.h | 78 #define PW isl_pw_qpolynomial macro 116 #define PW isl_pw_qpolynomial_fold macro
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 346 RegisterCell PC = eXTR(rc(1), 0, PW); in evaluate() local 355 RC.fill(PW, RW, BT::BitValue::Zero); in evaluate() local 970 RC.fill(PW, R in evaluate() local [all...] |