Searched refs:mem2 (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/lint2/
H A DMakefile7 SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c inittyp.c
/freebsd-9.3-release/usr.bin/grep/regex/
H A Dhashtable.c75 goto mem2;
84 mem2:
151 goto mem2;
171 mem2:
/freebsd-9.3-release/contrib/nvi/common/
H A Dseq.c85 goto mem2;
105 mem2: free(qp);
/freebsd-9.3-release/contrib/gcc/
H A Dsched-deps.c248 ds_t ds, rtx mem1, rtx mem2,
265 ds, mem1, mem2, changed_linkpp);
275 rtx mem1 ATTRIBUTE_UNUSED, rtx mem2 ATTRIBUTE_UNUSED,
405 dw = estimate_dep_weak (mem1, mem2);
507 ds = set_dep_weak (ds, BEGIN_DATA, estimate_dep_weak (mem1, mem2));
1956 estimate_dep_weak (rtx mem1, rtx mem2)
1960 if (mem1 == mem2)
1965 r2 = XEXP (mem2, 0);
241 maybe_add_or_update_back_dep_1(rtx insn, rtx elem, enum reg_note dep_type, ds_t ds, rtx mem1, rtx mem2, rtx **changed_linkpp) argument
1946 estimate_dep_weak(rtx mem1, rtx mem2) argument
H A Dalias.c271 mems_in_disjoint_alias_sets_p (rtx mem1, rtx mem2)
281 || (!MEM_ALIAS_SET (mem1) && !MEM_ALIAS_SET (mem2)));
283 return ! alias_sets_conflict_p (MEM_ALIAS_SET (mem1), MEM_ALIAS_SET (mem2));
1856 fixed_scalar_and_varying_struct_p (rtx mem1, rtx mem2, rtx mem1_addr,
1863 if (MEM_SCALAR_P (mem1) && MEM_IN_STRUCT_P (mem2)
1869 if (MEM_IN_STRUCT_P (mem1) && MEM_SCALAR_P (mem2)
1873 return mem2;
270 mems_in_disjoint_alias_sets_p(rtx mem1, rtx mem2) argument
1853 fixed_scalar_and_varying_struct_p(rtx mem1, rtx mem2, rtx mem1_addr, rtx mem2_addr, int (*varies_p) (rtx, int)) argument
/freebsd-9.3-release/lib/libc/gen/
H A Dfts-compat.c163 goto mem2;
229 mem2: free(sp->fts_path);
H A Dfts.c158 goto mem2;
224 mem2: free(sp->fts_path);
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c1138 s390_overlap_p (rtx mem1, rtx mem2, HOST_WIDE_INT size) argument
1143 if (GET_CODE (mem1) != MEM || GET_CODE (mem2) != MEM)
1150 addr2 = XEXP (mem2, 0);
1180 s390_offset_p (rtx mem1, rtx mem2, rtx delta) argument
1184 if (GET_CODE (mem1) != MEM || GET_CODE (mem2) != MEM)
1188 addr2 = XEXP (mem2, 0);
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c6544 /* Return 1 if the addresses in mem1 and mem2 are suitable for use in
6548 and mem2, are consecutive memory locations (addr1 + 4 == addr2).
6576 mems_ok_for_ldd_peep (rtx mem1, rtx mem2, rtx dependent_reg_rtx)
6583 if (MEM_VOLATILE_P (mem1) || MEM_VOLATILE_P (mem2))
6591 addr2 = XEXP (mem2, 0);
6560 mems_ok_for_ldd_peep(rtx mem1, rtx mem2, rtx dependent_reg_rtx) argument
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c9952 mems_ok_for_quad_peep (rtx mem1, rtx mem2)
9959 if (MEM_VOLATILE_P (mem1) || MEM_VOLATILE_P (mem2))
9963 addr2 = XEXP (mem2, 0);
9931 mems_ok_for_quad_peep(rtx mem1, rtx mem2) argument

Completed in 269 milliseconds