/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 97 bool VLIWResourceModel::isResourceAvailable(SUnit *SU, bool IsTop) { in isResourceAvailable() 138 bool VLIWResourceModel::reserveResources(SUnit *SU, bool IsTop) { in reserveResources() 228 SUnit *SU = SchedImpl->pickNode(IsTopNode); in schedule() local 288 void ConvergingVLIWScheduler::releaseTopNode(SUnit *SU) { in releaseTopNode() 304 void ConvergingVLIWScheduler::releaseBottomNode(SUnit *SU) { in releaseBottomNode() 336 bool ConvergingVLIWScheduler::VLIWSchedBoundary::checkHazard(SUnit *SU) { in checkHazard() 347 void ConvergingVLIWScheduler::VLIWSchedBoundary::releaseNode(SUnit *SU, in releaseNode() 389 void ConvergingVLIWScheduler::VLIWSchedBoundary::bumpNode(SUnit *SU) { in bumpNode() 427 SUnit *SU = *(Pending.begin()+i); in releasePending() local 447 void ConvergingVLIWScheduler::VLIWSchedBoundary::removeReady(SUnit *SU) { in removeReady() [all …]
|
D | HexagonHazardRecognizer.cpp | 39 HexagonHazardRecognizer::getHazardType(SUnit *SU, int stalls) { in getHazardType() 100 bool HexagonHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() 108 void HexagonHazardRecognizer::EmitInstruction(SUnit *SU) { in EmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ResourcePriorityQueue.cpp | 67 ResourcePriorityQueue::numberRCValPredInSU(SUnit *SU, unsigned RCId) { in numberRCValPredInSU() 104 unsigned ResourcePriorityQueue::numberRCValSuccInSU(SUnit *SU, in numberRCValSuccInSU() 142 static unsigned numberCtrlDepsInSU(SUnit *SU) { in numberCtrlDepsInSU() 151 static unsigned numberCtrlPredInSU(SUnit *SU) { in numberCtrlPredInSU() 168 SUnit *SU = &(*SUnits)[i]; in initNodes() local 210 SUnit *ResourcePriorityQueue::getSingleUnscheduledPred(SUnit *SU) { in getSingleUnscheduledPred() 225 void ResourcePriorityQueue::push(SUnit *SU) { in push() 239 bool ResourcePriorityQueue::isResourceAvailable(SUnit *SU) { in isResourceAvailable() 282 void ResourcePriorityQueue::reserveResources(SUnit *SU) { in reserveResources() 319 int ResourcePriorityQueue::rawRegPressureDelta(SUnit *SU, unsigned RCId) { in rawRegPressureDelta() [all …]
|
D | ScheduleDAGRRList.cpp | 212 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() 218 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() 225 void AddPredQueued(SUnit *SU, const SDep &D) { in AddPredQueued() 233 void AddPred(SUnit *SU, const SDep &D) { in AddPred() 241 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() 247 bool isReady(SUnit *SU) { in isReady() 398 void ScheduleDAGRRList::ReleasePred(SUnit *SU, const SDep *PredEdge) { in ReleasePred() 554 void ScheduleDAGRRList::ReleasePredecessors(SUnit *SU) { in ReleasePredecessors() 651 void ScheduleDAGRRList::AdvancePastStalls(SUnit *SU) { in AdvancePastStalls() 693 void ScheduleDAGRRList::EmitNode(SUnit *SU) { in EmitNode() [all …]
|
D | ScheduleDAGVLIW.cpp | 113 void ScheduleDAGVLIW::releaseSucc(SUnit *SU, const SDep &D) { in releaseSucc() 137 void ScheduleDAGVLIW::releaseSuccessors(SUnit *SU) { in releaseSuccessors() 151 void ScheduleDAGVLIW::scheduleNodeTopDown(SUnit *SU, unsigned CurCycle) { in scheduleNodeTopDown()
|
D | ScheduleDAGFast.cpp | 88 void AddPred(SUnit *SU, const SDep &D) { in AddPred() 94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() 139 void ScheduleDAGFast::ReleasePred(SUnit *SU, SDep *PredEdge) { in ReleasePred() 160 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) { in ReleasePredecessors() 181 void ScheduleDAGFast::ScheduleNodeBottomUp(SUnit *SU, unsigned CurCycle) { in ScheduleNodeBottomUp() 210 SUnit *ScheduleDAGFast::CopyAndMoveSuccessors(SUnit *SU) { in CopyAndMoveSuccessors() 380 void ScheduleDAGFast::InsertCopiesAndMoveSuccs(SUnit *SU, unsigned Reg, in InsertCopiesAndMoveSuccs() 446 static bool CheckForLiveRegDef(SUnit *SU, unsigned Reg, in CheckForLiveRegDef() 467 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU, in DelayForLiveRegsBottomUp()
|
D | ScheduleDAGSDNodes.cpp | 78 SUnit *SU = &SUnits.back(); in newSUnit() local 90 SUnit *SU = newSUnit(Old->getNode()); in Clone() local 423 SUnit *SU = CallSUnits.pop_back_val(); in BuildSchedUnits() local 444 SUnit *SU = &SUnits[su]; in AddSchedEdges() local 575 ScheduleDAGSDNodes::RegDefIter::RegDefIter(const SUnit *SU, in RegDefIter() 600 void ScheduleDAGSDNodes::InitNumRegDefsLeft(SUnit *SU) { in InitNumRegDefsLeft() 608 void ScheduleDAGSDNodes::computeLatency(SUnit *SU) { in computeLatency() 697 for (const SUnit &SU : SUnits) in dump() local 707 if (SUnit *SU = Sequence[i]) in dumpSchedule() local 787 EmitPhysRegCopy(SUnit *SU, DenseMap<SUnit*, unsigned> &VRBaseMap, in EmitPhysRegCopy() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LatencyPriorityQueue.cpp | 56 SUnit *LatencyPriorityQueue::getSingleUnscheduledPred(SUnit *SU) { in getSingleUnscheduledPred() 73 void LatencyPriorityQueue::push(SUnit *SU) { in push() 92 void LatencyPriorityQueue::scheduledNode(SUnit *SU) { in scheduledNode() 105 void LatencyPriorityQueue::AdjustPriorityOfUnscheduledPreds(SUnit *SU) { in AdjustPriorityOfUnscheduledPreds() 134 void LatencyPriorityQueue::remove(SUnit *SU) { in remove() 147 for (const SUnit *SU : Queue) { in dump() local
|
D | MacroFusion.cpp | 39 static SUnit *getPredClusterSU(const SUnit &SU) { in getPredClusterSU() 47 static bool hasLessThanNumFused(const SUnit &SU, unsigned FuseLimit) { in hasLessThanNumFused() 101 SUnit *SU = SI.getSUnit(); in fuseInstructionPair() local 114 SUnit *SU = SI.getSUnit(); in fuseInstructionPair() local
|
D | MachineScheduler.cpp | 601 for (const SUnit *SU : Queue) in dump() local 620 void ScheduleDAGMI::releaseSucc(SUnit *SU, SDep *SuccEdge) { in releaseSucc() 648 void ScheduleDAGMI::releaseSuccessors(SUnit *SU) { in releaseSuccessors() 657 void ScheduleDAGMI::releasePred(SUnit *SU, SDep *PredEdge) { in releasePred() 685 void ScheduleDAGMI::releasePredecessors(SUnit *SU) { in releasePredecessors() 775 SUnit *SU = SchedImpl->pickNode(IsTopNode); in schedule() local 878 void ScheduleDAGMI::updateQueues(SUnit *SU, bool IsTopNode) { in updateQueues() 914 if (SUnit *SU = getSUnit(&(*MI))) in dumpSchedule() local 931 void ScheduleDAGMILive::collectVRegUses(SUnit &SU) { in collectVRegUses() 1070 updateScheduledPressure(const SUnit *SU, in updateScheduledPressure() [all …]
|
D | ScheduleDAG.cpp | 222 SUnit *SU = WorkList.pop_back_val(); in setDepthDirty() local 237 SUnit *SU = WorkList.pop_back_val(); in setHeightDirty() local 496 SUnit *SU = WorkList.back(); in InitDAGTopologicalSorting() local 501 SUnit *SU = PredDep.getSUnit(); in InitDAGTopologicalSorting() local 570 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS() 620 const SUnit *SU = WorkList.back(); in GetSubGraph() local 654 const SUnit *SU = WorkList.back(); in GetSubGraph() local 704 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle() 716 bool ScheduleDAGTopologicalSort::IsReachable(const SUnit *SU, in IsReachable()
|
D | ScheduleDAGInstrs.cpp | 229 void ScheduleDAGInstrs::addPhysRegDataDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDataDeps() 289 void ScheduleDAGInstrs::addPhysRegDeps(SUnit *SU, unsigned OperIdx) { in addPhysRegDeps() 393 void ScheduleDAGInstrs::addVRegDefDeps(SUnit *SU, unsigned OperIdx) { in addVRegDefDeps() 513 void ScheduleDAGInstrs::addVRegUseDeps(SUnit *SU, unsigned OperIdx) { in addVRegUseDeps() 574 SUnit *SU = newSUnit(&MI); in initSUnits() local 628 void inline insert(SUnit *SU, ValueType V) { in insert() 666 void ScheduleDAGInstrs::addChainDependencies(SUnit *SU, in addChainDependencies() 673 void ScheduleDAGInstrs::addChainDependencies(SUnit *SU, in addChainDependencies() 687 for (auto *SU : sus) in addBarrierChain() local 813 SUnit *SU = MISUnitMap[&MI]; in buildSchedGraph() local [all …]
|
D | PostRASchedulerList.cpp | 258 if (SUnit *SU = Sequence[i]) in dumpSchedule() local 454 void SchedulePostRATDList::ReleaseSucc(SUnit *SU, SDep *SuccEdge) { in ReleaseSucc() 489 void SchedulePostRATDList::ReleaseSuccessors(SUnit *SU) { in ReleaseSuccessors() 499 void SchedulePostRATDList::ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle) { in ScheduleNodeTopDown() 681 if (SUnit *SU = Sequence[i]) in EmitSchedule() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600MachineScheduler.cpp | 58 SUnit *SU = nullptr; in pickNode() local 142 void R600SchedStrategy::schedNode(SUnit *SU, bool IsTopNode) { in schedNode() 189 void R600SchedStrategy::releaseTopNode(SUnit *SU) { in releaseTopNode() 193 void R600SchedStrategy::releaseBottomNode(SUnit *SU) { in releaseBottomNode() 293 int R600SchedStrategy::getInstKind(SUnit* SU) { in getInstKind() 322 SUnit *SU = *It; in PopInst() local 431 SUnit *SU = AttemptFillSlot(3, true); in pickAlu() local 440 SUnit *SU = AttemptFillSlot(Chan, false); in pickAlu() local 454 SUnit *SU = nullptr; in pickOther() local
|
D | GCNILPSched.cpp | 24 SUnit *SU; member 59 CalcNodeSethiUllmanNumber(const SUnit *SU, std::vector<unsigned> &SUNumbers) { in CalcNodeSethiUllmanNumber() 107 static unsigned closestSucc(const SUnit *SU) { in closestSucc() 122 static unsigned calcMaxScratches(const SUnit *SU) { in calcMaxScratches() 276 void GCNILPScheduler::releasePredecessors(const SUnit* SU) { in releasePredecessors() 300 for (const SUnit &SU : SUnits) in schedule() local 304 for (const SUnit &SU : SUnits) in schedule() local 307 for (auto SU : BotRoots) { in schedule() local 337 auto SU = C->SU; in schedule() local 351 for (auto &SU : SUnits) in schedule() local
|
D | GCNMinRegStrategy.cpp | 31 const SUnit *SU; member 49 void setIsScheduled(const SUnit *SU) { in setIsScheduled() 60 unsigned decNumPreds(const SUnit *SU) { in decNumPreds() 152 auto SU = C.SU; in pickCandidate() local 163 auto SU = C.SU; in pickCandidate() local 199 auto SU = Worklist.pop_back_val(); in bumpPredsPriority() local 220 void GCNMinRegScheduler::releaseSuccessors(const SUnit* SU, int Priority) { in releaseSuccessors() 242 for (auto SU : TopRoots) { in schedule() local 259 auto SU = C->SU; in schedule() local
|
D | SIMachineScheduler.cpp | 197 void SIScheduleBlock::addUnit(SUnit *SU) { in addUnit() 299 SUnit *SU = TopReadySUs[0]; in fastSchedule() local 417 SUnit *SU = pickNode(); in schedule() local 453 void SIScheduleBlock::undoReleaseSucc(SUnit *SU, SDep *SuccEdge) { in undoReleaseSucc() 463 void SIScheduleBlock::releaseSucc(SUnit *SU, SDep *SuccEdge) { in releaseSucc() 483 void SIScheduleBlock::releaseSuccessors(SUnit *SU, bool InOrOutBlock) { in releaseSuccessors() 499 void SIScheduleBlock::nodeScheduled(SUnit *SU) { in nodeScheduled() 612 for (const SUnit* SU : SUnits) in printDebug() local 644 bool SIScheduleBlockCreator::isSUInBlock(SUnit *SU, unsigned ID) { in isSUInBlock() 654 SUnit *SU = &DAG->SUnits[i]; in colorHighLatenciesAlone() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 24 bool PPCDispatchGroupSBHazardRecognizer::isLoadAfterStore(SUnit *SU) { in isLoadAfterStore() 54 bool PPCDispatchGroupSBHazardRecognizer::isBCTRAfterSet(SUnit *SU) { in isBCTRAfterSet() 139 PPCDispatchGroupSBHazardRecognizer::getHazardType(SUnit *SU, int Stalls) { in getHazardType() 146 bool PPCDispatchGroupSBHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() 155 unsigned PPCDispatchGroupSBHazardRecognizer::PreEmitNoops(SUnit *SU) { in PreEmitNoops() 174 void PPCDispatchGroupSBHazardRecognizer::EmitInstruction(SUnit *SU) { in EmitInstruction() 325 getHazardType(SUnit *SU, int Stalls) { in getHazardType() 385 void PPCHazardRecognizer970::EmitInstruction(SUnit *SU) { in EmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZMachineScheduler.cpp | 176 for (auto *SU : Available) { in pickNode() local 241 void SystemZPostRASchedStrategy::schedNode(SUnit *SU, bool IsTopNode) { in schedNode() 251 void SystemZPostRASchedStrategy::releaseTopNode(SUnit *SU) { in releaseTopNode()
|
D | SystemZHazardRecognizer.cpp | 167 void SystemZHazardRecognizer::dumpSU(SUnit *SU, raw_ostream &OS) const { in dumpSU() 271 EmitInstruction(SUnit *SU) { in EmitInstruction() 387 resourcesCost(SUnit *SU) { in resourcesCost() 413 SUnit SU(MI, 0); in emitInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMHazardRecognizer.cpp | 34 ARMHazardRecognizer::getHazardType(SUnit *SU, int Stalls) { in getHazardType() 81 void ARMHazardRecognizer::EmitInstruction(SUnit *SU) { in EmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachinePipeliner.h | 270 unsigned getInstrBaseReg(SUnit *SU) { in getInstrBaseReg() 339 bool insert(SUnit *SU) { return Nodes.insert(SU); } in insert() 347 unsigned count(SUnit *SU) const { return Nodes.count(SU); } in count() 361 void setExceedPressure(SUnit *SU) { ExceedPressure = SU; } in setExceedPressure() 363 bool isExceedSU(SUnit *SU) { return ExceedPressure == SU; } in isExceedSU() 548 bool isScheduledAtStage(SUnit *SU, unsigned StageNum) { in isScheduledAtStage() 554 int stageScheduled(SUnit *SU) const { in stageScheduled() 563 unsigned cycleScheduled(SUnit *SU) const { in cycleScheduled()
|
D | ScheduleDFS.h | 145 unsigned getNumInstrs(const SUnit *SU) const { in getNumInstrs() 158 ILPValue getILP(const SUnit *SU) const { in getILP() 169 unsigned getSubtreeID(const SUnit *SU) const { in getSubtreeID()
|
D | LatencyPriorityQueue.h | 57 void addNode(const SUnit *SU) override { in addNode() 61 void updateNode(const SUnit *SU) override { in updateNode()
|
D | MachineScheduler.h | 453 PressureDiff &getPressureDiff(const SUnit *SU) { in getPressureDiff() 456 const PressureDiff &getPressureDiff(const SUnit *SU) const { in getPressureDiff() 540 bool isInQueue(SUnit *SU) const { return (SU->NodeQueueId & ID); } in isInQueue() 556 iterator find(SUnit *SU) { return llvm::find(Queue, SU); } in find() 558 void push(SUnit *SU) { in push() 715 unsigned getUnscheduledLatency(SUnit *SU) const { in getUnscheduledLatency() 850 SUnit *SU; member 963 void releaseTopNode(SUnit *SU) override { in releaseTopNode() 971 void releaseBottomNode(SUnit *SU) override { in releaseBottomNode() 1052 void releaseTopNode(SUnit *SU) override { in releaseTopNode() [all …]
|