Home
last modified time | relevance | path

Searched refs:getDepth (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp149 int LDepth = left->getDepth(); in BUCompareLatency()
150 int RDepth = right->getDepth(); in BUCompareLatency()
170 int spread = (int)left->getDepth() - (int)right->getDepth(); in pickBest()
173 << left->getDepth() << " != SU(" << right->NodeNum in pickBest()
174 << "): " << right->getDepth() << "\n"); in pickBest()
175 return left->getDepth() < right->getDepth() ? right : left; in pickBest()
232 if (left->getDepth() != right->getDepth()) in pickBest()
233 return (left->getDepth() < right->getDepth()) ? right : left; in pickBest()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp139 if (StageCycle >= (int)RequiredScoreboard.getDepth()) { in getHazardType()
140 assert((StageCycle - Stalls) < (int)RequiredScoreboard.getDepth() && in getHazardType()
194 assert(((cycle + i) < RequiredScoreboard.getDepth()) && in EmitInstruction()
238 ReservedScoreboard[ReservedScoreboard.getDepth()-1] = 0; in RecedeCycle()
240 RequiredScoreboard[RequiredScoreboard.getDepth()-1] = 0; in RecedeCycle()
H A DScheduleDAG.cpp244 if (NewDepth <= getDepth()) in setDepthToAtLeast()
326 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath()
329 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) in biasCriticalPath()
346 dbgs() << " Depth : " << getDepth() << "\n"; in dumpAttributes()
402 (isBottomUp ? SUnit.getHeight() : SUnit.getDepth()) > in VerifyScheduledDAG()
H A DPostRASchedulerList.cpp504 assert(CurCycle >= SU->getDepth() && in ScheduleNodeTopDown()
557 if (PendingQueue[i]->getDepth() <= CurCycle) { in ListScheduleTopDown()
563 } else if (PendingQueue[i]->getDepth() < MinDepth) in ListScheduleTopDown()
564 MinDepth = PendingQueue[i]->getDepth(); in ListScheduleTopDown()
H A DCriticalAntiDepBreaker.cpp154 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep()
458 if (!Max || SU->getDepth() + SU->Latency > Max->getDepth() + Max->Latency) in BreakAntiDependencies()
465 << (Max->getDepth() + Max->Latency) << "\n"); in BreakAntiDependencies()
H A DMachineScheduler.cpp1370 if (LiveOutDepth > SU->getDepth()) in computeCyclicCriticalPath()
2267 if (SU->getDepth() > TopLatency) { in bumpNode()
2268 TopLatency = SU->getDepth(); in bumpNode()
2587 Latency = Cand.SU->getDepth(); in traceCandidate()
2596 Latency = Cand.SU->getDepth(); in traceCandidate()
2656 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
2669 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
2816 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
2817 Rem.CriticalPath = SU->getDepth(); in registerRoots()
3319 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
[all …]
H A DMachineCombiner.cpp89 unsigned getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs,
158 MachineCombiner::getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs, in getDepth() function in MachineCombiner
310 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace); in improvesCriticalPathLen()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp130 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency()); in releaseSucc()
158 assert(CurCycle >= SU->getDepth() && "Node scheduled above its depth!"); in scheduleNodeTopDown()
191 if (PendingQueue[i]->getDepth() == CurCycle) { in listScheduleTopDown()
199 assert(PendingQueue[i]->getDepth() > CurCycle && "Negative latency?"); in listScheduleTopDown()
H A DScheduleDAGRRList.cpp2491 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency()
2492 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency()
2599 if (left->getDepth() != right->getDepth()) in BURRSort()
2600 return left->getDepth() < right->getDepth(); in BURRSort()
2760 int spread = (int)left->getDepth() - (int)right->getDepth(); in operator ()()
2763 << left->getDepth() << " != SU(" << right->NodeNum in operator ()()
2764 << "): " << right->getDepth() << "\n"); in operator ()()
2765 return left->getDepth() < right->getDepth(); in operator ()()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp661 const uint32_t Depth = Die->getDepth(); in getParent()
671 if (DieArray[I].getDepth() == ParentDepth) in getParent()
680 uint32_t Depth = Die->getDepth(); in getSibling()
691 if (DieArray[I].getDepth() == Depth) in getSibling()
700 uint32_t Depth = Die->getDepth(); in getPreviousSibling()
708 if (DieArray[I].getDepth() == Depth - 1) in getPreviousSibling()
710 if (DieArray[I].getDepth() == Depth) in getPreviousSibling()
731 uint32_t Depth = Die->getDepth(); in getLastChild()
734 if (DieArray[I].getDepth() == Depth + 1 && in getLastChild()
737 assert(DieArray[I].getDepth() > Depth && "Not processing children?"); in getLastChild()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h107 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
110 return std::make_pair(NTTP->getDepth(), NTTP->getIndex()); in getDepthAndIndex()
113 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
120 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp66 if (LHS->getDepth() > 1) in operator ()()
68 if (RHS->getDepth() > 1) in operator ()()
72 if (LHS->getDepth() == 1 && RHS->getDepth() == 1) in operator ()()
385 if (C->getDepth() == 1) in visitTParamCommandComment()
400 if (C->getDepth() == 1) in visitTParamCommandComment()
770 if (C->isPositionValid() && C->getDepth() == 1) { in visitTParamCommandComment()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h187 MaxPath = std::max(MaxPath, isTop() ? SU.getHeight() : SU.getDepth()); in init()
213 unsigned PathLength = isTop() ? SU->getHeight() : SU->getDepth(); in isLatencyBound()
H A DHexagonMachineScheduler.cpp216 ++su) if (SUnits[su].getDepth() > maxD) maxD = in schedule()
217 SUnits[su].getDepth(); in schedule()
619 ResCount += (SU->getDepth() * ScaleTwo); in SchedulingCost()
624 dbgstr << "d" << std::setw(3) << SU->getDepth() << "|"; in SchedulingCost()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp105 for (unsigned I = 0, N = TTP->getDepth() + 1; I != N; ++I) in getTemplateInstantiationArgs()
976 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformDecl()
981 if (!TemplateArgs.hasTemplateArgument(TTP->getDepth(), in TransformDecl()
1024 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformFirstQualifierInScope()
1115 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformTemplateName()
1120 if (!TemplateArgs.hasTemplateArgument(TTP->getDepth(), in TransformTemplateName()
1180 if (!TemplateArgs.hasTemplateArgument(NTTP->getDepth(), in TransformTemplateParmRefExpr()
1401 if (NTTP->getDepth() < TemplateArgs.getNumLevels()) in TransformDeclRefExpr()
1451 if (T->getDepth() < TemplateArgs.getNumLevels()) { in TransformTemplateTypeParmType()
1459 if (!TemplateArgs.hasTemplateArgument(T->getDepth(), T->getIndex())) { in TransformTemplateTypeParmType()
[all …]
H A DSemaTemplateVariadic.cpp49 if (FTD && FTD->getTemplateParameters()->getDepth() >= DepthLimit) in addUnexpanded()
58 if (T->getDepth() < DepthLimit) in addUnexpanded()
254 DepthLimit = TPL->getDepth(); in TraverseLambdaExpr()
649 Depth = TTP->getDepth(); in CheckParameterPacksForExpansion()
778 Depth = TTP->getDepth(); in getNumArgumentsInExpansion()
H A DSemaTemplateDeduction.cpp192 if (NTTP->getDepth() == Info.getDeducedDepth()) in getDeducedParameterFromExpr()
380 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceNonTypeTemplateArgument()
496 if (TempParam->getDepth() != Info.getDeducedDepth()) in DeduceTemplateArguments()
1336 Info.getDeducedDepth() != TemplateTypeParm->getDepth()) in DeduceTemplateArgumentsByTypeMatch()
1640 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch()
1705 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch()
4809 TemplateParams->getDepth(), in isAtLeastAsSpecializedAs()
5212 TemplateDeductionInfo Info(Loc, A->getDepth()); in isTemplateTemplateParameterAtLeastAsSpecializedAs()
5253 if (NTTP->getDepth() == Depth) in MarkUsedTemplateParameters()
5290 if (TTP->getDepth() == Depth) in MarkUsedTemplateParameters()
[all …]
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DRegionPrinter.cpp112 << ((R.getDepth() * 2 % 12) + 1) << "\n"; in printRegionCluster()
117 << ((R.getDepth() * 2 % 12) + 2) << "\n"; in printRegionCluster()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h48 uint32_t getDepth() const { return Depth; } in getDepth() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h58 size_t getDepth() const { return Depth; } in getDepth() function
H A DMachinePipeliner.h218 unsigned getDepth(SUnit *Node) { return Node->getDepth(); } in getDepth() function
409 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU)); in computeNodeSetInfo()
H A DScheduleDFS.h160 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth()); in getILP()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLegacyPassManager.cpp606 PDepth = P->getResolver()->getPMDataManager().getDepth(); in setLastUser()
624 unsigned APDepth = AR->getPMDataManager().getDepth(); in setLastUser()
1089 unsigned PDepth = this->getDepth(); in add()
1097 RDepth = DM.getDepth(); in add()
1237 << std::string(getDepth() * 2 + 1, ' '); in dumpPassInfo()
1307 dbgs() << (const void*)P << std::string(getDepth()*2+3, ' ') << Msg << " Analyses:"; in dumpAnalysisUsage()
1907 assert(PM->getDepth()==0 && "Pass Manager depth set too early"); in push()
1917 PM->setDepth(this->top()->getDepth()+1); in push()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp117 unsigned TemplateParameterList::getDepth() const { in getDepth() function in TemplateParameterList
123 return TTP->getDepth(); in getDepth()
125 return NTTP->getDepth(); in getDepth()
127 return cast<TemplateTemplateParmDecl>(FirstParm)->getDepth(); in getDepth()
518 unsigned TemplateTypeParmDecl::getDepth() const { in getDepth() function in TemplateTypeParmDecl
519 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getDepth(); in getDepth()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h373 unsigned short &getDepth() { in getDepth() function
417 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()

123