/llvm-project/polly/lib/External/isl/include/isl/ |
H A D | list.h | 20 #define ISL_DECLARE_LIST_TYPE2(EL,EXPORT) \ argument 24 #define ISL_DECLARE_LIST_TYPE(EL) \ argument 26 #define ISL_DECLARE_EXPORTED_LIST_TYPE(EL) \ argument 28 #define ISL_DECLARE_LIST_FN3(EL,CONSTRUCTOR,EXPORT) \ argument 108 #define ISL_DECLARE_LIST_FN(EL) \ argument 110 #define ISL_DECLARE_EXPORTED_LIST_FN(EL) \ argument 112 #define ISL_DECLARE_LIST_FN_READ2(EL,CONSTRUCTOR) \ argument 116 #define ISL_DECLARE_LIST_FN_READ(EL) \ argument 118 #define ISL_DECLARE_EXPORTED_LIST_FN_READ(EL) \ argument 121 #define ISL_DECLARE_LIST(EL) \ argument [all …]
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_list_templ.c | 25 isl_ctx *FN(LIST(EL),get_ctx)(__isl_keep LIST(EL) *list) in FN() 30 __isl_give LIST(EL) *FN(LIST(EL),alloc)(isl_ctx *ctx, int n) in LIST() argument 51 __isl_give LIST(EL) *FN(LIST(EL),copy)(__isl_keep LIST(EL) *list) in LIST() argument 60 __isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list) in LIST() argument 76 __isl_give LIST(EL) *FN(LIST(EL),cow)(__isl_take LIST(EL) *list) in LIST() argument 93 static __isl_give LIST(EL) *FN(LIST(EL),grow)(__isl_take LIST(EL) *list, int n) in LIST() argument 131 static isl_stat FN(LIST(EL),check_index)(__isl_keep LIST(EL) *list, int index) in FN() 141 __isl_give LIST(EL) *FN(LIST(EL),add)(__isl_take LIST(EL) *list, in LIST() argument 158 __isl_give LIST(EL) *FN(LIST(EL),drop)(__isl_take LIST(EL) *list, in LIST() argument 183 __isl_give LIST(EL) *FN(LIST(EL),clear)(__isl_take LIST(EL) *list) in LIST() argument [all …]
|
H A D | isl_multi_no_domain_templ.c | 28 static __isl_give EL *FN(EL,drop_dims)(__isl_take EL *el, in FN() argument 41 static __isl_give isl_space *FN(EL,get_space)(__isl_keep EL *el) in FN() argument 54 static __isl_give EL *FN(EL,reset_domain_space)(__isl_take EL *el, in FN() argument 70 static __isl_give EL *FN(EL,align_params)(__isl_take EL *el, in FN() argument 85 static __isl_give EL *FN(EL,realign_domain)(__isl_take EL *el, in FN() argument 99 static isl_bool FN(EL,matching_params)(__isl_keep EL *el, in FN() argument 112 static isl_stat FN(EL,check_match_domain_space)(__isl_keep EL *el, in FN() argument
|
H A D | isl_set_list.c | 5 #define EL isl_basic_set macro 10 #define EL isl_set macro 15 #define EL isl_union_set macro
|
H A D | isl_map_list.c | 5 #define EL isl_basic_map macro 15 #define EL isl_map macro 26 #define EL isl_union_map macro
|
H A D | isl_list_macro.h | 4 #define EL CAT(isl_,EL_BASE) macro 7 #define xLIST(EL) EL ## _list argument 8 #define LIST(EL) xLIST(EL) argument
|
H A D | isl_list_templ.h | 3 #define xLIST(EL) EL ## _list argument 4 #define LIST(EL) xLIST(EL) argument 6 struct LIST(EL) { in LIST() argument
|
H A D | isl_aff_private.h | 25 #define EL isl_aff macro 51 #define EL isl_pw_aff macro 158 #define EL isl_pw_multi_aff macro 223 #define EL isl_union_pw_aff macro 238 #define EL isl_union_pw_multi_aff macro
|
H A D | isl_test_list_templ.c | 5 #define xLIST(EL) EL ## _list argument 6 #define LIST(EL) xLIST(EL) argument 11 #define EL CAT(isl_,EL_BASE) macro
|
H A D | isl_pw_lift_templ.c | 38 FN(EL,free)(el); in foreach_lifted_subset() local 43 FN(EL,free)(el); in foreach_lifted_subset() local
|
H A D | isl_list_private.h | 6 #define ISL_DECLARE_LIST_FN_PRIVATE(EL) \ argument
|
H A D | isl_list_read_yaml_templ.c | 16 static __isl_give LIST(EL) *FN(isl_stream_yaml_read,LIST(EL_BASE))( in LIST() argument
|
H A D | isl_list_read_templ.c | 19 __isl_give LIST(EL) *FN(isl_stream_read,LIST(EL_BASE))(isl_stream *s) in LIST() argument
|
H A D | isl_multi_zero_templ.c | 44 FN(EL,free)(el); in MULTI() local
|
H A D | isl_constraint_private.h | 17 #define EL isl_constraint macro
|
H A D | isl_val_private.h | 26 #define EL isl_val macro
|
H A D | isl_ast_graft_private.h | 41 #define EL isl_ast_graft macro
|
H A D | isl_pw_print_templ.c | 10 #define EL CAT(isl_,BASE) macro
|
H A D | isl_id_private.h | 33 #define EL isl_id macro
|
H A D | isl_polynomial_private.h | 45 #define EL isl_qpolynomial macro 83 #define EL isl_pw_qpolynomial macro 121 #define EL isl_pw_qpolynomial_fold macro
|
H A D | isl_pw_macro.h | 4 #define EL CAT(isl_,BASE) macro
|
H A D | isl_union_pw_templ.c | 4 #define EL CAT(isl_,BASE) macro
|
/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 100 EditLine *EL; global() member 110 ElGetPromptFn(EditLine * EL) ElGetPromptFn() argument 121 ElCompletionFn(EditLine * EL,int ch) ElCompletionFn() argument [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | DirectedGraph.h | 117 bool findEdgesTo(const NodeType &N, SmallVectorImpl<EdgeType *> &EL) const { in findEdgesTo() 226 bool findIncomingEdgesToNode(const NodeType &N, SmallVectorImpl<EdgeType*> &EL) const { in findIncomingEdgesToNode() 248 EdgeListTy EL; in removeNode() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | DirectedGraphTest.cpp | 133 EdgeListTy EL; in TEST() local 172 EdgeListTy EL; in TEST() local 241 EdgeListTy EL; in TEST() local
|