Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dbuiltins.c134 static rtx expand_builtin_strlen PARAMS ((tree, rtx));
1608 expand_builtin_strlen (exp, target) in expand_builtin_strlen() function
4000 target = expand_builtin_strlen (exp, target);
DChangeLog.38094 * builtins.c (expand_builtin_strlen): Force the source to
11161 * builtins.c (expand_builtin_strlen): Revert last change.
11166 * builtins.c (expand_builtin_strlen): Make sure that we have something
11381 * builtins.c (expand_builtin_strlen): Be prepared for strlensi
16703 * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
DChangeLog.44646 * builtins.c (expand_builtin_strlen): Remove unused mode
4830 (expand_builtin_strlen): Move parts of the code into fold_builtin.
DChangeLog.26230 * builtins.c (expand_builtin_strlen): Fix best mode searching loop.
7889 * builtins.c (expand_builtin_strlen): Likewise.
DChangeLog.71834 (expand_builtin_strlen): Use get_insns instead of gen_sequence.
/openbsd/src/gnu/gcc/gcc/
Dbuiltins.c123 static rtx expand_builtin_strlen (tree, rtx, enum machine_mode);
2636 expand_builtin_strlen (tree arglist, rtx target, in expand_builtin_strlen() function
5936 target = expand_builtin_strlen (arglist, target, target_mode); in expand_builtin()