Home
last modified time | relevance | path

Searched refs:predictable_p (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dtilepro.h345 #define BRANCH_COST(speed_p, predictable_p) ((predictable_p) ? 2 : 6) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dtilepro.h345 #define BRANCH_COST(speed_p, predictable_p) ((predictable_p) ? 2 : 6) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.h388 #define BRANCH_COST(speed_p, predictable_p) ((predictable_p) ? 2 : 6) argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.h388 #define BRANCH_COST(speed_p, predictable_p) ((predictable_p) ? 2 : 6) argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.h682 #define BRANCH_COST(speed_p, predictable_p) \ argument
683 ((!(speed_p) || (predictable_p)) ? 2 : riscv_branch_cost)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.h1014 #define BRANCH_COST(speed_p, predictable_p) \ argument
1015 csky_default_branch_cost (speed_p, predictable_p)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.h1154 #define BRANCH_COST(speed_p, predictable_p) \ argument
1155 csky_default_branch_cost (speed_p, predictable_p)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.h735 #define BRANCH_COST(speed_p, predictable_p) \ argument
736 ((!(speed_p) || (predictable_p)) ? 2 : riscv_branch_cost)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.h322 #define BRANCH_COST(speed_p, predictable_p) 5 argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.h322 #define BRANCH_COST(speed_p, predictable_p) 5 argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.h247 #define BRANCH_COST(speed_p, predictable_p) 6 argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.h247 #define BRANCH_COST(speed_p, predictable_p) 3 argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vax/
H A Dvax.h469 #define BRANCH_COST(speed_p, predictable_p) 0 argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.h657 #define BRANCH_COST(speed_p, predictable_p) 1 argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpdp11.h652 #define BRANCH_COST(speed_p, predictable_p) 1 argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ft32/
H A Dft32.h287 #define BRANCH_COST(speed_p, predictable_p) 2 argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.h237 #define BRANCH_COST(speed_p, predictable_p) 6 argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vax/
H A Dvax.h468 #define BRANCH_COST(speed_p, predictable_p) 0 argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ft32/
H A Dft32.h287 #define BRANCH_COST(speed_p, predictable_p) 2 argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.h374 #define BRANCH_COST(speed_p, predictable_p) spu_branch_cost argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.h362 #define BRANCH_COST(speed_p, predictable_p) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.h367 #define BRANCH_COST(speed_p, predictable_p) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cr16/
H A Dcr16.h436 #define BRANCH_COST(speed_p, predictable_p) 2 argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.h565 #define BRANCH_COST(speed_p, predictable_p) 0 argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtarghooks.c2290 bool predictable_p = predictable_edge_p (e); in default_max_noce_ifcvt_seq_cost() local
2292 if (predictable_p) in default_max_noce_ifcvt_seq_cost()
2303 return BRANCH_COST (true, predictable_p) * COSTS_N_INSNS (3); in default_max_noce_ifcvt_seq_cost()

1234