Home
last modified time | relevance | path

Searched refs:ast_node_for (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslNodeBuilder.h213 isl::ast_expr getUpperBound(isl::ast_node_for For,
225 int getNumberOfIterations(isl::ast_node_for For);
314 void createForSequential(isl::ast_node_for For, bool MarkParallel);
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp111 isl::ast_expr IslNodeBuilder::getUpperBound(isl::ast_node_for For, in getUpperBound()
149 int IslNodeBuilder::getNumberOfIterations(isl::ast_node_for For) { in getNumberOfIterations()
427 getNumberOfIterations(isl::manage_copy(Child).as<isl::ast_node_for>()); in createMark()
431 createForSequential(isl::manage(Child).as<isl::ast_node_for>(), true); in createMark()
528 static bool IsLoopVectorizerDisabled(isl::ast_node_for Node) { in IsLoopVectorizerDisabled()
541 void IslNodeBuilder::createForSequential(isl::ast_node_for For, in createForSequential()
667 UB = getUpperBound(isl::manage_copy(For).as<isl::ast_node_for>(), Predicate) in createForParallel()
797 getNumberOfIterations(isl::manage_copy(For).as<isl::ast_node_for>()); in createFor()
810 createForSequential(isl::manage(For).as<isl::ast_node_for>(), Parallel); in createFor()
H A DPPCGCodeGeneration.cpp1305 createForSequential(isl::manage(Node).as<isl::ast_node_for>(), false); in createFor()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h255 class ast_node_for; variable
1285 class ast_node_for : public ast_node {
1288 friend ast_node_for ast_node::as<ast_node_for>() const;
1295 inline /* implicit */ ast_node_for();
1296 inline /* implicit */ ast_node_for(const ast_node_for &obj);
1297 inline ast_node_for &operator=(ast_node_for obj);
7485 ast_node_for::ast_node_for() in ast_node_for() function
7488 ast_node_for::ast_node_for(const ast_node_for &obj) in ast_node_for() function
7493 ast_node_for::ast_node_for(__isl_take isl_ast_node *ptr) in ast_node_for() function
7496 ast_node_for &ast_node_for::operator=(ast_node_for obj) {
[all …]