Home
last modified time | relevance | path

Searched refs:expr_from (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test_python.py143 expr = build.expr_from(pw_aff)
147 expr = build.expr_from(set)
424 op = build.expr_from(pa)
H A Disl_test_cpp-generic.cc186 isl::ast_expr expr = build.expr_from(pw_aff); in test_return_string()
190 expr = build.expr_from(set); in test_return_string()
370 auto expr = build.expr_from(pa); in test_ast_build_expr()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp400 auto PosCond = Build.expr_from(S.getAssumedContext()); in buildRunCondition()
405 auto NegCond = Build.expr_from(S.getInvalidContext()); in buildRunCondition()
H A DPPCGCodeGeneration.cpp1123 isl::ast_expr Res = Build.expr_from(OffsetDimZero); in getArraySize()
1127 isl::ast_expr Expr = Build.expr_from(Bound_I); in getArraySize()
1162 isl::ast_expr BExpr = Build.expr_from(Bound_I); in getArrayOffset()
1166 isl::ast_expr MExpr = Build.expr_from(DimMin); in getArrayOffset()
1594 isl::ast_expr GridSize = Context.expr_from(Size); in getGridSizes()
H A DBlockGenerators.cpp599 isl::ast_expr IsInSet = RestrictedBuild.expr_from(ScheduledSet); in buildContainsCondition()
694 isl::ast_expr IsInSet = RestrictedBuild.expr_from(ScheduleMultiPwAff.at(i)); in generateBeginStmtTrace()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h595 inline isl::ast_expr expr_from(isl::pw_aff pa) const;
596 inline isl::ast_expr expr_from(isl::set set) const;
6100 isl::ast_expr ast_build::expr_from(isl::pw_aff pa) const in expr_from() function
6106 isl::ast_expr ast_build::expr_from(isl::set set) const in expr_from() function