| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-p8swap.cc | 530 const_rtx tocrel_base; 600 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NULL)) 602 split_const (XVECEXP (tocrel_base, 0, 0), &base, &offset); 1384 to set tocrel_base; otherwise it would be unnecessary as we've 1387 const_rtx tocrel_base; local 1392 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NULL)) 1394 split_const (XVECEXP (tocrel_base, 0, 0), &base, &offset); 1893 to set tocrel_base; otherwise it would be unnecessary as we've 1897 const_rtx tocrel_base; local 1903 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NULL) [all...] |
| rs6000.cc | 8868 const_rtx tocrel_base = op; 8873 tocrel_base = XEXP (op, 0); 8878 *tocrel_base_ret = tocrel_base; 8882 return (GET_CODE (tocrel_base) == UNSPEC local 8883 && XINT (tocrel_base, 1) == UNSPEC_TOCREL 8884 && REG_P (XVECEXP (tocrel_base, 0, 1)) 8885 && REGNO (XVECEXP (tocrel_base, 0, 1)) == TOC_REGISTER); 8895 const_rtx tocrel_base, tocrel_offset; 8896 return (toc_relative_expr_p (x, strict, &tocrel_base, &tocrel_offset) 8898 || constant_pool_expr_p (XVECEXP (tocrel_base, 0, 0) 8855 const_rtx tocrel_base = op; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-p8swap.cc | 528 const_rtx tocrel_base; 598 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NULL)) 600 split_const (XVECEXP (tocrel_base, 0, 0), &base, &offset); 1382 to set tocrel_base; otherwise it would be unnecessary as we've 1385 const_rtx tocrel_base; local 1390 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NULL)) 1392 split_const (XVECEXP (tocrel_base, 0, 0), &base, &offset); 1891 to set tocrel_base; otherwise it would be unnecessary as we've 1895 const_rtx tocrel_base; local 1901 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NULL) [all...] |
| rs6000.cc | 8793 const_rtx tocrel_base = op; 8798 tocrel_base = XEXP (op, 0); 8803 *tocrel_base_ret = tocrel_base; 8807 return (GET_CODE (tocrel_base) == UNSPEC local 8808 && XINT (tocrel_base, 1) == UNSPEC_TOCREL 8809 && REG_P (XVECEXP (tocrel_base, 0, 1)) 8810 && REGNO (XVECEXP (tocrel_base, 0, 1)) == TOC_REGISTER); 8820 const_rtx tocrel_base, tocrel_offset; 8821 return (toc_relative_expr_p (x, strict, &tocrel_base, &tocrel_offset) 8823 || constant_pool_expr_p (XVECEXP (tocrel_base, 0, 0) 8780 const_rtx tocrel_base = op; local [all...] |