Home
last modified time | relevance | path

Searched refs:isl_ast_build_expr_from_pw_aff (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/polly/lib/External/isl/include/isl/
Dast_build.h103 __isl_give isl_ast_expr *isl_ast_build_expr_from_pw_aff(
Dcpp-checked.h3691 auto res = isl_ast_build_expr_from_pw_aff(get(), pa.release()); in expr_from()
Disl-noexceptions.h4575 auto res = isl_ast_build_expr_from_pw_aff(get(), pa.release()); in expr_from()
Dcpp.h4083 auto res = isl_ast_build_expr_from_pw_aff(get(), pa.release()); in expr_from()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2016 isl_ast_expr *DimSize = isl_ast_build_expr_from_pw_aff( in createKernelFunctionDecl()
3320 auto DimSizeExpr = isl_ast_build_expr_from_pw_aff(Build, DimSize); in approxPointsInSet()
/external/llvm-project/polly/lib/External/isl/
Disl_ast_build_expr.c2307 __isl_give isl_ast_expr *isl_ast_build_expr_from_pw_aff( in isl_ast_build_expr_from_pw_aff() function
Disl_output.c2991 expr = isl_ast_build_expr_from_pw_aff(build, isl_pw_aff_copy(pwaff)); in print_pw_aff_c()
Disl_test.c9830 expr = isl_ast_build_expr_from_pw_aff(build, pa); in test_ast_expr()
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py4103 res = isl.isl_ast_build_expr_from_pw_aff(args[0].ptr, isl.isl_pw_aff_copy(args[1].ptr))
4195 isl.isl_ast_build_expr_from_pw_aff.restype = c_void_p
4196 isl.isl_ast_build_expr_from_pw_aff.argtypes = [c_void_p, c_void_p]
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod11418 __isl_give isl_ast_expr *isl_ast_build_expr_from_pw_aff(
12299 C<isl_ast_expr> objects using C<isl_ast_build_expr_from_pw_aff>