Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtarget.h480 bool (* cannot_force_const_mem) (rtx); member
H A Dvarasm.c3187 if (targetm.cannot_force_const_mem (x)) in force_const_mem()
H A Dreload.c117 && !targetm.cannot_force_const_mem (X))
H A DChangeLog-20021143 * target.h (gcc_target): Add cannot_force_const_mem.
1146 * varasm.c (force_const_mem): Fail if cannot_force_const_mem.