HomeSort by: relevance | last modified time | path
    Searched defs:ADJUST_REG_ALLOC_ORDER (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.h 173 code. For CDX, we overwrite this in ADJUST_REG_ALLOC_ORDER. */
179 #define ADJUST_REG_ALLOC_ORDER nios2_adjust_reg_alloc_order ()
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.h 173 code. For CDX, we overwrite this in ADJUST_REG_ALLOC_ORDER. */
179 #define ADJUST_REG_ALLOC_ORDER nios2_adjust_reg_alloc_order ()
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.h 219 #define ADJUST_REG_ALLOC_ORDER avr_adjust_reg_alloc_order()
  /src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.h 246 For the call0 ABI, on the other hand, ADJUST_REG_ALLOC_ORDER hook
258 #define ADJUST_REG_ALLOC_ORDER xtensa_adjust_reg_alloc_order ()
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.h 218 #define ADJUST_REG_ALLOC_ORDER avr_adjust_reg_alloc_order()
  /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.h 257 this, we define ADJUST_REG_ALLOC_ORDER to redefine
271 #define ADJUST_REG_ALLOC_ORDER order_regs_for_local_alloc ()
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.h 450 #define ADJUST_REG_ALLOC_ORDER arc_adjust_reg_alloc_order ()
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.h 979 #define ADJUST_REG_ALLOC_ORDER sparc_order_regs_for_local_alloc ()
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.h 450 #define ADJUST_REG_ALLOC_ORDER arc_adjust_reg_alloc_order ()
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.h 974 #define ADJUST_REG_ALLOC_ORDER sparc_order_regs_for_local_alloc ()
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.h 1529 #define ADJUST_REG_ALLOC_ORDER aarch64_adjust_reg_alloc_order ()
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.h 1291 #define ADJUST_REG_ALLOC_ORDER arm_order_regs_for_local_alloc ()
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.h 1270 #define ADJUST_REG_ALLOC_ORDER arm_order_regs_for_local_alloc ()
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 1026 The ADJUST_REG_ALLOC_ORDER actually overwrite the order,
1037 /* ADJUST_REG_ALLOC_ORDER is a macro which permits reg_alloc_order
1041 #define ADJUST_REG_ALLOC_ORDER x86_order_regs_for_local_alloc ()
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32.h 1189 /* ADJUST_REG_ALLOC_ORDER is a macro which permits reg_alloc_order
1191 #define ADJUST_REG_ALLOC_ORDER nds32_adjust_reg_alloc_order ()
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 991 The ADJUST_REG_ALLOC_ORDER actually overwrite the order,
1001 /* ADJUST_REG_ALLOC_ORDER is a macro which permits reg_alloc_order
1005 #define ADJUST_REG_ALLOC_ORDER x86_order_regs_for_local_alloc ()
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32.h 1189 /* ADJUST_REG_ALLOC_ORDER is a macro which permits reg_alloc_order
1191 #define ADJUST_REG_ALLOC_ORDER nds32_adjust_reg_alloc_order ()

Completed in 46 milliseconds