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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 5334 /* Update FENCE on which INSN was scheduled and this INSN, too. NEED_STALL
5337 update_fence_and_insn (fence_t fence, insn_t insn, int need_stall)
5373 if (asm_p || need_stall)
5536 int need_stall = false;
5555 expr_vliw = find_best_expr (&av_vliw, bnds, fence, &need_stall);
5556 if (! expr_vliw && need_stall)
5565 if (need_stall <= 3)
5566 stall_for_cycles (fence, need_stall);
5574 while (! expr_vliw && need_stall);
5602 update_fence_and_insn (fence, insn, need_stall);
5524 int need_stall = false; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 5326 /* Update FENCE on which INSN was scheduled and this INSN, too. NEED_STALL
5329 update_fence_and_insn (fence_t fence, insn_t insn, int need_stall)
5365 if (asm_p || need_stall)
5528 int need_stall = false;
5547 expr_vliw = find_best_expr (&av_vliw, bnds, fence, &need_stall);
5548 if (! expr_vliw && need_stall)
5557 if (need_stall <= 3)
5558 stall_for_cycles (fence, need_stall);
5566 while (! expr_vliw && need_stall);
5594 update_fence_and_insn (fence, insn, need_stall);
5516 int need_stall = false; local
    [all...]

Completed in 32 milliseconds