Home
last modified time | relevance | path

Searched refs:PIC_OFFSET_TABLE_REGNUM (Results 1 – 23 of 23) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Ddefaults.h762 #ifndef PIC_OFFSET_TABLE_REGNUM
763 #define PIC_OFFSET_TABLE_REGNUM INVALID_REGNUM macro
H A Ddf-scan.c3630 unsigned int picreg = PIC_OFFSET_TABLE_REGNUM; in df_get_regular_block_artificial_uses()
3780 #ifdef PIC_OFFSET_TABLE_REGNUM in df_get_entry_block_def_set()
3781 unsigned int picreg = PIC_OFFSET_TABLE_REGNUM; in df_get_entry_block_def_set()
3791 #ifdef PIC_OFFSET_TABLE_REGNUM in df_get_entry_block_def_set()
3894 unsigned int picreg = PIC_OFFSET_TABLE_REGNUM; in df_get_exit_block_use_set()
H A Demit-rtl.c599 if (regno == (unsigned) PIC_OFFSET_TABLE_REGNUM in gen_rtx_REG()
600 && PIC_OFFSET_TABLE_REGNUM != INVALID_REGNUM in gen_rtx_REG()
601 && fixed_regs[PIC_OFFSET_TABLE_REGNUM]) in gen_rtx_REG()
5574 if ((unsigned) PIC_OFFSET_TABLE_REGNUM != INVALID_REGNUM) in init_emit_regs()
5575 pic_offset_table_rtx = gen_raw_REG (Pmode, PIC_OFFSET_TABLE_REGNUM); in init_emit_regs()
H A Dreginfo.c536 && i == (unsigned) PIC_OFFSET_TABLE_REGNUM && fixed_regs[i]) in init_reg_sets_1()
H A Dstmt.c712 if (reg == (int) PIC_OFFSET_TABLE_REGNUM) in expand_asm_operands()
H A Ddf-problems.c909 unsigned int pic_offset_table_regnum = PIC_OFFSET_TABLE_REGNUM; in df_lr_local_compute()
H A Dfunction.c5963 PIC_OFFSET_TABLE_REGNUM); in thread_prologue_and_epilogue_insns()
H A Dbuiltins.c1085 if ((unsigned) PIC_OFFSET_TABLE_REGNUM != INVALID_REGNUM in expand_builtin_nonlocal_goto()
1086 && fixed_regs[PIC_OFFSET_TABLE_REGNUM]) in expand_builtin_nonlocal_goto()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddefaults.h750 #ifndef PIC_OFFSET_TABLE_REGNUM
751 #define PIC_OFFSET_TABLE_REGNUM INVALID_REGNUM macro
H A Dshrink-wrap.c704 && (unsigned) PIC_OFFSET_TABLE_REGNUM != INVALID_REGNUM) in try_shrink_wrapping()
706 PIC_OFFSET_TABLE_REGNUM); in try_shrink_wrapping()
H A Demit-rtl.c811 if (regno == (unsigned) PIC_OFFSET_TABLE_REGNUM in gen_rtx_REG()
812 && PIC_OFFSET_TABLE_REGNUM != INVALID_REGNUM in gen_rtx_REG()
813 && fixed_regs[PIC_OFFSET_TABLE_REGNUM]) in gen_rtx_REG()
6146 if ((unsigned) PIC_OFFSET_TABLE_REGNUM != INVALID_REGNUM) in init_emit_regs()
6147 pic_offset_table_rtx = gen_raw_REG (Pmode, PIC_OFFSET_TABLE_REGNUM); in init_emit_regs()
H A Ddf-scan.c3392 unsigned int picreg = PIC_OFFSET_TABLE_REGNUM; in df_get_regular_block_artificial_uses()
3549 unsigned int picreg = PIC_OFFSET_TABLE_REGNUM; in df_get_entry_block_def_set()
3647 unsigned int picreg = PIC_OFFSET_TABLE_REGNUM; in df_get_exit_block_use_set()
H A Dreginfo.c443 && i == (unsigned) PIC_OFFSET_TABLE_REGNUM && fixed_regs[i]) in init_reg_sets_1()
H A Ddf-problems.c908 unsigned int pic_offset_table_regnum = PIC_OFFSET_TABLE_REGNUM; in df_lr_local_compute()
H A Dcfgexpand.c2968 if (reg == (int) PIC_OFFSET_TABLE_REGNUM) in expand_asm_stmt()
H A Dbuiltins.c1180 unsigned regnum = PIC_OFFSET_TABLE_REGNUM; in expand_builtin_nonlocal_goto()
H A Dtarget.def6340 FRAME_POINTER_REGNUM, ARG_POINTER_REGNUM, and the PIC_OFFSET_TABLE_REGNUM.",
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h1154 #define PIC_OFFSET_TABLE_REGNUM \ macro
H A Di386.c3945 j = PIC_OFFSET_TABLE_REGNUM; in ix86_conditional_register_usage()
12396 df_set_regs_ever_live (PIC_OFFSET_TABLE_REGNUM, true); in legitimize_pic_address()
12428 df_set_regs_ever_live (PIC_OFFSET_TABLE_REGNUM, true); in legitimize_pic_address()
12499 df_set_regs_ever_live (PIC_OFFSET_TABLE_REGNUM, true); in legitimize_pic_address()
12552 df_set_regs_ever_live (PIC_OFFSET_TABLE_REGNUM, true); in legitimize_pic_address()
12822 df_set_regs_ever_live (PIC_OFFSET_TABLE_REGNUM, true); in legitimize_tls_address()
13388 return REG_P (x) && REGNO (x) == PIC_OFFSET_TABLE_REGNUM; in ix86_pic_register_p()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h1279 #define PIC_OFFSET_TABLE_REGNUM \ macro
H A Di386.c17397 return REGNO (x) == PIC_OFFSET_TABLE_REGNUM; in ix86_pic_register_p()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi4975 FRAME_POINTER_REGNUM, ARG_POINTER_REGNUM, and the PIC_OFFSET_TABLE_REGNUM.
7243 @defmac PIC_OFFSET_TABLE_REGNUM
7256 @code{PIC_OFFSET_TABLE_REGNUM} is clobbered by calls. If not defined,
7258 this macro if @code{PIC_OFFSET_TABLE_REGNUM} is not defined.
H A Dtm.texi.in4912 FRAME_POINTER_REGNUM, ARG_POINTER_REGNUM, and the PIC_OFFSET_TABLE_REGNUM.
7147 @defmac PIC_OFFSET_TABLE_REGNUM
7160 @code{PIC_OFFSET_TABLE_REGNUM} is clobbered by calls. If not defined,
7162 this macro if @code{PIC_OFFSET_TABLE_REGNUM} is not defined.