Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgraphite-clast-to-gimple.c308 clast_to_gcc_expression (tree, struct clast_expr *, ivs_params_p);
318 tree res = clast_to_gcc_expression (type, r->elts[0], ip); in clast_to_gcc_expression_red()
323 tree t = clast_to_gcc_expression (operand_type, r->elts[i], ip); in clast_to_gcc_expression_red()
334 clast_to_gcc_expression (tree type, struct clast_expr *e, ivs_params_p ip) in clast_to_gcc_expression() function
414 tree tl = clast_to_gcc_expression (type, lhs, ip); in clast_to_gcc_expression()
698 tree lhs = clast_to_gcc_expression (type, cleq->LHS, ip); in graphite_translate_clast_equation()
699 tree rhs = clast_to_gcc_expression (type, cleq->RHS, ip); in graphite_translate_clast_equation()
917 tree new_name = clast_to_gcc_expression (type, expr, ip); in build_iv_mapping()
1058 *lb = clast_to_gcc_expression (*type, stmt->LB, ip); in graphite_create_new_loop_guard()
1059 *ub = clast_to_gcc_expression (*type, stmt->UB, ip); in graphite_create_new_loop_guard()
[all …]