Home
last modified time | relevance | path

Searched refs:TARGET_USE_GOT (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.h193 (!TARGET_MIPS16 && (!TARGET_USE_GOT || TARGET_EXPLICIT_RELOCS))
196 #define TARGET_USE_GOT (TARGET_ABICALLS || TARGET_RTP_PIC) macro
202 #define TARGET_CALL_SAVED_GP (TARGET_USE_GOT && !TARGET_CALL_CLOBBERED_GP)
Dmips.cc2032 && TARGET_USE_GOT in mips_dangerous_for_la25_p()
3129 if (TARGET_USE_GOT) in mips_emit_call_insn()
3270 if (TARGET_USE_GOT) in mips_pic_base_register()
7254 return (TARGET_USE_GOT in mips_ok_for_lazy_binding_p()
10770 if (!TARGET_USE_GOT) in mips_global_pointer()
11354 if (!TARGET_USE_GOT || cfun->machine->global_pointer == INVALID_REGNUM) in mips_current_loadgp_style()
11441 if (TARGET_USE_GOT) in mips_extra_live_on_entry()
13880 if (TARGET_USE_GOT && !TARGET_EXPLICIT_RELOCS) in mips_output_jump()
19401 if (!TARGET_USE_GOT in mips_expand_ghost_gp_insns()
20596 if (!TARGET_USE_GOT || !TARGET_EXPLICIT_RELOCS) in mips_option_override()
[all …]
Dmips.md4686 "TARGET_MIPS16 && TARGET_USE_GOT && reload_completed"
6537 ;; For TARGET_USE_GOT, we save the gp in the jmp_buf as well.
6544 "TARGET_USE_GOT"
6559 "TARGET_USE_GOT"
6780 "TARGET_USE_GOT"
6795 "TARGET_USE_GOT"
6889 "TARGET_USE_GOT"
6897 "TARGET_USE_GOT"
6904 "TARGET_USE_GOT"
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200723449 (TARGET_USE_GOT): Return true for TARGET_RTP_PIC.
23534 (TARGET_SIBCALLS): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
23535 (TARGET_USE_GOT, TARGET_CALL_CLOBBERED_GP): New macros.
23539 (MIPS_CALL): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
23542 (mips_global_pointer): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
23546 (mips_current_loadgp_style): Check TARGET_USE_GOT instead of
23551 (mips_output_mi_thunk): Check TARGET_USE_GOT instead of
23559 (builtin_setjmp_setup, builtin_longjmp): Check TARGET_USE_GOT
23563 (load_call<mode>): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
DChangeLog-200811113 after reload if TARGET_USE_GOT.
27795 (EPILOGUE_USES): Include GOT_VERSION_REGNUM if TARGET_USE_GOT.
27806 TARGET_USE_GOT.