Home
last modified time | relevance | path

Searched refs:getIslCtx (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/polly/lib/Transform/
H A DSimplify.cpp252 isl::union_map WillBeOverwritten = isl::union_map::empty(S->getIslCtx()); in removeOverwrites()
321 isl::ctx Ctx = S->getIslCtx(); in coalesceWrites()
333 isl::union_map FutureWrites = isl::union_map::empty(S->getIslCtx()); in coalesceWrites()
462 isl::set::universe(isl::space(S->getIslCtx(), 0, 0) in coalesceWrites()
486 isl_ctx *Ctx = S->getIslCtx().get(); in removeRedundantWrites()
502 isl::union_map Known = isl::union_map::empty(S->getIslCtx()); in removeRedundantWrites()
H A DMaximalStaticExpansion.cpp99 isl::union_map MapDependences = isl::union_map::empty(S.getIslCtx()); in filterDependences()
153 auto WriteDomain = isl::union_set::empty(S.getIslCtx()); in isExpandable()
178 auto StmtReads = isl::union_map::empty(S.getIslCtx()); in isExpandable()
179 auto StmtWrites = isl::union_map::empty(S.getIslCtx()); in isExpandable()
H A DScheduleOptimizer.cpp825 isl_ctx *Ctx = S.getIslCtx().get(); in runIslScheduleOptimizer()
H A DForwardOpTree.cpp1035 IslMaxOperationsGuard MaxOpGuard(S.getIslCtx().get(), MaxOps, false); in runForwardOpTree()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp228 S.getIslCtx(), in computeMustKillsInfo()
250 S.getIslCtx(), std::string("ref_phantom") + ToKillId.get_name(), in computeMustKillsInfo()
1484 isl::space ParamSpace = isl::space(S.getIslCtx(), 0, 0).params(); in getReferencesInKernel()
2279 Id = isl_id_alloc(S.getIslCtx().get(), Var.name, nullptr); in createKernelVariables()
2708 S->getIslCtx().get(), in getNames()
3089 PPCGProg->ctx = S->getIslCtx().get(); in createPPCGProg()
3183 auto *P = isl_printer_to_str(S->getIslCtx().get()); in printKernel()
3198 auto *P = isl_printer_to_str(S->getIslCtx().get()); in printGPUTree()
3235 PPCGGen->ctx = S->getIslCtx().get(); in generateGPU()
3272 isl_printer *P = isl_printer_to_str(S->getIslCtx().get()); in generateGPU()
[all …]
H A DIslAst.cpp512 auto Ctx = S.getIslCtx(); in init()
742 Options = isl_ast_print_options_alloc(S.getIslCtx().get()); in print()
749 isl_printer *P = isl_printer_to_str(S.getIslCtx().get()); in print()
H A DIslNodeBuilder.cpp866 isl::id_to_ast_expr::alloc(Stmt->getParent()->getIslCtx(), 0); in createNewAccesses()
/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp222 isl::set{S.getIslCtx().get(), JScop.getString("context").value().str()}; in importContext()
295 isl_map *Map = isl_map_read_from_str(S.getIslCtx().get(), in importSchedule()
327 auto ScheduleMap = isl::union_map::empty(S.getIslCtx()); in importSchedule()
402 isl_map_read_from_str(S.getIslCtx().get(), Accesses.str().c_str()); in importAccesses()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp612 isl::space Space = isl::space(Statement->getIslCtx(), 0, 1); in createBasicAccessMap()
873 Id = isl::id::alloc(Stmt->getParent()->getIslCtx(), IdName, this); in MemoryAccess()
890 Id = isl::id::alloc(Stmt->getParent()->getIslCtx(), IdName, this); in MemoryAccess()
1187 isl::id Id = isl::id::alloc(getIslCtx(), getBaseName(), this); in ScopStmt()
1224 isl::ctx ScopStmt::getIslCtx() const { return Parent.getIslCtx(); } in getIslCtx() function in ScopStmt
1461 isl::id Id = isl::id::alloc(getIslCtx(), ParameterName, in createParameterId()
1488 isl::space Space = isl::space::params_alloc(getIslCtx(), 0); in buildContext()
1625 isl_options_set_on_error(getIslCtx().get(), ISL_ON_ERROR_ABORT); in Scop()
2164 isl::ctx Scop::getIslCtx() const { return IslCtx.get(); } in getIslCtx() function in Scop
2192 isl_space *EmptySpace = isl_space_params_alloc(getIslCtx().get(), 0); in getDomains()
[all …]
H A DScopBuilder.cpp837 isl_set_universe(isl_space_set_alloc(scop->getIslCtx().get(), 0, LD + 1)); in buildDomains()
1308 isl::id IslLoopId = createIslLoopAttr(scop->getIslCtx(), L); in buildSchedule()
2451 isl::id Id = isl::id::alloc(scop->getIslCtx(), Stmt.getBaseName(), &Stmt); in buildDomain()
2647 isl::set UserContext = isl::set(scop->getIslCtx(), UserContextStr.c_str()); in addUserContext()
3153 isl::union_map Accesses = isl::union_map::empty(scop->getIslCtx()); in calculateMinMaxAccess()
3262 IslMaxOperationsGuard MaxOpGuard(scop->getIslCtx().get(), OptComputeOut); in buildAliasGroups()
3267 if (isl_ctx_last_error(scop->getIslCtx().get()) == isl_error_quota) { in buildAliasGroups()
H A DDependenceInfo.cpp656 isl::union_map Schedule = isl::union_map::empty(S.getIslCtx()); in isValidSchedule()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1271 isl::ctx getIslCtx() const;
2484 isl::ctx getIslCtx() const;
/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVAffinator.cpp84 : S(S), Ctx(S->getIslCtx().get()), SE(*S->getSE()), LI(LI), in SCEVAffinator()