Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.c196 #undef TARGET_INSN_COST
197 #define TARGET_INSN_COST pdp11_insn_cost macro
H A Dpdp11.cc196 #undef TARGET_INSN_COST
197 #define TARGET_INSN_COST pdp11_insn_cost macro
/netbsd/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpdp11.c196 #undef TARGET_INSN_COST
197 #define TARGET_INSN_COST pdp11_insn_cost macro
/netbsd/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.cc1649 #undef TARGET_INSN_COST
1650 #define TARGET_INSN_COST msp430_insn_cost macro
/netbsd/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.c11789 #undef TARGET_INSN_COST
11790 #define TARGET_INSN_COST arc_insn_cost macro
H A Darc.cc11771 #undef TARGET_INSN_COST
11772 #define TARGET_INSN_COST arc_insn_cost macro
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c11789 #undef TARGET_INSN_COST
11790 #define TARGET_INSN_COST arc_insn_cost macro
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.c1487 #undef TARGET_INSN_COST
1488 #define TARGET_INSN_COST rs6000_insn_cost macro
H A Drs6000.cc1493 #undef TARGET_INSN_COST
1494 #define TARGET_INSN_COST rs6000_insn_cost macro
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c1487 #undef TARGET_INSN_COST
1488 #define TARGET_INSN_COST rs6000_insn_cost macro
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.c521 #undef TARGET_INSN_COST
522 #define TARGET_INSN_COST arm_insn_cost macro
H A Darm.cc516 #undef TARGET_INSN_COST
517 #define TARGET_INSN_COST arm_insn_cost macro
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c521 #undef TARGET_INSN_COST
522 #define TARGET_INSN_COST arm_insn_cost macro
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi.in4694 @hook TARGET_INSN_COST
H A Dtm.texi6932 @deftypefn {Target Hook} int TARGET_INSN_COST (rtx_insn *@var{insn}, bool @var{speed})
H A Dgccint.info37554 -- Target Hook: int TARGET_INSN_COST (rtx_insn *INSN, bool SPEED)
55646 * TARGET_INSN_COST: Costs. (line 380)
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dtm.texi.in4622 @hook TARGET_INSN_COST
H A Dtm.texi7029 @deftypefn {Target Hook} int TARGET_INSN_COST (rtx_insn *@var{insn}, bool @var{speed})
H A Dgccint.info37554 -- Target Hook: int TARGET_INSN_COST (rtx_insn *INSN, bool SPEED)
55646 * TARGET_INSN_COST: Costs. (line 380)
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20204988 * config/msp430/msp430.c (TARGET_INSN_COST): Define.
35880 (TARGET_INSN_COST): Define.
H A DChangeLog-201712318 * config/rs6000/rs6000.c (TARGET_INSN_COST): New.
12521 * doc/tm.texi.in (TARGET_INSN_COST): New hook.
H A DChangeLog21999 (TARGET_INSN_COST): Define.
H A DChangeLog-20199803 (TARGET_INSN_COST): Override default definition.