Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 13 of 13) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Disl_schedule_tree.c35 int isl_schedule_tree_is_leaf(__isl_keep isl_schedule_tree *tree) in isl_schedule_tree_is_leaf()
50 isl_schedule_tree *tree; in isl_schedule_tree_alloc() local
71 __isl_keep isl_schedule_tree *tree) in isl_schedule_tree_dup()
151 __isl_take isl_schedule_tree *tree) in isl_schedule_tree_cow()
165 __isl_keep isl_schedule_tree *tree) in isl_schedule_tree_copy()
177 __isl_take isl_schedule_tree *tree) in isl_schedule_tree_free()
237 isl_schedule_tree *tree; in isl_schedule_tree_from_band() local
264 isl_schedule_tree *tree; in isl_schedule_tree_from_context() local
289 isl_schedule_tree *tree; in isl_schedule_tree_from_domain() local
315 isl_schedule_tree *tree; in isl_schedule_tree_from_expansion() local
[all …]
H A Disl_schedule_node.c27 __isl_take isl_schedule *schedule, __isl_take isl_schedule_tree *tree, in isl_schedule_node_alloc()
86 isl_schedule_tree *tree; in isl_schedule_node_from_extension() local
293 isl_schedule_tree *tree; in isl_schedule_node_get_schedule_depth() local
346 __isl_take isl_schedule_tree *tree, in collect_filter_prefix_expansion()
411 __isl_take isl_schedule_tree *tree, in collect_universe_domain_extension()
459 static isl_stat collect_filter_prefix_init(__isl_keep isl_schedule_tree *tree, in collect_filter_prefix_init()
537 static isl_stat collect_filter_prefix_update(__isl_keep isl_schedule_tree *tree, in collect_filter_prefix_update()
641 isl_schedule_tree *tree; in collect_filter_prefix() local
938 isl_schedule_tree *tree, *leaf; in isl_schedule_node_get_subtree_schedule_union_map() local
1031 isl_schedule_tree *tree; in isl_schedule_node_has_next_sibling() local
[all …]
H A Disl_schedule_read.c75 isl_schedule_tree *tree; in read_context() local
126 isl_schedule_tree *tree; in read_domain() local
179 isl_schedule_tree *tree = NULL; in read_expansion() local
252 isl_schedule_tree *tree; in read_extension() local
303 isl_schedule_tree *tree; in read_filter() local
354 isl_schedule_tree *tree; in read_guard() local
405 isl_schedule_tree *tree; in read_mark() local
498 isl_schedule_tree *tree = NULL; in read_band() local
640 isl_schedule_tree *tree = NULL; in isl_stream_read_schedule_tree() local
716 isl_schedule_tree *tree; in isl_stream_read_schedule() local
H A Disl_schedule.c39 __isl_take isl_schedule_tree *tree) in isl_schedule_from_schedule_tree()
76 isl_schedule_tree *tree; in isl_schedule_from_domain() local
108 isl_schedule_tree *tree; in isl_schedule_cow() local
138 __isl_take isl_schedule *schedule, __isl_take isl_schedule_tree *tree) in isl_schedule_set_root()
216 isl_schedule_tree *tree; in isl_schedule_get_root() local
373 isl_schedule_tree *tree; in isl_schedule_expand() local
564 __isl_take isl_schedule_tree *tree, __isl_take isl_union_set *filter, in insert_filter_in_child_of_type()
H A Dcodegen.c122 isl_ast_node *tree; in construct_ast_from_union_map() local
184 isl_ast_node *tree; in construct_ast_from_schedule() local
207 isl_ast_node *tree = NULL; in main() local
H A Disl_schedule_node_private.h30 isl_schedule_tree *tree; member
H A Disl_test.c9747 isl_ast_node *tree; in test_ast_gen1() local
9805 isl_ast_node *tree; in test_ast_gen2() local
9847 isl_ast_node *tree; in test_ast_gen3() local
9885 isl_ast_node *tree; in test_ast_gen4() local
9943 isl_ast_node *tree; in create_leaf() local
9979 isl_ast_node *tree; in test_ast_gen5() local
/llvm-project/clang/docs/CommandGuide/
H A Ddiagtool.rst47 .. _tree: target
49 tree section in SUBCOMMANDS
/llvm-project/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp367 emitStaticMatcher(DagNode tree,std::string funcName) emitStaticMatcher() argument
395 emitMatch(DagNode tree,StringRef name,int depth) emitMatch() argument
409 emitStaticMatchCall(DagNode tree,StringRef opName) emitStaticMatchCall() argument
450 emitNativeCodeMatch(DagNode tree,StringRef opName,int depth) emitNativeCodeMatch() argument
561 emitOpMatch(DagNode tree,StringRef opName,int depth) emitOpMatch() argument
677 emitOperandMatch(DagNode tree,StringRef opName,StringRef operandName,int operandIndex,DagLeaf operandMatcher,StringRef argName,int argIndex,std::optional<int> variadicSubIndex) emitOperandMatch() argument
727 emitEitherOperandMatch(DagNode tree,DagNode eitherArgTree,StringRef opName,int argIndex,int & operandIndex,int depth) emitEitherOperandMatch() argument
806 emitVariadicOperandMatch(DagNode tree,DagNode variadicArgTree,StringRef opName,int argIndex,int & operandIndex,int depth) emitVariadicOperandMatch() argument
867 emitAttributeMatch(DagNode tree,StringRef opName,int argIndex,int depth) emitAttributeMatch() argument
955 emitMatchLogic(DagNode tree,StringRef opName) emitMatchLogic() argument
1030 collectOps(DagNode tree,llvm::SmallPtrSetImpl<const Operator * > & ops) collectOps() argument
1261 handleVariadic(DagNode tree,int depth) handleVariadic() argument
1284 handleReplaceWithValue(DagNode tree) handleReplaceWithValue() argument
1299 handleLocationDirective(DagNode tree) handleLocationDirective() argument
1398 handleReplaceWithNativeCodeCall(DagNode tree,int depth) handleReplaceWithNativeCodeCall() argument
1484 getTrailingDirectives(DagNode tree) getTrailingDirectives() argument
1528 handleOpCreation(DagNode tree,int resultIndex,int depth) handleOpCreation() argument
[all...]
/llvm-project/clang/tools/clang-format/
H A Dgit-clang-format543 temporary_index_file(tree=None) global() argument
559 create_temporary_index(tree=None) global() argument
[all...]
/llvm-project/clang-tools-extra/clangd/quality/
H A DCompletionModelCodegen.py86 def tree(t, tree_num, node_num): function
/llvm-project/mlir/lib/TableGen/
H A DPattern.cpp731 collectBoundSymbols(DagNode tree,SymbolInfoMap & infoMap,bool isSrcPattern) collectBoundSymbols() argument
848 __anon839c710b0102(DagNode parent, DagNode tree, int opArgIdx) collectBoundSymbols() argument
849 __anon839c710b0202(DagNode parent, DagNode tree, int opArgIdx) collectBoundSymbols() argument
[all...]
/llvm-project/flang/lib/Semantics/
H A Dsemantics.cpp561 SaveParseTree(parser::Program && tree) SaveParseTree() argument