| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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 | 1373 if (LiveOutDepth > SU->getDepth()) in computeCyclicCriticalPath() 2475 if (SU->getDepth() > TopLatency) { in bumpNode() 2476 TopLatency = SU->getDepth(); in bumpNode() 2788 Latency = Cand.SU->getDepth(); in traceCandidate() 2797 Latency = Cand.SU->getDepth(); in traceCandidate() 2861 if (std::max(TryCand.SU->getDepth(), Cand.SU->getDepth()) > in tryLatency() 2863 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 2880 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 3032 if (SU->getDepth() > Rem.CriticalPath) in registerRoots() 3033 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()
|
| /llvm-project-15.0.7/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 | 2524 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() 2525 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() 2632 if (left->getDepth() != right->getDepth()) in BURRSort() 2633 return left->getDepth() < right->getDepth(); in BURRSort() 2793 int spread = (int)left->getDepth() - (int)right->getDepth(); in operator ()() 2796 << left->getDepth() << " != SU(" << right->NodeNum in operator ()() 2797 << "): " << right->getDepth() << "\n"); in operator ()() 2798 return left->getDepth() < right->getDepth(); in operator ()()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | NestedMatcher.cpp | 76 unsigned NestedPattern::getDepth() const { in getDepth() function in NestedPattern 82 depth = std::max(depth, c.getDepth()); in getDepth()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | Predicate.cpp | 23 return operationPos->getDepth(); in getOperationDepth()
|
| /llvm-project-15.0.7/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 | ScheduleDFS.h | 159 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth()); in getILP()
|
| H A D | MachinePipeliner.h | 229 unsigned getDepth(SUnit *Node) { return Node->getDepth(); } in getDepth() function 388 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU)); in computeNodeSetInfo()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 545 if (TTPT->getDepth() > 0) in printEntryName() 546 OS << "(at depth " << TTPT->getDepth() << ") "; in printEntryName() 556 if (Decl->getDepth() > 0) in printEntryName() 557 OS << "(at depth " << Decl->getDepth() << ") "; in printEntryName() 565 if (Decl->getDepth() > 0) in printEntryName() 566 OS << "(at depth " << Decl->getDepth() << ") "; in printEntryName()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 110 for (unsigned I = 0, N = TTP->getDepth() + 1; I != N; ++I) in getTemplateInstantiationArgs() 1237 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformDecl() 1242 if (!TemplateArgs.hasTemplateArgument(TTP->getDepth(), in TransformDecl() 1285 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformFirstQualifierInScope() 1373 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformTemplateName() 1378 if (!TemplateArgs.hasTemplateArgument(TTP->getDepth(), in TransformTemplateName() 1451 if (!TemplateArgs.hasTemplateArgument(NTTP->getDepth(), in TransformTemplateParmRefExpr() 1727 if (NTTP->getDepth() < TemplateArgs.getNumLevels()) in TransformDeclRefExpr() 1781 if (T->getDepth() < TemplateArgs.getNumLevels()) { in TransformTemplateTypeParmType() 1789 if (!TemplateArgs.hasTemplateArgument(T->getDepth(), T->getIndex())) { in TransformTemplateTypeParmType() [all …]
|
| H A D | SemaTemplateVariadic.cpp | 48 if (FTD && FTD->getTemplateParameters()->getDepth() >= DepthLimit) in addUnexpanded() 57 if (T->getDepth() < DepthLimit) in addUnexpanded() 253 DepthLimit = TPL->getDepth(); in TraverseLambdaExpr() 688 Depth = TTP->getDepth(); in CheckParameterPacksForExpansion() 817 Depth = TTP->getDepth(); in getNumArgumentsInExpansion()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/ |
| H A D | NestedMatcher.h | 112 unsigned getDepth() const;
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | RAIIObjectsForParser.h | 394 unsigned short &getDepth() { in getDepth() function 438 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()
|
| /llvm-project-15.0.7/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()
|