Lines Matching defs:pic

3596       /* For TARGET_64BIT and MS_ABI, force pic on, in order to enable the
9892 /* We don't need a pic base, we're not producing pic. */
9911 /* Output the Mach-O "canonical" pic base label name ("Lxx$pb") here.
9916 /* When we are restoring the pic base at the site of a nonlocal label,
9917 and we decided to emit the pic base above, we will still output a
11876 rtx pic = gen_rtx_REG (Pmode, REAL_PIC_OFFSET_TABLE_REGNUM);
11877 insn = emit_insn (gen_set_got (pic));
11880 emit_insn (gen_prologue_use (pic));
11883 ix86_elim_entry_set_got (pic);
13205 /* mdynamic-no-pic */
13705 /* Non-constant pic memory reference. */
13710 /* Displacement is an invalid pic construct. */
13719 /* This code used to verify that a symbolic pic displacement
14131 rtx pic = NULL_RTX, tp = NULL_RTX;
14150 pic = pic_offset_table_rtx;
14153 pic = gen_reg_rtx (Pmode);
14154 emit_insn (gen_set_got (pic));
14163 emit_insn (gen_tls_dynamic_gnu2_32 (dest, x, pic));
14195 emit_insn (gen_tls_global_dynamic_32 (dest, x, pic, caddr));
14205 pic = pic_offset_table_rtx;
14208 pic = gen_reg_rtx (Pmode);
14209 emit_insn (gen_set_got (pic));
14220 emit_insn (gen_tls_dynamic_gnu2_32 (base, tmp, pic));
14251 emit_insn (gen_tls_local_dynamic_base_32 (base, pic, caddr));
14287 pic = NULL;
14293 pic = pic_offset_table_rtx;
14298 pic = gen_reg_rtx (Pmode);
14299 emit_insn (gen_set_got (pic));
14304 pic = NULL;
14310 if (pic)
14311 off = gen_rtx_PLUS (tp_mode, pic, off);
17528 /* dynamic-no-pic */
17558 /* dynamic-no-pic */
18974 /* We should not split into add if non legitimate pic
25782 /* Static functions and indirect calls don't need the pic register. */
42902 old-pic/new-pic/non-pic stubs; altering this will break
42910 /* 16-byte -mdynamic-no-pic stub. */