Searched refs:alap (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | haifa-sched.cc | 1857 unsigned int alap; member 3357 height1 = insn1->depth + insn1->alap; in model_order_p() 3358 height2 = insn2->depth + insn2->alap; in model_order_p() 3507 if (con->insn && insn->alap < con->alap + 1) in model_analyze_insns() 3508 insn->alap = con->alap + 1; in model_analyze_insns() 3577 insn->depth + insn->alap, insn->depth, in model_record_pressures() 3747 insn->depth + insn->alap, insn->depth, in model_choose_insn()
|
H A D | modulo-sched.cc | 2446 #define ALAP(x) (ORDER_PARAMS ((x))->alap) 2465 int alap; member
|
H A D | ChangeLog-2018 | 27142 (nvptx_process_pars): Emit bar.sync asap and alap.
|
H A D | ChangeLog-2015 | 8973 updating is alap, and seperated from preceding code. Make sure
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | haifa-sched.c | 1857 unsigned int alap; member 3355 height1 = insn1->depth + insn1->alap; in model_order_p() 3356 height2 = insn2->depth + insn2->alap; in model_order_p() 3505 if (con->insn && insn->alap < con->alap + 1) in model_analyze_insns() 3506 insn->alap = con->alap + 1; in model_analyze_insns() 3575 insn->depth + insn->alap, insn->depth, in model_record_pressures() 3745 insn->depth + insn->alap, insn->depth, in model_choose_insn()
|
H A D | modulo-sched.c | 2445 #define ALAP(x) (ORDER_PARAMS ((x))->alap) 2464 int alap; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 1480 int alap = maxASAP; in computeNodeFunctions() local 1492 alap = std::min(alap, (int)(getALAP(succ) - IS->getLatency() + in computeNodeFunctions() 1496 ScheduleInfo[*I].ALAP = alap; in computeNodeFunctions()
|