HomeSort by: relevance | last modified time | path
    Searched defs:INSN_TICK (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched-atom.cc 132 #define INSN_TICK(INSN) (HID (INSN)->tick)
163 if (INSN_TICK (pro) > clock1)
164 clock1 = INSN_TICK (pro);
172 if (INSN_TICK (pro) > clock2)
173 clock2 = INSN_TICK (pro);
188 #undef INSN_TICK
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched-atom.cc 132 #define INSN_TICK(INSN) (HID (INSN)->tick)
163 if (INSN_TICK (pro) > clock1)
164 clock1 = INSN_TICK (pro);
172 if (INSN_TICK (pro) > clock2)
173 clock2 = INSN_TICK (pro);
188 #undef INSN_TICK
  /src/external/gpl3/gcc/dist/gcc/
haifa-sched.cc 222 #define INSN_TICK(INSN) (HID (INSN)->tick)
233 /* If INSN_TICK of an instruction is equal to INVALID_TICK,
236 /* The minimal value of the INSN_TICK of an instruction. */
429 return MAX (INSN_TICK (insn) - clock_var, 0);
1178 /* Invalidate INSN_TICK, so it'll be recalculated. */
1179 INSN_TICK (insn) = INVALID_TICK;
1354 int tick = INSN_TICK (next);
1357 INSN_TICK (next) = tick;
1796 MAX (INSN_TICK (INSN) - clock_var, 0)
2707 && (INSN_TICK (tmp2) > clock_var || INSN_TICK (tmp) > clock_var
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
haifa-sched.cc 222 #define INSN_TICK(INSN) (HID (INSN)->tick)
233 /* If INSN_TICK of an instruction is equal to INVALID_TICK,
236 /* The minimal value of the INSN_TICK of an instruction. */
429 return MAX (INSN_TICK (insn) - clock_var, 0);
1178 /* Invalidate INSN_TICK, so it'll be recalculated. */
1179 INSN_TICK (insn) = INVALID_TICK;
1354 int tick = INSN_TICK (next);
1357 INSN_TICK (next) = tick;
1792 MAX (INSN_TICK (INSN) - clock_var, 0)
2703 && (INSN_TICK (tmp2) > clock_var || INSN_TICK (tmp) > clock_var
    [all...]

Completed in 33 milliseconds