HomeSort by: relevance | last modified time | path
    Searched defs:pair_dst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-ldp-fusion.cc 1208 // PAIR_DST that is still in the same BB as our pair. We return the new def in
1228 insn_info *pair_dst = pair_range.singleton ();
1229 gcc_assert (pair_dst);
1243 if (!def || def->bb () != pair_dst->bb ())
1246 // DEF should now be the first def of the base register after PAIR_DST.
1248 gcc_assert (*cand > *pair_dst);
1302 if (!hazard || *hazard <= *pair_dst)
1462 // the final pair is placed immediately after PAIR_DST, TRAILING_ADD
1468 insn_info *pair_dst,
1484 if (*use->insn () > *pair_dst)
1690 insn_info *pair_dst = move_range.singleton (); local
    [all...]
aarch64-ldp-fusion.cc 1208 // PAIR_DST that is still in the same BB as our pair. We return the new def in
1228 insn_info *pair_dst = pair_range.singleton ();
1229 gcc_assert (pair_dst);
1243 if (!def || def->bb () != pair_dst->bb ())
1246 // DEF should now be the first def of the base register after PAIR_DST.
1248 gcc_assert (*cand > *pair_dst);
1302 if (!hazard || *hazard <= *pair_dst)
1462 // the final pair is placed immediately after PAIR_DST, TRAILING_ADD
1468 insn_info *pair_dst,
1484 if (*use->insn () > *pair_dst)
1690 insn_info *pair_dst = move_range.singleton (); local
    [all...]

Completed in 106 milliseconds