Home
last modified time | relevance | path

Searched refs:isl_ast_node_get_annotation (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dcpu.c246 id = isl_ast_node_get_annotation(node); in ast_build_after_for()
290 id = isl_ast_node_get_annotation(node); in print_user()
343 id = isl_ast_node_get_annotation(node); in print_for()
462 id = isl_ast_node_get_annotation(node); in at_node()
H A Dcuda.c462 id = isl_ast_node_get_annotation(node); in print_kernel_stmt()
612 id = isl_ast_node_get_annotation(node); in print_host_user()
H A Dgpu_print.c217 id = isl_ast_node_get_annotation(node); in at_node()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp276 isl_id *Id = isl_ast_node_get_annotation(Node); in astBuildAfterFor()
323 assert(!isl_ast_node_get_annotation(Node) && "Node already annotated"); in AtEachDomain()
H A DPPCGCodeGeneration.cpp1278 isl_id *Anno = isl_ast_node_get_annotation(UserStmt); in createUser()
1393 Id = isl_ast_node_get_annotation(Node); in collectReferencesInGPUStmt()
1798 isl_id *Id = isl_ast_node_get_annotation(KernelStmt); in createKernel()
3154 auto Id = isl_ast_node_get_annotation(Node); in printHostUser()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dast.h116 __isl_give isl_id *isl_ast_node_get_annotation(__isl_keep isl_ast_node *node);
H A Disl-noexceptions.h7405 auto res = isl_ast_node_get_annotation(get()); in annotation()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast.c1390 __isl_give isl_id *isl_ast_node_get_annotation(__isl_keep isl_ast_node *node) in isl_ast_node_get_annotation() function
H A Disl_test.c9579 id = isl_ast_node_get_annotation(node); in after_for()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod11932 __isl_give isl_id *isl_ast_node_get_annotation(
12746 that callback using C<isl_ast_node_get_annotation>.