| /src/external/gpl3/gcc/dist/gcc/ |
| postreload-gcse.cc | 117 DO_NOT_RECORD_P is a boolean indicating if a volatile operand is found 122 hash_expr (rtx x, int *do_not_record_p) 124 *do_not_record_p = 0; 125 return hash_rtx (x, GET_MODE (x), do_not_record_p, 372 int do_not_record_p; 377 hash = hash_expr (x, &do_not_record_p); 382 if (do_not_record_p) 443 int do_not_record_p; 445 hashval_t hash = hash_expr (pat, &do_not_record_p); 447 if (do_not_record_p) 367 int do_not_record_p; local 437 int do_not_record_p; local [all...] |
| store-motion.cc | 112 int do_not_record_p = 0; local 113 return hash_rtx (x->pattern, GET_MODE (x->pattern), &do_not_record_p, NULL, false); 131 int do_not_record_p = 0; local 137 hash = hash_rtx (x, GET_MODE (x), &do_not_record_p,
|
| loop-invariant.cc | 298 int do_not_record_p; local 308 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false); 313 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false); 316 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false);
|
| gcse.cc | 370 int do_not_record_p = 0; 372 hash_rtx (x->pattern, GET_MODE (x->pattern), &do_not_record_p, NULL, false); 1088 MODE is only used if X is a CONST_INT. DO_NOT_RECORD_P is a boolean 1094 hash_expr (const_rtx x, machine_mode mode, int *do_not_record_p, 1099 *do_not_record_p = 0; 1101 hash = hash_rtx (x, mode, do_not_record_p, NULL, /*have_reg_qty=*/false); 1132 int do_not_record_p; 1137 hash = hash_expr (x, mode, &do_not_record_p, table->size); 1142 if (do_not_record_p) 3629 int do_not_record_p = 0 369 int do_not_record_p = 0; local 1123 int do_not_record_p; local 3613 int do_not_record_p = 0; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| store-motion.cc | 112 int do_not_record_p = 0; local 113 return hash_rtx (x->pattern, GET_MODE (x->pattern), &do_not_record_p, NULL, false); 131 int do_not_record_p = 0; local 137 hash = hash_rtx (x, GET_MODE (x), &do_not_record_p,
|
| postreload-gcse.cc | 117 DO_NOT_RECORD_P is a boolean indicating if a volatile operand is found 122 hash_expr (rtx x, int *do_not_record_p) 124 *do_not_record_p = 0; 125 return hash_rtx (x, GET_MODE (x), do_not_record_p, 372 int do_not_record_p; 377 hash = hash_expr (x, &do_not_record_p); 382 if (do_not_record_p) 443 int do_not_record_p; 445 hashval_t hash = hash_expr (pat, &do_not_record_p); 447 if (do_not_record_p) 367 int do_not_record_p; local 437 int do_not_record_p; local [all...] |
| loop-invariant.cc | 298 int do_not_record_p; local 308 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false); 313 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false); 316 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false);
|
| gcse.cc | 370 int do_not_record_p = 0; 372 hash_rtx (x->pattern, GET_MODE (x->pattern), &do_not_record_p, NULL, false); 1087 MODE is only used if X is a CONST_INT. DO_NOT_RECORD_P is a boolean 1093 hash_expr (const_rtx x, machine_mode mode, int *do_not_record_p, 1098 *do_not_record_p = 0; 1100 hash = hash_rtx (x, mode, do_not_record_p, NULL, /*have_reg_qty=*/false); 1131 int found, do_not_record_p; 1136 hash = hash_expr (x, mode, &do_not_record_p, table->size); 1141 if (do_not_record_p) 3614 int do_not_record_p = 0 369 int do_not_record_p = 0; local 1122 int found, do_not_record_p; local 3598 int do_not_record_p = 0; local [all...] |