Home
last modified time | relevance | path

Searched refs:isInnermostParallel (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/CodeGen/
H A DIslAst.cpp184 if (IslAstInfo::isInnermostParallel(Node)) in cbPrintFor()
484 if (IslAstInfo::isInnermostParallel(Node)) in walkAstForStatistics()
605 return IslAstInfo::isInnermostParallel(Node) || in isParallel()
609 bool IslAstInfo::isInnermostParallel(__isl_keep isl_ast_node *Node) { in isInnermostParallel() function in IslAstInfo
H A DIslNodeBuilder.cpp765 if (Vector && IslAstInfo::isInnermostParallel(For) && in createFor()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DIslAst.cpp184 if (IslAstInfo::isInnermostParallel(Node)) in cbPrintFor()
484 if (IslAstInfo::isInnermostParallel(Node)) in walkAstForStatistics()
605 return IslAstInfo::isInnermostParallel(Node) || in isParallel()
609 bool IslAstInfo::isInnermostParallel(__isl_keep isl_ast_node *Node) { in isInnermostParallel() function in IslAstInfo
H A DIslNodeBuilder.cpp765 if (Vector && IslAstInfo::isInnermostParallel(For) && in createFor()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DIslAst.cpp184 if (IslAstInfo::isInnermostParallel(Node)) in cbPrintFor()
484 if (IslAstInfo::isInnermostParallel(Node)) in walkAstForStatistics()
605 return IslAstInfo::isInnermostParallel(Node) || in isParallel()
609 bool IslAstInfo::isInnermostParallel(__isl_keep isl_ast_node *Node) { in isInnermostParallel() function in IslAstInfo
H A DIslNodeBuilder.cpp765 if (Vector && IslAstInfo::isInnermostParallel(For) && in createFor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/CodeGen/
H A DIslAst.cpp184 if (IslAstInfo::isInnermostParallel(Node)) in cbPrintFor()
484 if (IslAstInfo::isInnermostParallel(Node)) in walkAstForStatistics()
605 return IslAstInfo::isInnermostParallel(Node) || in isParallel()
609 bool IslAstInfo::isInnermostParallel(__isl_keep isl_ast_node *Node) { in isInnermostParallel() function in IslAstInfo
H A DIslNodeBuilder.cpp765 if (Vector && IslAstInfo::isInnermostParallel(For) && in createFor()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/CodeGen/
H A DIslAst.cpp184 if (IslAstInfo::isInnermostParallel(Node)) in cbPrintFor()
484 if (IslAstInfo::isInnermostParallel(Node)) in walkAstForStatistics()
605 return IslAstInfo::isInnermostParallel(Node) || in isParallel()
609 bool IslAstInfo::isInnermostParallel(__isl_keep isl_ast_node *Node) { in isInnermostParallel() function in IslAstInfo
H A DIslNodeBuilder.cpp765 if (Vector && IslAstInfo::isInnermostParallel(For) && in createFor()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/CodeGen/
H A DIslAst.cpp182 if (IslAstInfo::isInnermostParallel(isl::manage_copy(Node))) in cbPrintFor()
471 if (IslAstInfo::isInnermostParallel(isl::manage_copy(Node))) in walkAstForStatistics()
581 return IslAstInfo::isInnermostParallel(Node) || in isParallel()
585 bool IslAstInfo::isInnermostParallel(const isl::ast_node &Node) { in isInnermostParallel() function in IslAstInfo
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslAst.cpp182 if (IslAstInfo::isInnermostParallel(isl::manage_copy(Node))) in cbPrintFor()
471 if (IslAstInfo::isInnermostParallel(isl::manage_copy(Node))) in walkAstForStatistics()
581 return IslAstInfo::isInnermostParallel(Node) || in isParallel()
585 bool IslAstInfo::isInnermostParallel(const isl::ast_node &Node) { in isInnermostParallel() function in IslAstInfo
H A DIslNodeBuilder.cpp783 if (Vector && IslAstInfo::isInnermostParallel(isl::manage_copy(For)) && in createFor()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslAst.cpp182 if (IslAstInfo::isInnermostParallel(isl::manage_copy(Node))) in cbPrintFor()
471 if (IslAstInfo::isInnermostParallel(isl::manage_copy(Node))) in walkAstForStatistics()
581 return IslAstInfo::isInnermostParallel(Node) || in isParallel()
585 bool IslAstInfo::isInnermostParallel(const isl::ast_node &Node) { in isInnermostParallel() function in IslAstInfo
H A DIslNodeBuilder.cpp783 if (Vector && IslAstInfo::isInnermostParallel(isl::manage_copy(For)) && in createFor()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslAst.cpp182 if (IslAstInfo::isInnermostParallel(isl::manage_copy(Node))) in cbPrintFor()
471 if (IslAstInfo::isInnermostParallel(isl::manage_copy(Node))) in walkAstForStatistics()
581 return IslAstInfo::isInnermostParallel(Node) || in isParallel()
585 bool IslAstInfo::isInnermostParallel(const isl::ast_node &Node) { in isInnermostParallel() function in IslAstInfo
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/include/polly/CodeGen/
H A DIslAst.h150 static bool isInnermostParallel(__isl_keep isl_ast_node *Node);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/include/polly/CodeGen/
H A DIslAst.h146 static bool isInnermostParallel(const isl::ast_node &Node);
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/include/polly/CodeGen/
H A DIslAst.h150 static bool isInnermostParallel(__isl_keep isl_ast_node *Node);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/include/polly/CodeGen/
H A DIslAst.h150 static bool isInnermostParallel(__isl_keep isl_ast_node *Node);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/include/polly/CodeGen/
H A DIslAst.h146 static bool isInnermostParallel(const isl::ast_node &Node);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/include/polly/CodeGen/
H A DIslAst.h150 static bool isInnermostParallel(__isl_keep isl_ast_node *Node);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/include/polly/CodeGen/
H A DIslAst.h150 static bool isInnermostParallel(__isl_keep isl_ast_node *Node);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/include/polly/CodeGen/
H A DIslAst.h146 static bool isInnermostParallel(const isl::ast_node &Node);
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/include/polly/CodeGen/
H A DIslAst.h146 static bool isInnermostParallel(const isl::ast_node &Node);

12