Searched refs:dep_rtx (Results 1 – 1 of 1) sorted by relevance
4809 addr_generation_dependency_p (rtx dep_rtx, rtx insn) in addr_generation_dependency_p() argument4813 if (GET_CODE (dep_rtx) == INSN) in addr_generation_dependency_p()4814 dep_rtx = PATTERN (dep_rtx); in addr_generation_dependency_p()4816 if (GET_CODE (dep_rtx) == SET) in addr_generation_dependency_p()4818 target = SET_DEST (dep_rtx); in addr_generation_dependency_p()4851 rtx dep_rtx = PATTERN (dep_insn); in s390_agen_dep_p() local4854 if (GET_CODE (dep_rtx) == SET in s390_agen_dep_p()4855 && addr_generation_dependency_p (dep_rtx, insn)) in s390_agen_dep_p()4857 else if (GET_CODE (dep_rtx) == PARALLEL) in s390_agen_dep_p()4859 for (i = 0; i < XVECLEN (dep_rtx, 0); i++) in s390_agen_dep_p()[all …]