Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
227 if (left->getHeight() != right->getHeight()) in pickBest()
228 return (left->getHeight() > right->getHeight()) ? right : left; in pickBest()
257 if (C.SU->getHeight() <= CurCycle) { in releasePending()
280 PredSU->setHeightToAtLeast(SU->getHeight() + PredEdge.getLatency()); in releasePredecessors()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h78 if (lhs->getHeight() > rhs->getHeight()) in operator()
80 else if (lhs->getHeight() < rhs->getHeight()) in operator()
H A DSystemZMachineScheduler.cpp190 dbgs() << " Height:" << c.SU->getHeight(); dbgs() << "\n";); in pickNode()
231 if (SU->getHeight() > other.SU->getHeight()) in operator <()
233 if (SU->getHeight() < other.SU->getHeight()) in operator <()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h70 unsigned getHeight() const { return height; } in getHeight() function
186 assert(getHeight() == ( HL > HR ? HL : HR ) + 1 in validateTree()
202 return getHeight(); in validateTree()
424 unsigned getHeight(TreeTy* T) const { return T ? T->getHeight() : 0; }
433 unsigned hl = getHeight(L);
434 unsigned hr = getHeight(R);
491 unsigned hl = getHeight(L);
492 unsigned hr = getHeight(R);
500 if (getHeight(LL) >= getHeight(LR))
517 if (getHeight(RR) >= getHeight(RL))
[all …]
H A DImmutableMap.h189 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } in getHeight() function
319 unsigned getHeight() const { return Root ? Root->getHeight() : 0; } in getHeight() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp416 PredSU->setHeightToAtLeast(SU->getHeight() + PredEdge->getLatency()); in ReleasePred()
424 unsigned Height = PredSU->getHeight(); in ReleasePred()
614 unsigned ReadyCycle = PendingQueue[i]->getHeight(); in ReleasePending()
664 unsigned ReadyCycle = SU->getHeight(); in AdvancePastStalls()
743 if (CurCycle < SU->getHeight()) in ScheduleNodeBottomUp()
744 LLVM_DEBUG(dbgs() << " Height [" << SU->getHeight() in ScheduleNodeBottomUp()
838 LLVM_DEBUG(dbgs() << "*** Unscheduling [" << SU->getHeight() << "]: "); in UnscheduleNodeBottomUp()
904 Succ2.getSUnit()->getHeight() < LiveRegGens[Reg]->getHeight()) in UnscheduleNodeBottomUp()
910 if (SU->getHeight() < MinAvailableCycle) in UnscheduleNodeBottomUp()
911 MinAvailableCycle = SU->getHeight(); in UnscheduleNodeBottomUp()
[all …]
H A DResourcePriorityQueue.cpp405 ResCount += (SU->getHeight() * ScaleTwo); in SUSchedulingCost()
419 ResCount += (SU->getHeight() * ScaleTwo); in SUSchedulingCost()
H A DScheduleDAGFast.cpp175 assert(CurCycle >= SU->getHeight() && "Node scheduled below its height!"); in ScheduleNodeBottomUp()
184 if (LiveRegCycles[Succ.getReg()] == Succ.getSUnit()->getHeight()) { in ScheduleNodeBottomUp()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h180 MaxPath = std::max(MaxPath, isTop() ? SU.getHeight() : SU.getDepth()); in init()
206 unsigned PathLength = isTop() ? SU->getHeight() : SU->getDepth(); in isLatencyBound()
H A DLatencyPriorityQueue.h70 return (*SUnits)[NodeNum].getHeight(); in getLatency()
H A DResourcePriorityQueue.h95 return (*SUnits)[NodeNum].getHeight(); in getLatency()
H A DMachinePipeliner.h413 unsigned getHeight(SUnit *Node) { return Node->getHeight(); } in getHeight() function
H A DScheduleDAG.h428 unsigned getHeight() const { in getHeight() function
H A DMachineScheduler.h985 return isTop() ? SU->getHeight() : SU->getDepth(); in getUnscheduledLatency()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLifetimeSafety.cpp557 if (Origins.getHeight() < Other.Origins.getHeight()) in join()
574 if (a.getHeight() < b.getHeight()) in join()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp256 if (NewHeight <= getHeight()) in setHeightToAtLeast()
353 dbgs() << " Height : " << getHeight() << "\n"; in dumpAttributes()
411 (isBottomUp ? SUnit.getHeight() : SUnit.getDepth()) > in VerifyScheduledDAG()
H A DVLIWMachineScheduler.cpp223 if (SU.getHeight() > maxH) in schedule()
224 maxH = SU.getHeight(); in schedule()
617 ResCount += (SU->getHeight() * ScaleTwo); in SchedulingCost()
622 dbgstr << "h" << std::setw(3) << SU->getHeight() << "|"; in SchedulingCost()
H A DMachineScheduler.cpp1852 unsigned LiveOutHeight = DefSU->getHeight(); in computeCyclicCriticalPath()
1873 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath()
3094 if (SU->getHeight() > BotLatency) { in bumpNode()
3095 BotLatency = SU->getHeight(); in bumpNode()
3439 Latency = Cand.SU->getHeight(); in traceCandidate()
3442 Latency = Cand.SU->getHeight(); in traceCandidate()
3515 if (tryGreater(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency()
3522 if (std::max(TryCand.SU->getHeight(), Cand.SU->getHeight()) > in tryLatency()
3524 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency()
H A DMachinePipeliner.cpp2125 dbgs() << "\t H = " << getHeight(&SUnits[i]) << "\n"; in computeNodeFunctions()
2543 if (maxHeight == nullptr || getHeight(I) > getHeight(maxHeight)) in computeNodeOrder()
2545 else if (getHeight(I) == getHeight(maxHeight) && in computeNodeOrder()
2548 else if (getHeight(I) == getHeight(maxHeight) && in computeNodeOrder()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h157 int getHeight(SDNode *N);
H A DHexagonISelDAGToDAG.cpp1802 int HexagonDAGToDAGISel::getHeight(SDNode *N) { in getHeight() function in HexagonDAGToDAGISel
2089 RootHeights[N] = std::max(getHeight(N->getOperand(0).getNode()), in balanceSubTree()
2090 getHeight(N->getOperand(1).getNode())) + 1; in balanceSubTree()
2181 NodeHeights[Child] = getHeight(Child.getNode()); in balanceSubTree()
2273 NodeHeights[GA.Value] = getHeight(GA.Value.getNode()); in balanceSubTree()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2361 if (Members.getHeight() >= OtherMembers.getHeight()) { in merge()
/freebsd/contrib/lutok/api-docs/html/
H A Djquery.js34getHeight:function(t){return this.getOffset(t,!0)},getOffset:function(t,e){var i;"none"==t.css("di…