Home
last modified time | relevance | path

Searched refs:ast_expr (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp348 static isl::ast_expr buildCondition(Scop &S, isl::ast_build Build, in buildCondition()
360 isl::ast_expr True = in buildCondition()
361 isl::ast_expr::from_val(isl::val::int_from_ui(Build.get_ctx(), 1)); in buildCondition()
362 isl::ast_expr False = in buildCondition()
363 isl::ast_expr::from_val(isl::val::int_from_ui(Build.get_ctx(), 0)); in buildCondition()
374 isl::ast_expr NonAliasGroup, MinExpr, MaxExpr; in buildCondition()
393 isl::ast_expr Result = MaxExpr.le(MinExpr); in buildCondition()
677 isl::ast_expr NodeExpr = AstNode.user_get_expr(); in cbPrintUser()
678 isl::ast_expr CallExpr = NodeExpr.get_op_arg(0); in cbPrintUser()
701 isl::ast_expr AccessExpr = Build.access_from(Pwma); in cbPrintUser()
DIslNodeBuilder.cpp110 isl::ast_expr IslNodeBuilder::getUpperBound(isl::ast_node For, in getUpperBound()
112 isl::ast_expr Cond = For.for_get_cond(); in getUpperBound()
113 isl::ast_expr Iterator = For.for_get_iterator(); in getUpperBound()
130 isl::ast_expr Arg0 = Cond.get_op_arg(0); in getUpperBound()
187 isl::ast_expr Init = For.for_get_init(); in getNumberOfIterations()
190 isl::ast_expr Inc = For.for_get_inc(); in getNumberOfIterations()
194 isl::ast_expr UB = getUpperBound(For, Predicate); in getNumberOfIterations()
531 isl::ast_expr Init = For.for_get_init(); in createForSequential()
532 isl::ast_expr Inc = For.for_get_inc(); in createForSequential()
533 isl::ast_expr Iterator = For.for_get_iterator(); in createForSequential()
[all …]
DIslExprBuilder.cpp73 bool IslExprBuilder::hasLargeInts(isl::ast_expr Expr) { in hasLargeInts()
91 isl::ast_expr Operand = Expr.get_op_arg(i); in hasLargeInts()
DPPCGCodeGeneration.cpp302 isl::ast_expr Access = Build.access_from(MPA); in pollyBuildAstExprForStmt()
1105 isl::ast_expr Res = Build.expr_from(OffsetDimZero); in getArraySize()
1109 isl::ast_expr Expr = Build.expr_from(Bound_I); in getArraySize()
1138 isl::ast_expr Result = isl::ast_expr::from_val(isl::val(Min.get_ctx(), 0)); in getArrayOffset()
1144 isl::ast_expr BExpr = Build.expr_from(Bound_I); in getArrayOffset()
1148 isl::ast_expr MExpr = Build.expr_from(DimMin); in getArrayOffset()
1576 isl::ast_expr GridSize = Context.expr_from(Size); in getGridSizes()
DBlockGenerators.cpp599 isl::ast_expr IsInSet = RestrictedBuild.expr_from(ScheduledSet); in buildContainsCondition()
695 isl::ast_expr IsInSet = in generateBeginStmtTrace()
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h168 class ast_expr; variable
392 inline ast_expr access_from(pw_multi_aff pma) const;
393 inline ast_expr access_from(multi_pw_aff mpa) const;
395 inline ast_expr call_from(pw_multi_aff pma) const;
396 inline ast_expr call_from(multi_pw_aff mpa) const;
397 inline ast_expr expr_from(set set) const;
398 inline ast_expr expr_from(pw_aff pa) const;
408 inline ast_expr manage(__isl_take isl_ast_expr *ptr);
409 inline ast_expr manage_copy(__isl_keep isl_ast_expr *ptr);
411 class ast_expr {
[all …]
Dcpp-checked.h214 class ast_expr; variable
424 inline isl::checked::ast_expr access_from(isl::checked::multi_pw_aff mpa) const;
425 inline isl::checked::ast_expr access_from(isl::checked::pw_multi_aff pma) const;
426 inline isl::checked::ast_expr call_from(isl::checked::multi_pw_aff mpa) const;
427 inline isl::checked::ast_expr call_from(isl::checked::pw_multi_aff pma) const;
428 inline isl::checked::ast_expr expr_from(isl::checked::pw_aff pa) const;
429 inline isl::checked::ast_expr expr_from(isl::checked::set set) const;
438 inline ast_expr manage(__isl_take isl_ast_expr *ptr);
439 inline ast_expr manage_copy(__isl_keep isl_ast_expr *ptr);
441 class ast_expr {
[all …]
Dast_type.h102 ISL_DECLARE_LIST_TYPE(ast_expr)
Dcpp.h278 class ast_expr; variable
489 inline isl::ast_expr access_from(isl::multi_pw_aff mpa) const;
490 inline isl::ast_expr access_from(isl::pw_multi_aff pma) const;
491 inline isl::ast_expr call_from(isl::multi_pw_aff mpa) const;
492 inline isl::ast_expr call_from(isl::pw_multi_aff pma) const;
493 inline isl::ast_expr expr_from(isl::pw_aff pa) const;
494 inline isl::ast_expr expr_from(isl::set set) const;
503 inline ast_expr manage(__isl_take isl_ast_expr *ptr);
504 inline ast_expr manage_copy(__isl_keep isl_ast_expr *ptr);
506 class ast_expr {
[all …]
Dcpp-checked-conversion.h41 checked::ast_expr check(ast_expr obj) { in check()
45 ast_expr uncheck(checked::ast_expr obj) { in uncheck()
Dast.h235 ISL_DECLARE_LIST_FN(ast_expr)
/external/llvm-project/polly/include/polly/Support/
DISLOStream.h25 ADD_OSTREAM_PRINTER(isl::ast_expr)
/external/llvm-project/polly/lib/External/isl/
Dprint.c101 #define BASE ast_expr
Disl_test_cpp-generic.cc186 isl::ast_expr expr = build.expr_from(pw_aff); in test_return_string()
Disl_ast.c17 #define EL_BASE ast_expr
/external/llvm-project/polly/include/polly/CodeGen/
DIslExprBuilder.h182 bool hasLargeInts(isl::ast_expr Expr);
DIslNodeBuilder.h222 isl::ast_expr getUpperBound(isl::ast_node For, CmpInst::Predicate &Predicate);
/external/llvm-project/polly/lib/Support/
DGICHelper.cpp229 isl::ast_expr().dump(); in neverCalled()
/external/mesa3d/src/compiler/glsl/
Dmeson.build66 'ast_expr.cpp',
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py4065 obj = ast_expr(ctx=ctx, ptr=res)
4075 obj = ast_expr(ctx=ctx, ptr=res)
4087 obj = ast_expr(ctx=ctx, ptr=res)
4097 obj = ast_expr(ctx=ctx, ptr=res)
4109 obj = ast_expr(ctx=ctx, ptr=res)
4119 obj = ast_expr(ctx=ctx, ptr=res)
4212 class ast_expr(object): class
4244 return super(ast_expr, cls).__new__(cls)
4247 if not arg0.__class__ is ast_expr:
4248 arg0 = ast_expr(arg0)
[all …]
/external/mesa3d/src/compiler/
DMakefile.sources16 glsl/ast_expr.cpp \