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

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc 285 // See callers of record_copy for what counts as a copy.
312 // See callers of record_copy for what counts as a copy.
448 void record_copy (rtx, rtx, bool = false);
1628 early_ra::record_copy (rtx dest, rtx src, bool from_move_p) function in class:__anon12651::early_ra
1908 record_copy (recog_data.operand[matches], op);
1910 record_copy (dest_op, op);
3522 record_copy (SET_DEST (pat), SET_SRC (pat), true);
aarch64-early-ra.cc 285 // See callers of record_copy for what counts as a copy.
312 // See callers of record_copy for what counts as a copy.
448 void record_copy (rtx, rtx, bool = false);
1628 early_ra::record_copy (rtx dest, rtx src, bool from_move_p) function in class:__anon12651::early_ra
1908 record_copy (recog_data.operand[matches], op);
1910 record_copy (dest_op, op);
3522 record_copy (SET_DEST (pat), SET_SRC (pat), true);

Completed in 51 milliseconds