Home
last modified time | relevance | path

Searched defs:Schedule (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h56 std::vector<MachineInstr *> Schedule; member
H A DGCNIterativeScheduler.cpp336 ScheduleRef Schedule, in setBestSchedule()
351 void GCNIterativeScheduler::scheduleRegion(Region &R, Range &&Schedule, in scheduleRegion()
H A DGCNMinRegStrategy.cpp228 std::vector<const SUnit*> Schedule; in schedule() local
H A DGCNILPSched.cpp310 std::vector<const SUnit*> Schedule; in schedule() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp89 void ScheduleDAGVLIW::Schedule() { in Schedule() function in ScheduleDAGVLIW
H A DScheduleDAGFast.cpp113 void ScheduleDAGFast::Schedule() { in Schedule() function in ScheduleDAGFast
725 void ScheduleDAGLinearize::Schedule() { in Schedule() function in ScheduleDAGLinearize
H A DScheduleDAGRRList.cpp356 void ScheduleDAGRRList::Schedule() { in Schedule() function in ScheduleDAGRRList
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h170 ModuloSchedule &Schedule; variable
381 ModuloSchedule &Schedule; variable
/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.h66 #define Schedule DES_key_schedule macro
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h180 OpenMPScheduleClauseKind Schedule = OMPC_SCHEDULE_unknown; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp656 SMSchedule Schedule(Pass.MF, this); in schedule() local
1084 SMSchedule &Schedule, in computeScheduledInsts()
1553 bool detect(const SwingSchedulerDAG *SSD, SMSchedule &Schedule, in detect()
2445 bool SwingSchedulerDAG::schedulePipeline(SMSchedule &Schedule) { in schedulePipeline()
2667 SMSchedule &Schedule) { in applyInstrChange()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h116 llvm::PointerIntPair<llvm::Value *, 1, bool> Schedule; member
H A DCGOpenMPRuntime.cpp2442 OpenMPSchedType Schedule = in isStaticNonchunked() local
2449 OpenMPSchedType Schedule = getRuntimeSchedule(ScheduleKind, Chunked); in isStaticNonchunked() local
2455 OpenMPSchedType Schedule = in isStaticChunked() local
2462 OpenMPSchedType Schedule = getRuntimeSchedule(ScheduleKind, Chunked); in isStaticChunked() local
2467 OpenMPSchedType Schedule = in isDynamic() local
2473 static int addMonoNonMonoModifier(CodeGenModule &CGM, OpenMPSchedType Schedule, in addMonoNonMonoModifier()
2530 OpenMPSchedType Schedule = getRuntimeSchedule( in emitForDispatchInit() local
2569 llvm::FunctionCallee ForStaticInitFunction, OpenMPSchedType Schedule, in emitForStaticInitCall()