Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtarget.h480 bool (* cannot_force_const_mem) (rtx); member
HDvarasm.c3187 if (targetm.cannot_force_const_mem (x)) in force_const_mem()
HDreload.c117 && !targetm.cannot_force_const_mem (X))
HDChangeLog-20021143 * target.h (gcc_target): Add cannot_force_const_mem.
1146 * varasm.c (force_const_mem): Fail if cannot_force_const_mem.