Searched refs:INSN_PRIORITY (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c169 #define INSN_PRIORITY(INSN) (insn_priority[INSN_UID (INSN)])
202 #define DONE_PRIORITY_P(INSN) (INSN_PRIORITY (INSN) < 0)
203 #define LOW_PRIORITY_P(INSN) ((INSN_PRIORITY (INSN) & 0x7f000000) == 0)
903 int this_priority = INSN_PRIORITY (insn);
972 INSN_PRIORITY (insn) = max_priority;
973 return INSN_PRIORITY (insn);
1856 if ((value = INSN_PRIORITY (tmp) - INSN_PRIORITY (tmp2)))
1988 INSN_PRIORITY (prev) >>= 3;
1991 INSN_PRIORITY (pre
168 #define INSN_PRIORITY macro
[all...]
H A Dhaifa-sched.c267 #define INSN_PRIORITY(INSN) (insn_priority[INSN_UID (INSN)])
317 #define DONE_PRIORITY_P(INSN) (INSN_PRIORITY (INSN) < 0)
318 #define LOW_PRIORITY_P(INSN) ((INSN_PRIORITY (INSN) & 0x7f000000) == 0)
3183 if ((this_priority = INSN_PRIORITY (insn)) == 0)
3206 INSN_PRIORITY (insn) = this_priority;
4157 priority_val = INSN_PRIORITY (tmp2) - INSN_PRIORITY (tmp);
4355 INSN_PRIORITY (prev) >>= 3;
4358 INSN_PRIORITY (prev) >>= 2;
4362 INSN_PRIORITY (pre
266 #define INSN_PRIORITY macro
[all...]
/haiku-buildtools/gcc/gcc/
H A Dhaifa-sched.c1560 INSN_PRIORITY explicitly. */
1566 /* We're dealing with haifa-sched.c INSN_PRIORITY. */
1568 INSN_PRIORITY (insn) += amount;
1572 /* In sel-sched.c INSN_PRIORITY is not kept up to date.
1658 /* ??? We should set INSN_PRIORITY to insn_cost when and insn has
1736 INSN_PRIORITY (insn) = this_priority;
1740 return INSN_PRIORITY (insn);
2385 P (X) = INSN_PRIORITY (X) - insn_delay (X) - baseECC (X)
2484 INSN_UID (insn), INSN_PRIORITY (insn), insn_delay (insn));
2561 priority = INSN_PRIORITY (insn
[all...]
H A Dsched-int.h942 #define INSN_PRIORITY(INSN) (HID (INSN)->priority)
976 #define INSN_PRIORITY(INSN) (HID (INSN)->priority)
941 #define INSN_PRIORITY macro
975 #define INSN_PRIORITY macro
H A Dsched-rgn.c2862 : INSN_PRIORITY (insn))
2863 : INSN_PRIORITY (insn)),
H A Dsel-sched-ir.c3070 REG_BR_PROB_BASE, INSN_PRIORITY (insn), 0, BLOCK_NUM (insn),
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa.h2027 INSN_PRIORITY (PREV) >>= 3; \
2032 INSN_PRIORITY (PREV) >>= 1; \
2037 INSN_PRIORITY (PREV) >>= 3; \
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Drs6000.h876 INSN_PRIORITY (INSN). Reduce the priority to execute the INSN earlier,
881 INSN_PRIORITY (INSN) = rs6000_adjust_priority (INSN, INSN_PRIORITY (INSN))
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.c2883 that don't have INSN_PRIORITY */
2885 prev_priority = INSN_PRIORITY (insn);
2990 without effecting the critical path. We look at INSN_PRIORITY to
3001 INSN_PRIORITY (ready[pipe_1]) + spu_dual_nops)))
3009 INSN_PRIORITY (ready[nready - 1]) + spu_dual_nops)))
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c13806 && INSN_PRIORITY (ready[pos1]) + limit >= INSN_PRIORITY (ready[pos2]))
13912 && INSN_PRIORITY (DEP_CON (dep)) > INSN_PRIORITY (insn2)
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c27464 priority INSN_PRIORITY (INSN). Increase the priority to execute the
27956 INSN_PRIORITY (tmp)++;
27975 INSN_PRIORITY (ready[pos])++;
28018 INSN_PRIORITY (tmp)++;
28039 INSN_PRIORITY (tmp)++;
28055 INSN_PRIORITY (ready[pos])++;
[all...]
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c26954 if (INSN_PRIORITY (top) != INSN_PRIORITY (next))
[all...]

Completed in 688 milliseconds