Searched refs:ast_node (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | IslAst.h | 43 isl::ast_node getAst(); 62 isl::ast_node Root; 115 isl::ast_node getAst(); 134 static bool isInnermost(const isl::ast_node &Node); 137 static bool isParallel(const isl::ast_node &Node); 140 static bool isOutermostParallel(const isl::ast_node &Node); 143 static bool isInnermostParallel(const isl::ast_node &Node); 146 static bool isReductionParallel(const isl::ast_node &Node); 149 static bool isExecutedInParallel(const isl::ast_node &Node); 152 static isl::union_map getSchedule(const isl::ast_node &Node); [all …]
|
| H A D | IslNodeBuilder.h | 245 void getReferencesInSubtree(const isl::ast_node &For, 395 virtual isl::union_map getScheduleForAstNode(const isl::ast_node &Node);
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IslAst.cpp | 458 static void walkAstForStatistics(const isl::ast_node &Ast) { in walkAstForStatistics() 558 isl::ast_node IslAst::getAst() { return Root; } in getAst() 561 isl::ast_node IslAstInfo::getAst() { return Ast.getAst(); } in getAst() 572 bool IslAstInfo::isInnermost(const isl::ast_node &Node) { in isInnermost() 577 bool IslAstInfo::isParallel(const isl::ast_node &Node) { in isParallel() 582 bool IslAstInfo::isInnermostParallel(const isl::ast_node &Node) { in isInnermostParallel() 587 bool IslAstInfo::isOutermostParallel(const isl::ast_node &Node) { in isOutermostParallel() 592 bool IslAstInfo::isReductionParallel(const isl::ast_node &Node) { in isReductionParallel() 628 IslAstInfo::getBrokenReductions(const isl::ast_node &Node) { in getBrokenReductions() 633 isl::ast_build IslAstInfo::getBuild(const isl::ast_node &Node) { in getBuild() [all …]
|
| H A D | IslNodeBuilder.cpp | 151 isl::ast_node Body = For.body(); in getNumberOfIterations() 160 for (isl::ast_node Node : List) { in getNumberOfIterations() 314 IslNodeBuilder::getScheduleForAstNode(const isl::ast_node &Node) { in getScheduleForAstNode() 318 void IslNodeBuilder::getReferencesInSubtree(const isl::ast_node &For, in getReferencesInSubtree() 530 isl::ast_node Body = Node.body(); in IsLoopVectorizerDisabled() 551 isl::ast_node Body = For.body(); in createForSequential()
|
| H A D | CodeGeneration.cpp | 191 isl::ast_node AstRoot = Ast.getAst(); in generateCode()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_test_cpp-checked.cc | 250 [&count_ast_fail, &do_fail](isl::ast_node node, in test_ast_build() 253 return do_fail ? isl::ast_node() : node; in test_ast_build() 263 [&count_ast](isl::ast_node node, isl::ast_build build) { in test_ast_build()
|
| H A D | isl_test_cpp.cc | 254 [&count_ast_fail, &do_fail](isl::ast_node node, in test_ast_build() 274 [&count_ast](isl::ast_node node, isl::ast_build build) { in test_ast_build()
|
| H A D | print.c | 104 #define BASE ast_node
|
| H A D | isl_test_cpp-generic.cc | 318 [&count_ast](isl::ast_node node, isl::ast_build build) { in test_ast_build_unroll() 342 [&count_ast](isl::ast_node node, isl::ast_build build) { in test_ast_build_generic()
|
| H A D | isl_ast.c | 22 #define EL_BASE ast_node
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | ISLOStream.h | 27 ADD_OSTREAM_PRINTER(isl::ast_node)
|
| H A D | GICHelper.h | 166 ISL_OBJECT_TO_STRING(ast_node) 200 ISL_DUMP_OBJECT(ast_node)
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | GICHelper.cpp | 115 ISL_C_OBJECT_TO_STRING(ast_node) in ISL_C_OBJECT_TO_STRING() 203 ISL_DUMP_OBJECT_IMPL(ast_node) in ISL_DUMP_OBJECT_IMPL()
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | ast_type.h | 103 ISL_DECLARE_EXPORTED_LIST_TYPE(ast_node)
|
| H A D | isl-noexceptions.h | 253 class ast_node; variable 584 std::function<isl::ast_node(isl::ast_node, isl::ast_build)> func; 1226 class ast_node { 1237 inline /* implicit */ ast_node(const ast_node &obj); 1238 inline ast_node &operator=(ast_node obj); 7339 ast_node::ast_node() in ast_node() function 7342 ast_node::ast_node(const ast_node &obj) in ast_node() function 7348 ast_node::ast_node(__isl_take isl_ast_node *ptr) in ast_node() function 7351 ast_node &ast_node::operator=(ast_node obj) { 7356 ast_node::~ast_node() { in ~ast_node() [all …]
|
| H A D | ast.h | 236 ISL_DECLARE_EXPORTED_LIST_FN(ast_node)
|