Searched refs:BRANCH_COST (Results 1 - 25 of 64) sorted by relevance

123

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Difcvt.c68 #define MAX_CONDITIONAL_EXECUTE (BRANCH_COST + 1)
944 || BRANCH_COST >= 2))
947 && (STORE_FLAG_VALUE == 1 || BRANCH_COST >= 2))
951 || BRANCH_COST >= 2))
954 && (STORE_FLAG_VALUE == -1 || BRANCH_COST >= 2))
956 else if ((BRANCH_COST >= 2 && STORE_FLAG_VALUE == -1)
957 || BRANCH_COST >= 3)
1089 if (BRANCH_COST >= 2
1141 && (BRANCH_COST >= 2
1299 && BRANCH_COST >
[all...]
H A Dexpr.h39 #ifndef BRANCH_COST
40 #define BRANCH_COST 1 macro
H A Ddojump.c518 if (BRANCH_COST >= 4 || TREE_SIDE_EFFECTS (TREE_OPERAND (exp, 1)))
538 if (BRANCH_COST >= 4 || TREE_SIDE_EFFECTS (TREE_OPERAND (exp, 1)))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/crx/
H A Dcrx.h411 #define BRANCH_COST(speed_p, predictable_p) 2 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/vax/
H A Dvax.h587 #define BRANCH_COST(speed_p, predictable_p) 0
579 #define BRANCH_COST macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/crx/
H A Dcrx.h428 #define BRANCH_COST 2 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dexpr.h38 #ifndef BRANCH_COST
39 #define BRANCH_COST(speed_p, predictable_p) 1 macro
H A Ddojump.c583 if (BRANCH_COST (optimize_insn_for_speed_p (),
595 if (BRANCH_COST (optimize_insn_for_speed_p (), false) >= 4
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/lm32/
H A Dlm32.h390 #define BRANCH_COST(speed_p, predictable_p) 4 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/spu/
H A Dspu.h442 #define BRANCH_COST(speed_p, predictable_p) spu_branch_cost
422 #define BRANCH_COST macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.h575 #define BRANCH_COST(speed_p, predictable_p) 5
554 #define BRANCH_COST macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/stormy16/
H A Dstormy16.h618 #define BRANCH_COST 5
596 #define BRANCH_COST macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/vax/
H A Dvax.h674 #define BRANCH_COST 0
666 #define BRANCH_COST macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h800 #define BRANCH_COST(speed_p, predictable_p) 2
786 #define BRANCH_COST macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.h1022 how much difference the BRANCH_COST macro makes in code */
1023 #define BRANCH_COST(speed_p, predictable_p) (TARGET_BRANCH_CHEAP ? 0 : 1)
1010 #define BRANCH_COST macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rx/
H A Drx.h672 #define BRANCH_COST(SPEED, PREDICT) 1
660 #define BRANCH_COST macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.h782 #define BRANCH_COST(speed_p, predictable_p) 1 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/score/
H A Dscore.h733 #define BRANCH_COST(speed_p, predictable_p) 2 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.h838 #define BRANCH_COST(speed_p, predictable_p) 3
837 #define BRANCH_COST macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pdp11/
H A Dpdp11.h1078 how much difference the BRANCH_COST macro makes in code */
1079 #define BRANCH_COST (TARGET_BRANCH_CHEAP ? 0 : 1)
1065 #define BRANCH_COST macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arc/
H A Darc.h847 #define BRANCH_COST 2
833 #define BRANCH_COST macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.h640 #define BRANCH_COST(speed_p, predictable_p) 5
638 #define BRANCH_COST macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.h474 #define BRANCH_COST(speed_p, predictable_p) 0 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.h957 #define BRANCH_COST(speed_p, predictable_p) 0
948 #define BRANCH_COST macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.h506 #define BRANCH_COST(speed_p, predictable_p) 2
487 #define BRANCH_COST macro

Completed in 662 milliseconds

123