Home
last modified time | relevance | path

Searched refs:isBottomUp (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp352 void ScheduleDAG::VerifySchedule(bool isBottomUp) { in VerifySchedule() argument
369 (isBottomUp ? SUnits[i].getHeight() : SUnits[i].getDepth()) > in VerifySchedule()
375 << (isBottomUp ? "Height" : "Depth") << " value!\n"; in VerifySchedule()
378 if (isBottomUp) { in VerifySchedule()
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp382 unsigned ScheduleDAG::VerifyScheduledDAG(bool isBottomUp) { in VerifyScheduledDAG() argument
398 (isBottomUp ? SUnits[i].getHeight() : SUnits[i].getDepth()) > in VerifyScheduledDAG()
404 << (isBottomUp ? "Height" : "Depth") << " value!\n"; in VerifyScheduledDAG()
407 if (isBottomUp) { in VerifyScheduledDAG()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLatencyPriorityQueue.h50 bool isBottomUp() const { return false; } in isBottomUp() function
DScheduleDAG.h437 virtual bool isBottomUp() const = 0;
542 void VerifySchedule(bool isBottomUp);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp126 bool isBottomUp; member in __anon8a11067b0311::ScheduleDAGRRList
169 : ScheduleDAGSDNodes(mf), isBottomUp(availqueue->isBottomUp()), in ScheduleDAGRRList()
347 if (isBottomUp) in Schedule()
461 isBottomUp ? PendingQueue[i]->getHeight() : PendingQueue[i]->getDepth(); in ReleasePending()
490 if (isBottomUp) in AdvanceToCycle()
514 unsigned ReadyCycle = isBottomUp ? SU->getHeight() : SU->getDepth(); in AdvancePastStalls()
525 if (isBottomUp && SU->isCall) in AdvancePastStalls()
533 HazardRec->getHazardType(SU, isBottomUp ? -Stalls : Stalls); in AdvancePastStalls()
571 if (isBottomUp && SU->isCall) { in EmitNode()
579 if (!isBottomUp && SU->isCall) { in EmitNode()
[all …]
/external/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h50 bool isBottomUp() const override { return false; } in isBottomUp() function
DResourcePriorityQueue.h80 bool isBottomUp() const override { return false; } in isBottomUp() function
DScheduleDAG.h528 virtual bool isBottomUp() const = 0;
629 unsigned VerifyScheduledDAG(bool isBottomUp);
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h107 void VerifyScheduledSequence(bool isBottomUp);
DScheduleDAGSDNodes.cpp688 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) { in VerifyScheduledSequence() argument
689 unsigned ScheduledNodes = ScheduleDAG::VerifyScheduledDAG(isBottomUp); in VerifyScheduledSequence()
DScheduleDAGRRList.cpp1777 bool isBottomUp() const override { return SF::IsBottomUp; } in isBottomUp() function in __anon7133554f0211::RegReductionPriorityQueue