Home
last modified time | relevance | path

Searched refs:fusage (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.h165 use_reg (rtx *fusage, rtx reg) in use_reg() argument
167 use_reg_mode (fusage, reg, VOIDmode); in use_reg()
172 clobber_reg (rtx *fusage, rtx reg) in clobber_reg() argument
174 clobber_reg_mode (fusage, reg, VOIDmode); in clobber_reg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpr.h173 use_reg (rtx *fusage, rtx reg) in use_reg() argument
175 use_reg_mode (fusage, reg, VOIDmode); in use_reg()
180 clobber_reg (rtx *fusage, rtx reg) in clobber_reg() argument
182 clobber_reg_mode (fusage, reg, VOIDmode); in clobber_reg()
H A DChangeLog-200021974 * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.c2713 rtx c, fusage, fsym; in msp430_expand_helper() local
2822 fusage = NULL; in msp430_expand_helper()
2823 use_regs (&fusage, arg1, arg1sz); in msp430_expand_helper()
2829 use_regs (&fusage, arg2, 1); in msp430_expand_helper()
2831 use_regs (&fusage, arg2, arg1sz); in msp430_expand_helper()
2833 add_function_usage_to (c, fusage); in msp430_expand_helper()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.cc3238 rtx c, fusage, fsym; in msp430_expand_helper() local
3326 fusage = NULL; in msp430_expand_helper()
3327 use_regs (&fusage, arg1, arg1sz); in msp430_expand_helper()
3333 use_regs (&fusage, arg2, 1); in msp430_expand_helper()
3335 use_regs (&fusage, arg2, arg1sz); in msp430_expand_helper()
3337 add_function_usage_to (c, fusage); in msp430_expand_helper()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c9910 rtx *fusage = &CALL_INSN_FUNCTION_USAGE (insn); in aarch64_emit_call_insn() local
9911 clobber_reg (fusage, gen_rtx_REG (word_mode, IP0_REGNUM)); in aarch64_emit_call_insn()
9912 clobber_reg (fusage, gen_rtx_REG (word_mode, IP1_REGNUM)); in aarch64_emit_call_insn()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc11360 rtx *fusage = &CALL_INSN_FUNCTION_USAGE (insn); in aarch64_emit_call_insn() local
11361 clobber_reg (fusage, gen_rtx_REG (word_mode, IP0_REGNUM)); in aarch64_emit_call_insn()
11362 clobber_reg (fusage, gen_rtx_REG (word_mode, IP1_REGNUM)); in aarch64_emit_call_insn()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c19619 rtx *fusage = &CALL_INSN_FUNCTION_USAGE (insn); in arm_emit_call_insn() local
19620 clobber_reg (fusage, gen_rtx_REG (word_mode, IP_REGNUM)); in arm_emit_call_insn()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc19826 rtx *fusage = &CALL_INSN_FUNCTION_USAGE (insn); in arm_emit_call_insn() local
19827 clobber_reg (fusage, gen_rtx_REG (word_mode, IP_REGNUM)); in arm_emit_call_insn()