Home
last modified time | relevance | path

Searched refs:dumpNode (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp130 DAG->dumpNode(*SU); in pickNode()
136 DAG->dumpNode(S); in pickNode()
191 LLVM_DEBUG(dbgs() << "Top Releasing "; DAG->dumpNode(*SU)); in releaseTopNode()
195 LLVM_DEBUG(dbgs() << "Bottom Releasing "; DAG->dumpNode(*SU)); in releaseBottomNode()
H A DGCNILPSched.cpp338 LLVM_DEBUG(dbgs() << "Selected "; DAG.dumpNode(*SU)); in schedule()
H A DGCNMinRegStrategy.cpp261 LLVM_DEBUG(dbgs() << "Selected "; DAG.dumpNode(*SU)); in schedule()
H A DSIMachineScheduler.cpp474 DAG->dumpNode(*SuccSU); in releaseSucc()
615 DAG->dumpNode(*SU); in printDebug()
618 DAG->dumpNode(*SU); in printDebug()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAG.cpp360 dumpNode(SU); in dumpNodeAll()
397 dumpNode(SUnit); in VerifyScheduledDAG()
406 dumpNode(SUnit); in VerifyScheduledDAG()
415 dumpNode(SUnit); in VerifyScheduledDAG()
423 dumpNode(SUnit); in VerifyScheduledDAG()
H A DPostRASchedulerList.cpp259 dumpNode(*SU); in dumpSchedule()
464 dumpNode(*SuccSU); in ReleaseSucc()
501 LLVM_DEBUG(dumpNode(*SU)); in ScheduleNodeTopDown()
H A DLatencyPriorityQueue.cpp150 DAG->dumpNode(*SU); in dump()
H A DScoreboardHazardRecognizer.cpp160 LLVM_DEBUG(DAG->dumpNode(*SU)); in getHazardType()
H A DMachineScheduler.cpp641 dumpNode(*SuccSU); in releaseSucc()
678 dumpNode(*PredSU); in releasePred()
926 dumpNode(*SU); in dumpSchedule()
3243 DAG->dumpNode(*Dep.getSUnit())); in reschedulePhysReg()
H A DScheduleDAGInstrs.cpp1112 void ScheduleDAGInstrs::dumpNode(const SUnit &SU) const { in dumpNode() function in ScheduleDAGInstrs
H A DMachinePipeliner.cpp1154 dumpNode(SU); in computeNodeFunctions()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp121 dumpNode(*SuccSU); in releaseSucc()
155 LLVM_DEBUG(dumpNode(*SU)); in scheduleNodeTopDown()
H A DScheduleDAGSDNodes.h125 void dumpNode(const SUnit &SU) const override;
H A DScheduleDAGFast.cpp146 dumpNode(*PredSU); in ReleasePred()
184 LLVM_DEBUG(dumpNode(*SU)); in ScheduleNodeBottomUp()
H A DScheduleDAGRRList.cpp399 dumpNode(*PredSU); in ReleasePred()
732 LLVM_DEBUG(dumpNode(*SU)); in ScheduleNodeBottomUp()
831 LLVM_DEBUG(dumpNode(*SU)); in UnscheduleNodeBottomUp()
1133 LLVM_DEBUG(dumpNode(*SU)); in CopyAndMoveSuccessors()
1891 DAG->dumpNode(*SU); in dump()
H A DScheduleDAGSDNodes.cpp651 void ScheduleDAGSDNodes::dumpNode(const SUnit &SU) const { in dumpNode() function in ScheduleDAGSDNodes
690 dumpNode(*SU); in dumpSchedule()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h330 void dumpNode(const SUnit &SU) const override;
H A DScheduleDAG.h594 virtual void dumpNode(const SUnit &SU) const = 0;
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp184 LLVM_DEBUG(DAG->dumpNode(*SU)); in EmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp492 DAG->dumpNode(*SU); in traceCandidate()
985 DAG->dumpNode(*SU)); in pickNode()