/external/v8/tools/profview/ |
D | profile-utils.js | 235 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/ |
D | ScheduleDAG.cpp | 352 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/ |
D | ScheduleDAG.cpp | 382 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/ |
D | ScheduleDAG.cpp | 398 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/ |
D | ScheduleDAGRRList.cpp | 126 bool isBottomUp; member in __anon551bd8fc0311::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/ |
D | LatencyPriorityQueue.h | 50 bool isBottomUp() const { return false; } in isBottomUp() function
|
D | ScheduleDAG.h | 437 virtual bool isBottomUp() const = 0; 542 void VerifySchedule(bool isBottomUp);
|
/external/llvm/include/llvm/CodeGen/ |
D | LatencyPriorityQueue.h | 50 bool isBottomUp() const override { return false; } in isBottomUp() function
|
D | ResourcePriorityQueue.h | 80 bool isBottomUp() const override { return false; } in isBottomUp() function
|
D | ScheduleDAG.h | 528 virtual bool isBottomUp() const = 0; 629 unsigned VerifyScheduledDAG(bool isBottomUp);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LatencyPriorityQueue.h | 51 bool isBottomUp() const override { return false; } in isBottomUp() function
|
D | ResourcePriorityQueue.h | 80 bool isBottomUp() const override { return false; } in isBottomUp() function
|
D | ScheduleDAG.h | 517 virtual bool isBottomUp() const = 0; 614 unsigned VerifyScheduledDAG(bool isBottomUp);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.h | 107 void VerifyScheduledSequence(bool isBottomUp);
|
D | ScheduleDAGSDNodes.cpp | 688 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) { in VerifyScheduledSequence() argument 689 unsigned ScheduledNodes = ScheduleDAG::VerifyScheduledDAG(isBottomUp); in VerifyScheduledSequence()
|
D | ScheduleDAGRRList.cpp | 1777 bool isBottomUp() const override { return SF::IsBottomUp; } in isBottomUp() function in __anon884f54d00211::RegReductionPriorityQueue
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.h | 117 void VerifyScheduledSequence(bool isBottomUp);
|
D | ScheduleDAGSDNodes.cpp | 690 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) { in VerifyScheduledSequence() argument 691 unsigned ScheduledNodes = ScheduleDAG::VerifyScheduledDAG(isBottomUp); in VerifyScheduledSequence()
|
D | ScheduleDAGRRList.cpp | 1869 bool isBottomUp() const override { return SF::IsBottomUp; } in isBottomUp() function in __anonc07fd5080311::RegReductionPriorityQueue
|