Searched refs:Schedule (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/telnet/libtelnet/
H A Dencrypt.h64 typedef struct { Block __; } Schedule[16];
66 #define Schedule DES_key_schedule macro
H A Denc_des.c65 Schedule krbdes_sched;
76 Schedule str_sched;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h54 std::vector<MachineInstr *> Schedule; member in struct:llvm::GCNIterativeScheduler::TentativeSchedule
83 Range &&Schedule) const;
93 ScheduleRef Schedule,
98 std::vector<MachineInstr*> detachSchedule(ScheduleRef Schedule) const;
103 void scheduleRegion(Region &R, Range &&Schedule,
H A DGCNIterativeScheduler.cpp281 Range &&Schedule) const {
293 for (auto I = Schedule.end(), B = Schedule.begin(); I != B;) {
337 GCNIterativeScheduler::detachSchedule(ScheduleRef Schedule) const {
339 Res.reserve(Schedule.size() * 2);
345 for (auto SU : Schedule) {
357 ScheduleRef Schedule,
360 new TentativeSchedule{ detachSchedule(Schedule), MaxRP });
365 scheduleRegion(R, R.BestSchedule->Schedule, R.BestSchedule->MaxPressure);
372 void GCNIterativeScheduler::scheduleRegion(Region &R, Range &&Schedule, argument
356 setBestSchedule(Region &R, ScheduleRef Schedule, const GCNRegPressure &MaxRP) argument
[all...]
H A DGCNILPSched.cpp313 std::vector<const SUnit*> Schedule; local
314 Schedule.reserve(SUnits.size());
343 Schedule.push_back(SU);
346 assert(SUnits.size() == Schedule.size());
348 std::reverse(Schedule.begin(), Schedule.end());
354 return Schedule;
H A DGCNMinRegStrategy.cpp235 std::vector<const SUnit*> Schedule; local
236 Schedule.reserve(SUnits.size());
263 Schedule.push_back(SU);
271 assert(SUnits.size() == Schedule.size());
273 return Schedule;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h162 ModuloSchedule &Schedule;
230 if ((int)CurStage > Schedule.getNumStages() - 1 && Stages.first == 0 &&
257 : Schedule(S), MF(MF), ST(MF.getSubtarget()), MRI(MF.getRegInfo()),
274 ModuloSchedule &Schedule; member in class:llvm::PeelingModuloScheduleExpander
311 : Schedule(S), MF(MF), ST(MF.getSubtarget()), MRI(MF.getRegInfo()),
355 return Schedule.getStage(MI);
H A DMachinePipeliner.h264 void applyInstrChange(MachineInstr *MI, SMSchedule &Schedule);
302 bool schedulePipeline(SMSchedule &Schedule);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp68 BB = Schedule.getLoop()->getTopBlock();
75 for (MachineInstr *MI : Schedule.getInstructions()) {
76 int DefStage = Schedule.getStage(MI);
90 int UseStage = Schedule.getStage(UseMI);
116 unsigned MaxStageCount = Schedule.getNumStages() - 1;
133 for (MachineInstr *CI : Schedule.getInstructions()) {
136 unsigned StageNum = Schedule.getStage(CI);
217 if (Schedule.getStage(&*BBI) == StageNum) {
295 if ((unsigned)Schedule.getStage(In) == StageNum) {
399 int StageScheduled = Schedule
[all...]
H A DMachinePipeliner.cpp381 /// 3. Attempt to Schedule the loop.
505 SMSchedule Schedule(Pass.MF);
506 Scheduled = schedulePipeline(Schedule);
514 unsigned numStages = Schedule.getMaxStageCount();
533 for (int Cycle = Schedule.getFirstCycle(); Cycle <= Schedule.getFinalCycle();
535 for (SUnit *SU : Schedule.getInstructions(Cycle)) {
538 Stages[SU->getInstr()] = Schedule.stageScheduled(SU);
936 // No valid Schedule Class Desc for schedClass, should be
979 // No valid Schedule Clas
1961 schedulePipeline(SMSchedule &Schedule) argument
2150 applyInstrChange(MachineInstr *MI, SMSchedule &Schedule) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp82 void Schedule() override;
92 /// Schedule - Schedule the DAG using list scheduling.
93 void ScheduleDAGVLIW::Schedule() { function in class:ScheduleDAGVLIW
182 // priority. If it is not ready put it back. Schedule the node.
H A DScheduleDAGSDNodes.h110 /// Schedule - Order nodes according to selected style, filling
113 virtual void Schedule() = 0;
H A DScheduleDAGFast.cpp84 void Schedule() override;
116 /// Schedule - Schedule the DAG using list scheduling.
117 void ScheduleDAGFast::Schedule() { function in class:ScheduleDAGFast
539 // priority. If it is not ready put it back. Schedule the node.
647 void Schedule() override;
681 // Schedule glue operand right above N.
715 void ScheduleDAGLinearize::Schedule() { function in class:ScheduleDAGLinearize
H A DScheduleDAGSDNodes.cpp63 Schedule();
401 // Schedule zero-latency TokenFactor below any nodes that may increase the
H A DScheduleDAGRRList.cpp207 void Schedule() override;
353 /// Schedule - Schedule the DAG using list scheduling.
354 void ScheduleDAGRRList::Schedule() { function in class:ScheduleDAGRRList
1610 // priority. If it is not ready put it back. Schedule the node.
2523 // Schedule physical register definitions close to their use. This is
2698 // Schedule as many instructions in each cycle as possible. So don't make an
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h199 OpenMPScheduleClauseKind Schedule = OMPC_SCHEDULE_unknown; member in struct:clang::final
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp533 /// Schedule types for 'omp for' loops (these enumerators are taken from
3594 OpenMPSchedType Schedule = local
3596 return Schedule == OMP_sch_static;
3601 OpenMPSchedType Schedule = getRuntimeSchedule(ScheduleKind, Chunked); local
3602 return Schedule == OMP_dist_sch_static;
3607 OpenMPSchedType Schedule = local
3609 return Schedule == OMP_sch_static_chunked;
3614 OpenMPSchedType Schedule = getRuntimeSchedule(ScheduleKind, Chunked); local
3615 return Schedule == OMP_dist_sch_static_chunked;
3619 OpenMPSchedType Schedule local
3625 addMonoNonMonoModifier(CodeGenModule &CGM, OpenMPSchedType Schedule, OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2) argument
3709 emitForStaticInitCall( CodeGenFunction &CGF, llvm::Value *UpdateLocation, llvm::Value *ThreadId, llvm::FunctionCallee ForStaticInitFunction, OpenMPSchedType Schedule, OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2, const CGOpenMPRuntime::StaticRTInput &Values) argument
[all...]
H A DCGStmtOpenMP.cpp2160 Ordered || RT.isDynamic(ScheduleKind.Schedule);
2163 !RT.isStaticNonchunked(ScheduleKind.Schedule,
2584 ScheduleKind.Schedule = C->getScheduleKind();
2591 *this, S, ScheduleKind.Schedule, ChunkExpr);
2612 bool StaticChunkedOne = RT.isStaticChunked(ScheduleKind.Schedule,
2615 if ((RT.isStaticNonchunked(ScheduleKind.Schedule,
2682 Ordered || ScheduleKind.Schedule == OMPC_SCHEDULE_static ||
2683 ScheduleKind.Schedule == OMPC_SCHEDULE_unknown ||
2894 ScheduleKind.Schedule = OMPC_SCHEDULE_static;
5244 Data.Schedule
[all...]
H A DCGOpenMPRuntime.h106 llvm::PointerIntPair<llvm::Value *, 1, bool> Schedule; member in struct:clang::CodeGen::final
989 /// \param ScheduleKind Schedule kind specified in the 'schedule' clause.
997 /// \param ScheduleKind Schedule kind specified in the 'dist_schedule' clause.
1004 /// \param ScheduleKind Schedule kind specified in the 'schedule' clause.
1011 /// \param ScheduleKind Schedule kind specified in the 'dist_schedule' clause.
1019 /// \param ScheduleKind Schedule Kind specified in the 'schedule' clause.
1048 /// \param ScheduleKind Schedule kind, specified by the 'schedule' clause.
1102 /// \param ScheduleKind Schedule kind, specified by the 'schedule' clause.
1113 /// \param SchedKind Schedule kind, specified by the 'dist_schedule' clause.
1860 /// \param ScheduleKind Schedule kin
[all...]

Completed in 309 milliseconds