Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.c7721 expand_speculation_safe_value (machine_mode mode, tree exp, rtx target, in expand_speculation_safe_value() function
8917 return expand_speculation_safe_value (VOIDmode, exp, target, ignore); in expand_builtin()
8925 return expand_speculation_safe_value (mode, exp, target, ignore); in expand_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.cc6959 expand_speculation_safe_value (machine_mode mode, tree exp, rtx target, in expand_speculation_safe_value() function
8109 return expand_speculation_safe_value (VOIDmode, exp, target, ignore); in expand_builtin()
8117 return expand_speculation_safe_value (mode, exp, target, ignore); in expand_builtin()
H A DChangeLog-201814536 * builtins.c (expand_speculation_safe_value): New function.