| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-stdarg.c | 535 use_operand_p uop; in check_all_va_list_escapes() local 545 FOR_EACH_PHI_ARG (uop, phi, soi, SSA_OP_USE) in check_all_va_list_escapes() 547 tree rhs = USE_FROM_PTR (uop); in check_all_va_list_escapes() 805 use_operand_p uop; in optimize_va_list_gpr_fpr_size() local 819 FOR_EACH_PHI_ARG (uop, phi, soi, SSA_OP_USE) in optimize_va_list_gpr_fpr_size() 821 rhs = USE_FROM_PTR (uop); in optimize_va_list_gpr_fpr_size()
|
| HD | tree-vrp.c | 4243 tree uop = fold_convert (unsigned_type_for (TREE_TYPE (op)), op); in find_switch_asserts() local 4244 min = fold_convert (TREE_TYPE (uop), min); in find_switch_asserts() 4245 max = fold_convert (TREE_TYPE (uop), max); in find_switch_asserts() 4247 tree lhs = fold_build2 (MINUS_EXPR, TREE_TYPE (uop), uop, min); in find_switch_asserts()
|
| /dragonfly/contrib/gcc-4.7/gcc/config/i386/ |
| HD | ppro.md | 69 ;; Simple instructions of the register-register form have only one uop. 70 ;; Load instructions are also only one uop. Store instructions decode to 75 ;; - an instruction with 1 uop can be decoded by any of the three 98 ;; may dispatch zero or one uop on the port of any of the five pipelines 124 ;; The simple instructions follow a very regular pattern of 1 uop per 125 ;; reg-reg operation, 1 uop per load on port 2. and 2 uops per store 161 ;; imovx always decodes to one uop, and also doesn't use the integer 210 ;; In addition, the model assumes a branch always decodes to only 1 uop, 729 ;; reg-reg instructions produce 1 uop so they can be decoded on any of
|
| HD | core2.md | 51 ;; - an instruction with 1 uop can be decoded by any of the three 91 ;; The simple instructions follow a very regular pattern of 1 uop per 92 ;; reg-reg operation, 1 uop per load on port 2. and 2 uops per store 115 ;; imovx always decodes to one uop, and also doesn't use the integer 662 ;; reg-reg instructions produce 1 uop so they can be decoded on any of
|
| HD | i386.md | 17178 ; These two don't make sense for PPro/PII -- we're expanding a 4-uop 17179 ; instruction into two 1-uop insns plus a 2-uop insn. That last has
|
| /dragonfly/contrib/gcc-8.0/gcc/config/i386/ |
| HD | ppro.md | 69 ;; Simple instructions of the register-register form have only one uop. 70 ;; Load instructions are also only one uop. Store instructions decode to 75 ;; - an instruction with 1 uop can be decoded by any of the three 98 ;; may dispatch zero or one uop on the port of any of the five pipelines 124 ;; The simple instructions follow a very regular pattern of 1 uop per 125 ;; reg-reg operation, 1 uop per load on port 2. and 2 uops per store 161 ;; imovx always decodes to one uop, and also doesn't use the integer 210 ;; In addition, the model assumes a branch always decodes to only 1 uop, 729 ;; reg-reg instructions produce 1 uop so they can be decoded on any of
|
| HD | core2.md | 51 ;; - an instruction with 1 uop can be decoded by any of the three 91 ;; The simple instructions follow a very regular pattern of 1 uop per 92 ;; reg-reg operation, 1 uop per load on port 2. and 2 uops per store 115 ;; imovx always decodes to one uop, and also doesn't use the integer 662 ;; reg-reg instructions produce 1 uop so they can be decoded on any of
|
| HD | x86-tune.def | 218 Sandy bridge and Ivy bridge generate extra uop. On Haswell this extra uop
|
| HD | haswell.md | 87 ;; imovx always decodes to one uop, and also doesn't use the integer
|
| HD | i386.md | 19030 ; These two don't make sense for PPro/PII -- we're expanding a 4-uop 19031 ; instruction into two 1-uop insns plus a 2-uop insn. That last has
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-warn.c | 1971 tree sop, uop, base_type; in warn_for_sign_compare() local 1975 sop = orig_op0, uop = orig_op1; in warn_for_sign_compare() 1977 sop = orig_op1, uop = orig_op0; in warn_for_sign_compare() 1980 STRIP_TYPE_NOPS (uop); in warn_for_sign_compare() 1993 else if (TREE_CODE (uop) == INTEGER_CST in warn_for_sign_compare() 1995 && int_fits_type_p (uop, c_common_signed_type (base_type))) in warn_for_sign_compare() 2000 else if (!c_dialect_cxx() && TREE_CODE (uop) == INTEGER_CST in warn_for_sign_compare() 2001 && TREE_CODE (TREE_TYPE (uop)) == ENUMERAL_TYPE in warn_for_sign_compare() 2002 && int_fits_type_p (TYPE_MAX_VALUE (TREE_TYPE (uop)), in warn_for_sign_compare()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-stdarg.c | 787 use_operand_p uop; in execute_optimize_stdarg() local 798 FOR_EACH_PHI_ARG (uop, phi, soi, SSA_OP_USE) in execute_optimize_stdarg() 800 rhs = USE_FROM_PTR (uop); in execute_optimize_stdarg()
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-common.c | 10234 tree sop, uop, base_type; in warn_for_sign_compare() local 10238 sop = orig_op0, uop = orig_op1; in warn_for_sign_compare() 10240 sop = orig_op1, uop = orig_op0; in warn_for_sign_compare() 10243 STRIP_TYPE_NOPS (uop); in warn_for_sign_compare() 10256 else if (TREE_CODE (uop) == INTEGER_CST in warn_for_sign_compare() 10258 && int_fits_type_p (uop, c_common_signed_type (base_type))) in warn_for_sign_compare() 10263 else if (!c_dialect_cxx() && TREE_CODE (uop) == INTEGER_CST in warn_for_sign_compare() 10264 && TREE_CODE (TREE_TYPE (uop)) == ENUMERAL_TYPE in warn_for_sign_compare() 10265 && int_fits_type_p (TYPE_MAX_VALUE (TREE_TYPE (uop)), in warn_for_sign_compare()
|