Home
last modified time | relevance | path

Searched refs:getHeight (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp110 unsigned Height = Succ.getSUnit()->getHeight(); in closestSucc()
135 int LHeight = (int)left->getHeight(); in BUCompareLatency()
136 int RHeight = (int)right->getHeight(); in BUCompareLatency()
179 if (!DisableSchedHeight && left->getHeight() != right->getHeight()) { in pickBest()
180 int spread = (int)left->getHeight() - (int)right->getHeight(); in pickBest()
182 return left->getHeight() > right->getHeight() ? right : left; in pickBest()
228 if (left->getHeight() != right->getHeight()) in pickBest()
229 return (left->getHeight() > right->getHeight()) ? right : left; in pickBest()
259 if (C.SU->getHeight() <= CurCycle) { in releasePending()
282 PredSU->setHeightToAtLeast(SU->getHeight() + PredEdge.getLatency()); in releasePredecessors()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h80 if (lhs->getHeight() > rhs->getHeight()) in operator()
82 else if (lhs->getHeight() < rhs->getHeight()) in operator()
H A DSystemZMachineScheduler.cpp189 dbgs() << " Height:" << c.SU->getHeight(); dbgs() << "\n";); in pickNode()
230 if (SU->getHeight() > other.SU->getHeight()) in operator <()
232 if (SU->getHeight() < other.SU->getHeight()) in operator <()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableSet.h68 unsigned getHeight() const { return height; } in getHeight() function
198 assert(getHeight() == ( HL > HR ? HL : HR ) + 1 in validateTree()
214 return getHeight(); in validateTree()
433 unsigned getHeight(TreeTy* T) const { return T ? T->getHeight() : 0; }
442 unsigned hl = getHeight(L);
443 unsigned hr = getHeight(R);
500 unsigned hl = getHeight(L);
501 unsigned hr = getHeight(R);
509 if (getHeight(LL) >= getHeight(LR))
526 if (getHeight(RR) >= getHeight(RL))
[all …]
H A DImmutableMap.h225 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } in getHeight() function
355 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } in getHeight() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp414 PredSU->setHeightToAtLeast(SU->getHeight() + PredEdge->getLatency()); in ReleasePred()
422 unsigned Height = PredSU->getHeight(); in ReleasePred()
612 unsigned ReadyCycle = PendingQueue[i]->getHeight(); in ReleasePending()
662 unsigned ReadyCycle = SU->getHeight(); in AdvancePastStalls()
741 if (CurCycle < SU->getHeight()) in ScheduleNodeBottomUp()
742 LLVM_DEBUG(dbgs() << " Height [" << SU->getHeight() in ScheduleNodeBottomUp()
836 LLVM_DEBUG(dbgs() << "*** Unscheduling [" << SU->getHeight() << "]: "); in UnscheduleNodeBottomUp()
902 Succ2.getSUnit()->getHeight() < LiveRegGens[Reg]->getHeight()) in UnscheduleNodeBottomUp()
908 if (SU->getHeight() < MinAvailableCycle) in UnscheduleNodeBottomUp()
909 MinAvailableCycle = SU->getHeight(); in UnscheduleNodeBottomUp()
[all …]
H A DResourcePriorityQueue.cpp410 ResCount += (SU->getHeight() * ScaleTwo); in SUSchedulingCost()
424 ResCount += (SU->getHeight() * ScaleTwo); in SUSchedulingCost()
H A DScheduleDAGFast.cpp185 assert(CurCycle >= SU->getHeight() && "Node scheduled below its height!"); in ScheduleNodeBottomUp()
194 if (LiveRegCycles[Succ.getReg()] == Succ.getSUnit()->getHeight()) { in ScheduleNodeBottomUp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h186 MaxPath = std::max(MaxPath, isTop() ? SU.getHeight() : SU.getDepth()); in init()
212 unsigned PathLength = isTop() ? SU->getHeight() : SU->getDepth(); in isLatencyBound()
H A DHexagonMachineScheduler.cpp212 ++su) if (SUnits[su].getHeight() > maxH) maxH = in schedule()
213 SUnits[su].getHeight(); in schedule()
600 ResCount += (SU->getHeight() * ScaleTwo); in SchedulingCost()
605 dbgstr << "h" << std::setw(3) << SU->getHeight() << "|"; in SchedulingCost()
H A DHexagonISelDAGToDAG.h153 int getHeight(SDNode *N);
H A DHexagonISelDAGToDAG.cpp1641 int HexagonDAGToDAGISel::getHeight(SDNode *N) { in getHeight() function in HexagonDAGToDAGISel
1927 RootHeights[N] = std::max(getHeight(N->getOperand(0).getNode()), in balanceSubTree()
1928 getHeight(N->getOperand(1).getNode())) + 1; in balanceSubTree()
2019 NodeHeights[Child] = getHeight(Child.getNode()); in balanceSubTree()
2111 NodeHeights[GA.Value] = getHeight(GA.Value.getNode()); in balanceSubTree()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h70 return (*SUnits)[NodeNum].getHeight(); in getLatency()
H A DResourcePriorityQueue.h95 return (*SUnits)[NodeNum].getHeight(); in getLatency()
H A DMachinePipeliner.h229 unsigned getHeight(SUnit *Node) { return Node->getHeight(); } in getHeight() function
H A DScheduleDAG.h406 unsigned getHeight() const { in getHeight() function
H A DMachineScheduler.h723 return isTop() ? SU->getHeight() : SU->getDepth(); in getUnscheduledLatency()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAG.cpp256 if (NewHeight <= getHeight()) in setHeightToAtLeast()
351 dbgs() << " Height : " << getHeight() << "\n"; in dumpAttributes()
406 (isBottomUp ? SUnit.getHeight() : SUnit.getDepth()) > in VerifyScheduledDAG()
H A DMachineScheduler.cpp1356 unsigned LiveOutHeight = DefSU->getHeight(); in computeCyclicCriticalPath()
1377 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath()
2481 if (SU->getHeight() > BotLatency) { in bumpNode()
2482 BotLatency = SU->getHeight(); in bumpNode()
2792 Latency = Cand.SU->getHeight(); in traceCandidate()
2795 Latency = Cand.SU->getHeight(); in traceCandidate()
2866 if (tryGreater(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency()
2873 if (std::max(TryCand.SU->getHeight(), Cand.SU->getHeight()) > in tryLatency()
2875 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency()
H A DMachinePipeliner.cpp1511 dbgs() << "\t H = " << getHeight(&SUnits[i]) << "\n"; in computeNodeFunctions()
1918 if (maxHeight == nullptr || getHeight(I) > getHeight(maxHeight)) in computeNodeOrder()
1920 else if (getHeight(I) == getHeight(maxHeight) && in computeNodeOrder()
1923 else if (getHeight(I) == getHeight(maxHeight) && in computeNodeOrder()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1641 if (Members.getHeight() >= OtherMembers.getHeight()) { in merge()
/netbsd-src/external/mit/libcbor/dist/docs/doxygen/
H A Djquery.js87getHeight:function(l){return this.getOffset(l,true)},getOffset:function(n,l){var m;if(n.css("displ…