Home
last modified time | relevance | path

Searched defs:EL (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project/polly/lib/External/isl/include/isl/
H A Dlist.h20 #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 Disl_list_templ.c25 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 Disl_multi_no_domain_templ.c28 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 Disl_set_list.c5 #define EL isl_basic_set macro
10 #define EL isl_set macro
15 #define EL isl_union_set macro
H A Disl_map_list.c5 #define EL isl_basic_map macro
15 #define EL isl_map macro
26 #define EL isl_union_map macro
H A Disl_list_macro.h4 #define EL CAT(isl_,EL_BASE) macro
7 #define xLIST(EL) EL ## _list argument
8 #define LIST(EL) xLIST(EL) argument
H A Disl_list_templ.h3 #define xLIST(EL) EL ## _list argument
4 #define LIST(EL) xLIST(EL) argument
6 struct LIST(EL) { in LIST() argument
H A Disl_aff_private.h25 #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 Disl_test_list_templ.c5 #define xLIST(EL) EL ## _list argument
6 #define LIST(EL) xLIST(EL) argument
11 #define EL CAT(isl_,EL_BASE) macro
H A Disl_pw_lift_templ.c38 FN(EL,free)(el); in foreach_lifted_subset() local
43 FN(EL,free)(el); in foreach_lifted_subset() local
H A Disl_list_private.h6 #define ISL_DECLARE_LIST_FN_PRIVATE(EL) \ argument
H A Disl_list_read_yaml_templ.c16 static __isl_give LIST(EL) *FN(isl_stream_yaml_read,LIST(EL_BASE))( in LIST() argument
H A Disl_list_read_templ.c19 __isl_give LIST(EL) *FN(isl_stream_read,LIST(EL_BASE))(isl_stream *s) in LIST() argument
H A Disl_multi_zero_templ.c44 FN(EL,free)(el); in MULTI() local
H A Disl_constraint_private.h17 #define EL isl_constraint macro
H A Disl_val_private.h26 #define EL isl_val macro
H A Disl_ast_graft_private.h41 #define EL isl_ast_graft macro
H A Disl_pw_print_templ.c10 #define EL CAT(isl_,BASE) macro
H A Disl_id_private.h33 #define EL isl_id macro
H A Disl_polynomial_private.h45 #define EL isl_qpolynomial macro
83 #define EL isl_pw_qpolynomial macro
121 #define EL isl_pw_qpolynomial_fold macro
H A Disl_pw_macro.h4 #define EL CAT(isl_,BASE) macro
H A Disl_union_pw_templ.c4 #define EL CAT(isl_,BASE) macro
/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp100 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 DDirectedGraph.h117 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 DDirectedGraphTest.cpp133 EdgeListTy EL; in TEST() local
172 EdgeListTy EL; in TEST() local
241 EdgeListTy EL; in TEST() local

12