Searched refs:inplace (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dt-lcm.c34 int negx, negy, swap, inplace; local
52 for (inplace = 0; inplace <= 1; inplace++)
54 if (inplace)
62 printf ("mpz_lcm wrong, inplace=%d\n", inplace);
74 if (inplace)
81 printf ("mpz_lcm_ui wrong, inplace=%d\n", inplace);
[all...]
H A Dt-div_2exp.c35 int inplace; local
46 if (inplace) \
54 for (inplace = 0; inplace <= 1; inplace++)
/haiku-buildtools/gcc/gcc/
H A Dexplow.c99 mode MODE. INPLACE is true if X can be modified inplace or false
104 bool inplace)
143 if (inplace && shared_const_p (x))
144 inplace = false;
165 rtx term = plus_constant (mode, XEXP (x, 1), c, inplace);
168 else if (inplace)
176 if (!inplace)
103 plus_constant(machine_mode mode, rtx x, HOST_WIDE_INT c, bool inplace) argument
H A Dgimple-fold.c3062 gimple_fold_call (gimple_stmt_iterator *gsi, bool inplace) argument
3103 else if (flag_devirtualize && !inplace && virtual_method_call_p (callee))
3188 if (inplace)
3359 gimple_seq *seq, bool inplace)
3396 else if (!inplace)
3421 if (!inplace
3440 else if (!inplace)
3550 fold_stmt_1 (gimple_stmt_iterator *gsi, bool inplace, tree (*valueize) (tree)) argument
3630 if (!inplace
3637 if (gimple_simplify (stmt, &rcode, ops, inplace
3357 replace_stmt_with_simplification(gimple_stmt_iterator *gsi, code_helper rcode, tree *ops, gimple_seq *seq, bool inplace) argument
[all...]
H A Demit-rtl.c2114 bool inplace)
2142 if (inplace)
2403 replace_equiv_address (rtx memref, rtx addr, bool inplace)
2408 return change_address_1 (memref, VOIDmode, addr, 1, inplace);
2414 replace_equiv_address_nv (rtx memref, rtx addr, bool inplace)
2416 return change_address_1 (memref, VOIDmode, addr, 0, inplace);
2104 change_address_1(rtx memref, machine_mode mode, rtx addr, int validate, bool inplace) argument
2394 replace_equiv_address(rtx memref, rtx addr, bool inplace) argument
2405 replace_equiv_address_nv(rtx memref, rtx addr, bool inplace) argument
/haiku-buildtools/gcc/gmp/mpn/x86/k6/
H A Daors_n.asm146 je L(inplace)
240 L(inplace):
/haiku-buildtools/isl/
H A Disl_union_map.c1531 static __isl_give isl_union_map *inplace(__isl_take isl_union_map *umap, function
1550 return inplace(umap, &isl_map_coalesce);
1562 return inplace(umap, &isl_map_detect_equalities);
1574 return inplace(umap, &isl_map_compute_divs);

Completed in 87 milliseconds