Searched refs:predictable_p (Results 1 - 25 of 79) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.h396 #define BRANCH_COST(speed_p, predictable_p) ((predictable_p) ? 2 : 6)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dtilepro.h353 #define BRANCH_COST(speed_p, predictable_p) ((predictable_p) ? 2 : 6)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.h396 #define BRANCH_COST(speed_p, predictable_p) ((predictable_p) ? 2 : 6)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dtilepro.h353 #define BRANCH_COST(speed_p, predictable_p) ((predictable_p) ? 2 : 6)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.h682 #define BRANCH_COST(speed_p, predictable_p) \
683 ((!(speed_p) || (predictable_p)) ? 2 : riscv_branch_cost)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.h1014 #define BRANCH_COST(speed_p, predictable_p) \
1015 csky_default_branch_cost (speed_p, predictable_p)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.h735 #define BRANCH_COST(speed_p, predictable_p) \
736 ((!(speed_p) || (predictable_p)) ? 2 : riscv_branch_cost)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.h1154 #define BRANCH_COST(speed_p, predictable_p) \
1155 csky_default_branch_cost (speed_p, predictable_p)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.h393 #define BRANCH_COST(speed_p, predictable_p) spu_branch_cost
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ft32/
H A Dft32.h287 #define BRANCH_COST(speed_p, predictable_p) 2
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpdp11.h661 #define BRANCH_COST(speed_p, predictable_p) 1
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/vax/
H A Dvax.h477 #define BRANCH_COST(speed_p, predictable_p) 0
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.h340 #define BRANCH_COST(speed_p, predictable_p) 5
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/cr16/
H A Dcr16.h441 #define BRANCH_COST(speed_p, predictable_p) 2
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.h251 #define BRANCH_COST(speed_p, predictable_p) 6
/netbsd-current/external/gpl3/gcc/dist/gcc/config/cr16/
H A Dcr16.h436 #define BRANCH_COST(speed_p, predictable_p) 2
/netbsd-current/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.h250 #define BRANCH_COST(speed_p, predictable_p) 3
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.h666 #define BRANCH_COST(speed_p, predictable_p) 1
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.h241 #define BRANCH_COST(speed_p, predictable_p) 6
/netbsd-current/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.h340 #define BRANCH_COST(speed_p, predictable_p) 5
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ft32/
H A Dft32.h287 #define BRANCH_COST(speed_p, predictable_p) 2
/netbsd-current/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.h572 #define BRANCH_COST(speed_p, predictable_p) 0
/netbsd-current/external/gpl3/gcc/dist/gcc/config/vax/
H A Dvax.h476 #define BRANCH_COST(speed_p, predictable_p) 0
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.h362 #define BRANCH_COST(speed_p, predictable_p) \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.h719 #define BRANCH_COST(speed_p, predictable_p) ((TARGET_BRANCH_COST) ? 2 : 1)

Completed in 216 milliseconds

1234