Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c173 static int addr_generation_dependency_p PARAMS ((rtx, rtx));
3414 addr_generation_dependency_p (dep_rtx, insn) in addr_generation_dependency_p() function
3490 if (addr_generation_dependency_p (dep_rtx, insn))
3506 if (addr_generation_dependency_p (XVECEXP (dep_rtx, 0, i),
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390.c4809 addr_generation_dependency_p (rtx dep_rtx, rtx insn) in addr_generation_dependency_p() function
4855 && addr_generation_dependency_p (dep_rtx, insn)) in s390_agen_dep_p()
4861 if (addr_generation_dependency_p (XVECEXP (dep_rtx, 0, i), insn)) in s390_agen_dep_p()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog13076 * config/s390/s390.c (addr_generation_dependency_p): Handle SUBREG
H A DChangeLog.61420 (addr_generation_dependency_p): Consider literal pool register loads.