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

  /src/external/gpl3/gcc.old/dist/gcc/
genemit.cc 375 rtx old_rtx = XEXP (XVECEXP (p->pattern, 1, j), 0);
381 if (! (GET_CODE (old_rtx) == GET_CODE (new_rtx)
382 && GET_MODE (old_rtx) == GET_MODE (new_rtx)
383 && ((GET_CODE (old_rtx) == MATCH_SCRATCH
385 || (REG_P (old_rtx) && REG_P (new_rtx)
386 && REGNO (old_rtx) == REGNO (new_rtx)))))
372 rtx old_rtx = XEXP (XVECEXP (p->pattern, 1, j), 0); local
fwprop.cc 246 fwprop_propagation::classify_result (rtx old_rtx, rtx new_rtx)
250 /* If OLD_RTX is a LO_SUM, then it presumably exists for a reason,
256 if (GET_CODE (old_rtx) == LO_SUM
257 && !memory_address_p (GET_MODE (old_rtx), new_rtx))
282 && SUBREG_P (old_rtx)
283 && !paradoxical_subreg_p (old_rtx)
291 /* Record that OLD_RTX has been simplified to NEW_RTX. OLD_NUM_CHANGES
293 OLD_RTX and its subrtxes. OLD_RESULT_FLAGS is the value that result_flags
299 rtx old_rtx, rtx new_rtx)
302 uint16_t new_flags = classify_result (old_rtx, new_rtx)
798 rtx old_rtx = note ? XEXP (note, 0) : SET_SRC (note_set); local
    [all...]
expmed.cc 6348 rtx_insn *old_rtx = gen_move_insn (reg, *imm);
6352 if (insn_cost (old_rtx, true) > insn_cost (new_rtx, true))
6333 rtx_insn *old_rtx = gen_move_insn (reg, *imm); local
  /src/external/gpl3/gcc/dist/gcc/
fwprop.cc 246 fwprop_propagation::classify_result (rtx old_rtx, rtx new_rtx)
250 /* If OLD_RTX is a LO_SUM, then it presumably exists for a reason,
256 if (GET_CODE (old_rtx) == LO_SUM
257 && !memory_address_p (GET_MODE (old_rtx), new_rtx))
282 && SUBREG_P (old_rtx)
283 && !paradoxical_subreg_p (old_rtx)
291 /* Record that OLD_RTX has been simplified to NEW_RTX. OLD_NUM_CHANGES
293 OLD_RTX and its subrtxes. OLD_RESULT_FLAGS is the value that result_flags
299 rtx old_rtx, rtx new_rtx)
302 uint16_t new_flags = classify_result (old_rtx, new_rtx)
803 rtx old_rtx = note ? XEXP (note, 0) : SET_SRC (note_set); local
    [all...]
genemit.cc 376 rtx old_rtx = XEXP (XVECEXP (p->pattern, 1, j), 0);
382 if (! (GET_CODE (old_rtx) == GET_CODE (new_rtx)
383 && GET_MODE (old_rtx) == GET_MODE (new_rtx)
384 && ((GET_CODE (old_rtx) == MATCH_SCRATCH
386 || (REG_P (old_rtx) && REG_P (new_rtx)
387 && REGNO (old_rtx) == REGNO (new_rtx)))))
373 rtx old_rtx = XEXP (XVECEXP (p->pattern, 1, j), 0); local
expmed.cc 6365 rtx_insn *old_rtx = gen_move_insn (reg, *imm);
6369 if (insn_cost (old_rtx, true) > insn_cost (new_rtx, true))
6350 rtx_insn *old_rtx = gen_move_insn (reg, *imm); local

Completed in 42 milliseconds