Searched refs:getIslCtx (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/polly/lib/CodeGen/ |
D | PPCGCodeGeneration.cpp | 211 S.getIslCtx(), in computeMustKillsInfo() 233 S.getIslCtx(), std::string("ref_phantom") + ToKillId.get_name(), in computeMustKillsInfo() 1466 isl::space ParamSpace = isl::space(S.getIslCtx(), 0, 0).params(); in getReferencesInKernel() 2259 Id = isl_id_alloc(S.getIslCtx().get(), Var.name, nullptr); in createKernelVariables() 2684 S->getIslCtx().get(), in getNames() 2686 auto *Zero = isl_ast_expr_from_val(isl_val_zero(S->getIslCtx().get())); in getNames() 2774 isl_alloc_type(S->getIslCtx().get(), struct gpu_stmt_access); in getStmtAccesses() 2807 gpu_stmt *Stmts = isl_calloc_array(S->getIslCtx().get(), struct gpu_stmt, in getStatements() 2979 createPwAffList(S->getIslCtx().get(), std::move(AlignedBounds)); in setArrayBounds() 3060 auto PPCGProg = isl_calloc_type(S->getIslCtx().get(), struct gpu_prog); in createPPCGProg() [all …]
|
D | IslAst.cpp | 535 auto Ctx = S.getIslCtx(); in init() 740 Options = isl_ast_print_options_alloc(S.getIslCtx().get()); in print() 747 isl_printer *P = isl_printer_to_str(S.getIslCtx().get()); in print()
|
D | IslNodeBuilder.cpp | 836 isl_id_to_ast_expr_alloc(Stmt->getParent()->getIslCtx().get(), 0); in createNewAccesses()
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopInfo.cpp | 309 isl::space Space(S.getIslCtx(), 1, 0); in applyAndSetFAD() 313 isl::id IdPwAff = isl::id::alloc(S.getIslCtx(), param_name, this); in applyAndSetFAD() 636 isl::space Space = isl::space(Statement->getIslCtx(), 0, 1); in createBasicAccessMap() 897 Id = isl::id::alloc(Stmt->getParent()->getIslCtx(), IdName, this); in MemoryAccess() 915 Id = isl::id::alloc(Stmt->getParent()->getIslCtx(), IdName, this); in MemoryAccess() 1216 isl::id Id = isl::id::alloc(getIslCtx(), getBaseName(), this); in ScopStmt() 1258 isl::ctx ScopStmt::getIslCtx() const { return Parent.getIslCtx(); } in getIslCtx() function in ScopStmt 1530 isl::id Id = isl::id::alloc(getIslCtx(), ParameterName, in createParameterId() 1557 isl::space Space = isl::space::params_alloc(getIslCtx(), 0); in buildContext() 1724 isl_options_set_on_error(getIslCtx().get(), ISL_ON_ERROR_ABORT); in Scop() [all …]
|
D | ScopBuilder.cpp | 836 isl_set_universe(isl_space_set_alloc(scop->getIslCtx().get(), 0, LD + 1)); in buildDomains() 2640 isl::id Id = isl::id::alloc(scop->getIslCtx(), Stmt.getBaseName(), &Stmt); in buildDomain() 2834 isl::set UserContext = isl::set(scop->getIslCtx(), UserContextStr.c_str()); in addUserContext() 3445 IslMaxOperationsGuard MaxOpGuard(scop->getIslCtx().get(), OptComputeOut); in buildAliasGroups() 3450 if (isl_ctx_last_error(scop->getIslCtx().get()) == isl_error_quota) { in buildAliasGroups()
|
/external/llvm-project/polly/lib/Transform/ |
D | Simplify.cpp | 231 isl::ctx Ctx = S->getIslCtx(); in coalesceWrites() 372 isl::set::universe(isl::space(S->getIslCtx(), 0, 0) in coalesceWrites() 396 isl_ctx *Ctx = S->getIslCtx().get(); in removeRedundantWrites()
|
D | ForwardOpTree.cpp | 1059 IslMaxOperationsGuard MaxOpGuard(S.getIslCtx().get(), MaxOps, false); in runOnScop()
|
D | ScheduleOptimizer.cpp | 1583 isl_ctx *Ctx = S.getIslCtx().get(); in runOnScop()
|
/external/llvm-project/polly/lib/Exchange/ |
D | JSONExporter.cpp | 218 isl::set NewContext = isl::set{S.getIslCtx().get(), in importContext() 292 isl_map *Map = isl_map_read_from_str(S.getIslCtx().get(), in importSchedule() 399 isl_map_read_from_str(S.getIslCtx().get(), Accesses.str().c_str()); in importAccesses()
|
/external/llvm-project/polly/lib/Support/ |
D | SCEVAffinator.cpp | 84 : S(S), Ctx(S->getIslCtx().get()), SE(*S->getSE()), LI(LI), in SCEVAffinator()
|
/external/llvm-project/polly/include/polly/ |
D | ScopInfo.h | 1277 isl::ctx getIslCtx() const; 2500 isl::ctx getIslCtx() const;
|