Home
last modified time | relevance | path

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

/external/v8/tools/profview/
Dprofile-utils.js235 constructor(filter, isBottomUp) { argument
238 this.tree.delayedExpansion = { frameList : [], ascending : isBottomUp };
239 this.isBottomUp = isBottomUp;
244 let step = this.isBottomUp ? 2 : -2;
245 let start = this.isBottomUp ? 0 : stack.length - 2;
248 addOrUpdateChildNode(this.tree, file, tickIndex, stackPos, this.isBottomUp);
281 constructor(filter, isBottomUp) { argument
287 this.isBottomUp = isBottomUp;
302 let step = this.isBottomUp ? 2 : -2;
303 let start = this.isBottomUp ? 0 : stack.length - 2;
[all …]
/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-7.0/llvm/lib/CodeGen/
DScheduleDAG.cpp398 unsigned ScheduleDAG::VerifyScheduledDAG(bool isBottomUp) { in VerifyScheduledDAG() argument
414 (isBottomUp ? SUnit.getHeight() : SUnit.getDepth()) > in VerifyScheduledDAG()
420 << (isBottomUp ? "Height" : "Depth") << " value!\n"; in VerifyScheduledDAG()
423 if (isBottomUp) { in VerifyScheduledDAG()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp126 bool isBottomUp; member in __anon3c49a6c50311::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/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-7.0/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h51 bool isBottomUp() const override { return false; } in isBottomUp() function
DResourcePriorityQueue.h80 bool isBottomUp() const override { return false; } in isBottomUp() function
DScheduleDAG.h517 virtual bool isBottomUp() const = 0;
614 unsigned VerifyScheduledDAG(bool isBottomUp);
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h117 void VerifyScheduledSequence(bool isBottomUp);
DScheduleDAGSDNodes.cpp690 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) { in VerifyScheduledSequence() argument
691 unsigned ScheduledNodes = ScheduleDAG::VerifyScheduledDAG(isBottomUp); in VerifyScheduledSequence()
DScheduleDAGRRList.cpp1869 bool isBottomUp() const override { return SF::IsBottomUp; } in isBottomUp() function in __anonacd034f10311::RegReductionPriorityQueue
/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 __anone1ddf7990211::RegReductionPriorityQueue