/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | GCNILPSched.cpp | 148 int LDepth = left->getDepth(); in BUCompareLatency() 149 int RDepth = right->getDepth(); in BUCompareLatency() 169 int spread = (int)left->getDepth() - (int)right->getDepth(); in pickBest() 172 << left->getDepth() << " != SU(" << right->NodeNum in pickBest() 173 << "): " << right->getDepth() << "\n"); in pickBest() 174 return left->getDepth() < right->getDepth() ? right : left; in pickBest() 231 if (left->getDepth() != right->getDepth()) in pickBest() 232 return (left->getDepth() < right->getDepth()) ? right : left; in pickBest()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ScoreboardHazardRecognizer.cpp | 138 if (StageCycle >= (int)RequiredScoreboard.getDepth()) { in getHazardType() 139 assert((StageCycle - Stalls) < (int)RequiredScoreboard.getDepth() && in getHazardType() 193 assert(((cycle + i) < RequiredScoreboard.getDepth()) && in EmitInstruction() 237 ReservedScoreboard[ReservedScoreboard.getDepth()-1] = 0; in RecedeCycle() 239 RequiredScoreboard[RequiredScoreboard.getDepth()-1] = 0; in RecedeCycle()
|
H A D | ScheduleDAG.cpp | 248 if (NewDepth <= getDepth()) in setDepthToAtLeast() 330 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath() 333 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) in biasCriticalPath() 350 dbgs() << " Depth : " << getDepth() << "\n"; in dumpAttributes() 406 (isBottomUp ? SUnit.getHeight() : SUnit.getDepth()) > in VerifyScheduledDAG()
|
H A D | PostRASchedulerList.cpp | 500 assert(CurCycle >= SU->getDepth() && in ScheduleNodeTopDown() 553 if (PendingQueue[i]->getDepth() <= CurCycle) { in ListScheduleTopDown() 559 } else if (PendingQueue[i]->getDepth() < MinDepth) in ListScheduleTopDown() 560 MinDepth = PendingQueue[i]->getDepth(); in ListScheduleTopDown()
|
H A D | CriticalAntiDepBreaker.cpp | 147 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() 463 if (!Max || SU.getDepth() + SU.Latency > Max->getDepth() + Max->Latency) in BreakAntiDependencies() 471 << (Max->getDepth() + Max->Latency) << "\n"); in BreakAntiDependencies()
|
H A D | MachineScheduler.cpp | 1379 if (LiveOutDepth > SU->getDepth()) in computeCyclicCriticalPath() 2481 if (SU->getDepth() > TopLatency) { in bumpNode() 2482 TopLatency = SU->getDepth(); in bumpNode() 2818 Latency = Cand.SU->getDepth(); in traceCandidate() 2827 Latency = Cand.SU->getDepth(); in traceCandidate() 2891 if (std::max(TryCand.SU->getDepth(), Cand.SU->getDepth()) > in tryLatency() 2893 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 2910 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 3062 if (SU->getDepth() > Rem.CriticalPath) in registerRoots() 3063 Rem.CriticalPath = SU->getDepth(); in registerRoots() [all …]
|
H A D | VLIWMachineScheduler.cpp | 230 if (SU.getDepth() > maxD) in schedule() 231 maxD = SU.getDepth(); in schedule() 640 ResCount += (SU->getDepth() * ScaleTwo); in SchedulingCost() 645 dbgstr << "d" << std::setw(3) << SU->getDepth() << "|"; in SchedulingCost()
|
H A D | MachineCombiner.cpp | 96 unsigned getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs, 208 MachineCombiner::getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs, in getDepth() function in MachineCombiner 377 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace); in improvesCriticalPathLen()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGVLIW.cpp | 124 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency()); in releaseSucc() 151 assert(CurCycle >= SU->getDepth() && "Node scheduled above its depth!"); in scheduleNodeTopDown() 184 if (PendingQueue[i]->getDepth() == CurCycle) { in listScheduleTopDown() 192 assert(PendingQueue[i]->getDepth() > CurCycle && "Negative latency?"); in listScheduleTopDown()
|
H A D | ScheduleDAGRRList.cpp | 2535 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() 2536 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() 2643 if (left->getDepth() != right->getDepth()) in BURRSort() 2644 return left->getDepth() < right->getDepth(); in BURRSort() 2804 int spread = (int)left->getDepth() - (int)right->getDepth(); in operator ()() 2807 << left->getDepth() << " != SU(" << right->NodeNum in operator ()() 2808 << "): " << right->getDepth() << "\n"); in operator ()() 2809 return left->getDepth() < right->getDepth(); in operator ()()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | SemaInternal.h | 67 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex() 70 return std::make_pair(NTTP->getDepth(), NTTP->getIndex()); in getDepthAndIndex() 73 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex() 80 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
|
/openbsd/gnu/llvm/clang/lib/Index/ |
H A D | CommentToXML.cpp | 67 if (LHS->getDepth() > 1) in operator ()() 69 if (RHS->getDepth() > 1) in operator ()() 73 if (LHS->getDepth() == 1 && RHS->getDepth() == 1) in operator ()() 387 if (C->getDepth() == 1) in visitTParamCommandComment() 402 if (C->getDepth() == 1) in visitTParamCommandComment() 776 if (C->isPositionValid() && C->getDepth() == 1) { in visitTParamCommandComment()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | VLIWMachineScheduler.h | 176 MaxPath = std::max(MaxPath, isTop() ? SU.getHeight() : SU.getDepth()); in init() 202 unsigned PathLength = isTop() ? SU->getHeight() : SU->getDepth(); in isLatencyBound()
|
H A D | ScoreboardHazardRecognizer.h | 57 size_t getDepth() const { return Depth; } in getDepth() function
|
H A D | MachinePipeliner.h | 231 unsigned getDepth(SUnit *Node) { return Node->getDepth(); } in getDepth() function 390 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU)); in computeNodeSetInfo()
|
H A D | ScheduleDFS.h | 159 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth()); in getILP()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | RegionPrinter.cpp | 100 << ((R.getDepth() * 2 % 12) + 1) << "\n"; in printRegionCluster() 105 << ((R.getDepth() * 2 % 12) + 2) << "\n"; in printRegionCluster()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 562 PDepth = P->getResolver()->getPMDataManager().getDepth(); in setLastUser() 585 unsigned APDepth = AR->getPMDataManager().getDepth(); in setLastUser() 1040 unsigned PDepth = this->getDepth(); in add() 1048 RDepth = DM.getDepth(); in add() 1184 << std::string(getDepth() * 2 + 1, ' '); in dumpPassInfo() 1251 dbgs() << (const void*)P << std::string(getDepth()*2+3, ' ') << Msg << " Analyses:"; in dumpAnalysisUsage() 1693 assert(PM->getDepth()==0 && "Pass Manager depth set too early"); in push() 1703 PM->setDepth(this->top()->getDepth()+1); in push()
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 477 if (TTPT->getDepth() > 0) in printEntryName() 478 OS << "(at depth " << TTPT->getDepth() << ") "; in printEntryName() 488 if (Decl->getDepth() > 0) in printEntryName() 489 OS << "(at depth " << Decl->getDepth() << ") "; in printEntryName() 497 if (Decl->getDepth() > 0) in printEntryName() 498 OS << "(at depth " << Decl->getDepth() << ") "; in printEntryName()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 129 for (unsigned I = 0, N = TTP->getDepth() + 1; I != N; ++I) in HandleDefaultTempArgIntoTempTempParam() 1474 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformDecl() 1479 if (!TemplateArgs.hasTemplateArgument(TTP->getDepth(), in TransformDecl() 1522 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformFirstQualifierInScope() 1610 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformTemplateName() 1615 if (!TemplateArgs.hasTemplateArgument(TTP->getDepth(), in TransformTemplateName() 1635 TemplateArgs.getAssociatedDecl(TTP->getDepth()); in TransformTemplateName() 1700 if (!TemplateArgs.hasTemplateArgument(NTTP->getDepth(), in TransformTemplateParmRefExpr() 1984 if (NTTP->getDepth() < TemplateArgs.getNumLevels()) in TransformDeclRefExpr() 2066 if (T->getDepth() < TemplateArgs.getNumLevels()) { in TransformTemplateTypeParmType() [all …]
|
H A D | SemaTemplateVariadic.cpp | 49 if (FTD && FTD->getTemplateParameters()->getDepth() >= DepthLimit) in addUnexpanded() 58 if (T->getDepth() < DepthLimit) in addUnexpanded() 254 DepthLimit = TPL->getDepth(); in TraverseLambdaExpr() 690 Depth = TTP->getDepth(); in CheckParameterPacksForExpansion() 819 Depth = TTP->getDepth(); in getNumArgumentsInExpansion()
|
H A D | SemaTemplateDeduction.cpp | 185 if (NTTP->getDepth() == Depth) in getDeducedParameterFromExpr() 385 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceNonTypeTemplateArgument() 509 if (TempParam->getDepth() != Info.getDeducedDepth()) in DeduceTemplateArguments() 1500 assert(TTP->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch() 5795 TemplateDeductionInfo Info(Loc, A->getDepth()); in isTemplateTemplateParameterAtLeastAsSpecializedAs() 5810 if (T->getDepth() == Depth) in VisitTemplateTypeParmType() 5818 if (TTP->getDepth() == Depth) in TraverseTemplateName() 5827 if (NTTP->getDepth() == Depth) in VisitDeclRefExpr() 5856 if (NTTP->getDepth() == Depth) in MarkUsedTemplateParameters() 5893 if (TTP->getDepth() == Depth) in MarkUsedTemplateParameters() [all …]
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CXComment.cpp | 332 return TPCC->getDepth(); in clang_TParamCommandComment_getDepth() 337 if (!TPCC || !TPCC->isPositionValid() || Depth >= TPCC->getDepth()) in clang_TParamCommandComment_getIndex()
|
/openbsd/gnu/llvm/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 407 unsigned short &getDepth() { in getDepth() function 451 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | GenericUniformityImpl.h | 914 ExitLevelCycle ? ExitLevelCycle->getDepth() : 0; in propagateCycleExitDivergence() 917 while (DivCycle && DivCycle->getDepth() > CycleExitDepth) { in propagateCycleExitDivergence() 1115 return A->getDepth() > B->getDepth(); in analyzeControlDivergence()
|