Home
last modified time | relevance | path

Searched refs:alap (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhaifa-sched.cc1857 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 Dmodulo-sched.cc2446 #define ALAP(x) (ORDER_PARAMS ((x))->alap)
2465 int alap; member
H A DChangeLog-201827142 (nvptx_process_pars): Emit bar.sync asap and alap.
H A DChangeLog-20158973 updating is alap, and seperated from preceding code. Make sure
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhaifa-sched.c1857 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 Dmodulo-sched.c2445 #define ALAP(x) (ORDER_PARAMS ((x))->alap)
2464 int alap; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1480 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()