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

  /src/external/gpl3/gcc.old/dist/gcc/
genemit.cc 67 gen_rtx_scratch (rtx x, enum rtx_code subroutine_type)
69 if (subroutine_type == DEFINE_PEEPHOLE2)
83 gen_exp (rtx x, enum rtx_code subroutine_type, char *used, md_rtx_info *info)
127 gen_exp (XVECEXP (x, 1, i), subroutine_type, used, info);
141 gen_exp (XVECEXP (x, 2, i), subroutine_type, used, info);
152 gen_rtx_scratch (x, subroutine_type);
235 gen_exp (XEXP (x, i), subroutine_type, used, info);
263 gen_exp (XVECEXP (x, i, j), subroutine_type, used, info);
126 gen_exp (XVECEXP (x, 1, i), subroutine_type, used, info); local
140 gen_exp (XVECEXP (x, 2, i), subroutine_type, used, info); local
234 gen_exp (XEXP (x, i), subroutine_type, used, info); local
262 gen_exp (XVECEXP (x, i, j), subroutine_type, used, info); local
genemit.cc 67 gen_rtx_scratch (rtx x, enum rtx_code subroutine_type)
69 if (subroutine_type == DEFINE_PEEPHOLE2)
83 gen_exp (rtx x, enum rtx_code subroutine_type, char *used, md_rtx_info *info)
127 gen_exp (XVECEXP (x, 1, i), subroutine_type, used, info);
141 gen_exp (XVECEXP (x, 2, i), subroutine_type, used, info);
152 gen_rtx_scratch (x, subroutine_type);
235 gen_exp (XEXP (x, i), subroutine_type, used, info);
263 gen_exp (XVECEXP (x, i, j), subroutine_type, used, info);
126 gen_exp (XVECEXP (x, 1, i), subroutine_type, used, info); local
140 gen_exp (XVECEXP (x, 2, i), subroutine_type, used, info); local
234 gen_exp (XEXP (x, i), subroutine_type, used, info); local
262 gen_exp (XVECEXP (x, i, j), subroutine_type, used, info); local
  /src/external/gpl3/gcc/dist/gcc/
genemit.cc 67 gen_rtx_scratch (rtx x, enum rtx_code subroutine_type, FILE *file)
69 if (subroutine_type == DEFINE_PEEPHOLE2)
83 gen_exp (rtx x, enum rtx_code subroutine_type, char *used, md_rtx_info *info,
128 gen_exp (XVECEXP (x, 1, i), subroutine_type, used, info, file);
142 gen_exp (XVECEXP (x, 2, i), subroutine_type, used, info, file);
153 gen_rtx_scratch (x, subroutine_type, file);
236 gen_exp (XEXP (x, i), subroutine_type, used, info, file);
264 gen_exp (XVECEXP (x, i, j), subroutine_type, used, info, file);
127 gen_exp (XVECEXP (x, 1, i), subroutine_type, used, info, file); local
141 gen_exp (XVECEXP (x, 2, i), subroutine_type, used, info, file); local
235 gen_exp (XEXP (x, i), subroutine_type, used, info, file); local
263 gen_exp (XVECEXP (x, i, j), subroutine_type, used, info, file); local
genemit.cc 67 gen_rtx_scratch (rtx x, enum rtx_code subroutine_type, FILE *file)
69 if (subroutine_type == DEFINE_PEEPHOLE2)
83 gen_exp (rtx x, enum rtx_code subroutine_type, char *used, md_rtx_info *info,
128 gen_exp (XVECEXP (x, 1, i), subroutine_type, used, info, file);
142 gen_exp (XVECEXP (x, 2, i), subroutine_type, used, info, file);
153 gen_rtx_scratch (x, subroutine_type, file);
236 gen_exp (XEXP (x, i), subroutine_type, used, info, file);
264 gen_exp (XVECEXP (x, i, j), subroutine_type, used, info, file);
127 gen_exp (XVECEXP (x, 1, i), subroutine_type, used, info, file); local
141 gen_exp (XVECEXP (x, 2, i), subroutine_type, used, info, file); local
235 gen_exp (XEXP (x, i), subroutine_type, used, info, file); local
263 gen_exp (XVECEXP (x, i, j), subroutine_type, used, info, file); local

Completed in 31 milliseconds