Home
last modified time | relevance | path

Searched refs:isl_schedule_node_band (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_schedule_tree.c89 case isl_schedule_node_band: in isl_schedule_tree_dup()
185 case isl_schedule_node_band: in isl_schedule_tree_free()
461 case isl_schedule_node_band: in isl_schedule_tree_is_anchored()
643 case isl_schedule_node_band: in isl_schedule_tree_plain_is_equal()
1619 case isl_schedule_node_band: in domain_less()
1855 case isl_schedule_node_band: in subtree_schedule_extend()
1968 case isl_schedule_node_band: in initial_domain()
2410 case isl_schedule_node_band: in isl_schedule_tree_reset_user()
2477 case isl_schedule_node_band: in isl_schedule_tree_align_params()
2544 case isl_schedule_node_band: in involves_iteration_domain()
[all …]
H A Disl_schedule_node.c301 if (tree->type == isl_schedule_node_band) in isl_schedule_node_get_schedule_depth()
490 case isl_schedule_node_band: in collect_filter_prefix_init()
579 case isl_schedule_node_band: in collect_filter_prefix_update()
2045 if (type != isl_schedule_node_band) in isl_schedule_node_band_sink()
3134 case isl_schedule_node_band: in group_ancestor()
3487 case isl_schedule_node_band: in gist_enter()
3579 case isl_schedule_node_band: in gist_leave()
3802 case isl_schedule_node_band: in subtree_expansion_enter()
3861 case isl_schedule_node_band: in subtree_expansion_leave()
3995 case isl_schedule_node_band: in subtree_contraction_enter()
[all …]
H A Dcodegen.c148 if (isl_schedule_node_get_type(node) != isl_schedule_node_band) in node_set_options()
H A Disl_ast_codegen.c4628 case isl_schedule_node_band: in after_in_tree()
5803 case isl_schedule_node_band: in build_ast_from_schedule_node()
H A Disl_test.c4889 isl_schedule_node_get_type(node) != isl_schedule_node_band) in test_conditional_schedule_constraints()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dschedule_type.h10 isl_schedule_node_band, enumerator
H A Disl-noexceptions.h3632 static const auto type = isl_schedule_node_band;
/llvm-project-15.0.7/polly/lib/Transform/
H A DScheduleOptimizer.cpp366 assert(isl_schedule_node_get_type(Node.get()) == isl_schedule_node_band); in isolateFullPartialTiles()
396 assert(isl_schedule_node_get_type(Node.get()) == isl_schedule_node_band); in prevectSchedBand()
434 assert(isl_schedule_node_get_type(Node.get()) == isl_schedule_node_band); in isSimpleInnermostBand()
460 if (isl_schedule_node_get_type(Node.get()) != isl_schedule_node_band) in isTileableBandNode()
649 case isl_schedule_node_band: { in walkScheduleTreeForStatistics()
H A DMatmulOptimizer.cpp443 assert(isl_schedule_node_get_type(Node.get()) == isl_schedule_node_band && in permuteBandNodeDimensions()
480 assert(isl_schedule_node_get_type(Node.get()) == isl_schedule_node_band); in createMacroKernel()
936 assert(isl_schedule_node_get_type(Node.get()) == isl_schedule_node_band); in getBandNodeWithOriginDimOrder()
H A DScheduleTreeTransform.cpp441 return isl_schedule_node_get_type(Node.get()) == isl_schedule_node_band; in isBand()
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu_tree.c293 isl_schedule_node_band) { in gpu_tree_move_down_to_depth()
305 isl_schedule_node_get_type(node) != isl_schedule_node_band) in gpu_tree_move_down_to_depth()
H A Dcpu.c570 if (isl_schedule_node_get_type(node) != isl_schedule_node_band) in tile_band()
H A Dhybrid.c978 if (isl_schedule_node_get_type(node) != isl_schedule_node_band) in has_child_properties()
993 if (isl_schedule_node_get_type(node) != isl_schedule_node_band) in has_parent_properties()
H A Dgpu.c2516 if (isl_schedule_node_get_type(node) != isl_schedule_node_band) in is_permutable()
3661 if (isl_schedule_node_get_type(node) == isl_schedule_node_band) in atomic_ancestors()
4118 if (isl_schedule_node_get_type(node) != isl_schedule_node_band || in mark_outer_permutable()
4545 if (isl_schedule_node_get_type(node) != isl_schedule_node_band) in set_band_properties()
5041 case isl_schedule_node_band: in update_may_persist_at()
/llvm-project-15.0.7/polly/include/polly/
H A DScheduleTreeTransform.h41 case isl_schedule_node_band: in visit()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod9738 =item C<isl_schedule_node_band>