Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtarget.h266 bool (* cannot_force_const_mem) PARAMS ((rtx)); member
H A Dvarasm.c3207 if ((*targetm.cannot_force_const_mem) (x))
H A DChangeLog8304 * target.h (gcc_target): Add cannot_force_const_mem.
8307 * varasm.c (force_const_mem): Fail if cannot_force_const_mem.
/openbsd-src/gnu/gcc/gcc/
H A Dtarget.h476 bool (* cannot_force_const_mem) (rtx); member
H A Dvarasm.c3188 if (targetm.cannot_force_const_mem (x)) in force_const_mem()
H A Dreload.c117 && !targetm.cannot_force_const_mem (X))