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

  /src/external/gpl3/gcc/dist/gcc/
postreload.cc 1360 rtx usage_rtx = XEXP (setuse, 0);
1362 if (GET_CODE (setuse) == USE && REG_P (usage_rtx))
1364 unsigned int end_regno = END_REGNO (usage_rtx);
1365 for (unsigned int i = REGNO (usage_rtx); i < end_regno; ++i)
1359 rtx usage_rtx = XEXP (setuse, 0); local
postreload.cc 1360 rtx usage_rtx = XEXP (setuse, 0);
1362 if (GET_CODE (setuse) == USE && REG_P (usage_rtx))
1364 unsigned int end_regno = END_REGNO (usage_rtx);
1365 for (unsigned int i = REGNO (usage_rtx); i < end_regno; ++i)
1359 rtx usage_rtx = XEXP (setuse, 0); local
  /src/external/gpl3/gcc.old/dist/gcc/
postreload.cc 1360 rtx usage_rtx = XEXP (setuse, 0);
1362 if (GET_CODE (setuse) == USE && REG_P (usage_rtx))
1364 unsigned int end_regno = END_REGNO (usage_rtx);
1365 for (unsigned int i = REGNO (usage_rtx); i < end_regno; ++i)
1359 rtx usage_rtx = XEXP (setuse, 0); local
postreload.cc 1360 rtx usage_rtx = XEXP (setuse, 0);
1362 if (GET_CODE (setuse) == USE && REG_P (usage_rtx))
1364 unsigned int end_regno = END_REGNO (usage_rtx);
1365 for (unsigned int i = REGNO (usage_rtx); i < end_regno; ++i)
1359 rtx usage_rtx = XEXP (setuse, 0); local

Completed in 55 milliseconds