| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ScoreboardHazardRecognizer.cpp | 139 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 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 | 502 assert(CurCycle >= SU->getDepth() && in ScheduleNodeTopDown() 555 if (PendingQueue[i]->getDepth() <= CurCycle) { in ListScheduleTopDown() 561 } else if (PendingQueue[i]->getDepth() < MinDepth) in ListScheduleTopDown() 562 MinDepth = PendingQueue[i]->getDepth(); in ListScheduleTopDown()
|
| H A D | CriticalAntiDepBreaker.cpp | 148 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() 461 if (!Max || SU->getDepth() + SU->Latency > Max->getDepth() + Max->Latency) in BreakAntiDependencies() 469 << (Max->getDepth() + Max->Latency) << "\n"); in BreakAntiDependencies()
|
| H A D | MachineScheduler.cpp | 1357 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath() 1374 if (LiveOutDepth > SU->getDepth()) in computeCyclicCriticalPath() 1375 CyclicLatency = LiveOutDepth - SU->getDepth(); in computeCyclicCriticalPath() 2476 if (SU->getDepth() > TopLatency) { in bumpNode() 2477 TopLatency = SU->getDepth(); in bumpNode() 2789 Latency = Cand.SU->getDepth(); in traceCandidate() 2798 Latency = Cand.SU->getDepth(); in traceCandidate() 2860 if (std::max(TryCand.SU->getDepth(), Cand.SU->getDepth()) > in tryLatency() 2862 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 2879 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() [all …]
|
| H A D | MachineCombiner.cpp | 96 unsigned getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs, 171 MachineCombiner::getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs, in getDepth() function in MachineCombiner 341 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace); in improvesCriticalPathLen()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGVLIW.cpp | 128 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency()); in releaseSucc() 155 assert(CurCycle >= SU->getDepth() && "Node scheduled above its depth!"); in scheduleNodeTopDown() 188 if (PendingQueue[i]->getDepth() == CurCycle) { in listScheduleTopDown() 196 assert(PendingQueue[i]->getDepth() > CurCycle && "Negative latency?"); in listScheduleTopDown()
|
| H A D | ScheduleDAGRRList.cpp | 2511 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() 2512 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() 2619 if (left->getDepth() != right->getDepth()) in BURRSort() 2620 return left->getDepth() < right->getDepth(); in BURRSort() 2780 int spread = (int)left->getDepth() - (int)right->getDepth(); in operator ()() 2783 << left->getDepth() << " != SU(" << right->NodeNum in operator ()() 2784 << "): " << right->getDepth() << "\n"); in operator ()() 2785 return left->getDepth() < right->getDepth(); in operator ()()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 714 const uint32_t Depth = Die->getDepth(); in getParent() 724 if (DieArray[I].getDepth() == ParentDepth) in getParent() 733 uint32_t Depth = Die->getDepth(); in getSibling() 744 if (DieArray[I].getDepth() == Depth) in getSibling() 753 uint32_t Depth = Die->getDepth(); in getPreviousSibling() 761 if (DieArray[I].getDepth() == Depth - 1) in getPreviousSibling() 763 if (DieArray[I].getDepth() == Depth) in getPreviousSibling() 784 uint32_t Depth = Die->getDepth(); in getLastChild() 787 if (DieArray[I].getDepth() == Depth + 1 && in getLastChild() 790 assert(DieArray[I].getDepth() > Depth && "Not processing children?"); in getLastChild()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonMachineScheduler.h | 186 MaxPath = std::max(MaxPath, isTop() ? SU.getHeight() : SU.getDepth()); in init() 212 unsigned PathLength = isTop() ? SU->getHeight() : SU->getDepth(); in isLatencyBound()
|
| H A D | HexagonMachineScheduler.cpp | 217 ++su) if (SUnits[su].getDepth() > maxD) maxD = in schedule() 218 SUnits[su].getDepth(); in schedule() 620 ResCount += (SU->getDepth() * ScaleTwo); in SchedulingCost() 625 dbgstr << "d" << std::setw(3) << SU->getDepth() << "|"; in SchedulingCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | RegionPrinter.cpp | 112 << ((R.getDepth() * 2 % 12) + 1) << "\n"; in printRegionCluster() 117 << ((R.getDepth() * 2 % 12) + 2) << "\n"; in printRegionCluster()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 569 PDepth = P->getResolver()->getPMDataManager().getDepth(); in setLastUser() 592 unsigned APDepth = AR->getPMDataManager().getDepth(); in setLastUser() 1049 unsigned PDepth = this->getDepth(); in add() 1057 RDepth = DM.getDepth(); in add() 1193 << std::string(getDepth() * 2 + 1, ' '); in dumpPassInfo() 1260 dbgs() << (const void*)P << std::string(getDepth()*2+3, ' ') << Msg << " Analyses:"; in dumpAnalysisUsage() 1702 assert(PM->getDepth()==0 && "Pass Manager depth set too early"); in push() 1712 PM->setDepth(this->top()->getDepth()+1); in push()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugInfoEntry.h | 47 uint32_t getDepth() const { return Depth; } in getDepth() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 112 for (unsigned I = 0, N = TTP->getDepth() + 1; I != N; ++I) in getTemplateInstantiationArgs() 1221 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformDecl() 1226 if (!TemplateArgs.hasTemplateArgument(TTP->getDepth(), in TransformDecl() 1230 TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getPosition()); in TransformDecl() 1269 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformFirstQualifierInScope() 1271 TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getIndex()); in TransformFirstQualifierInScope() 1360 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformTemplateName() 1365 if (!TemplateArgs.hasTemplateArgument(TTP->getDepth(), in TransformTemplateName() 1369 TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getPosition()); in TransformTemplateName() 1438 if (!TemplateArgs.hasTemplateArgument(NTTP->getDepth(), in TransformTemplateParmRefExpr() [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() 691 Depth = TTP->getDepth(); in CheckParameterPacksForExpansion() 820 Depth = TTP->getDepth(); in getNumArgumentsInExpansion()
|
| H A D | SemaTemplateDeduction.cpp | 198 if (NTTP->getDepth() == Depth) in getDeducedParameterFromExpr() 391 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceNonTypeTemplateArgument() 515 if (TempParam->getDepth() != Info.getDeducedDepth()) in DeduceTemplateArguments() 1464 Info.getDeducedDepth() != TemplateTypeParm->getDepth()) in DeduceTemplateArgumentsByTypeMatch() 1497 assert(TemplateTypeParm->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch() 1773 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch() 1838 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch() 5204 TemplateParams->getDepth(), in isAtLeastAsSpecializedAs() 5210 TemplateParams->getDepth(), UsedParameters); in isAtLeastAsSpecializedAs() 5215 TemplateParams->getDepth(), in isAtLeastAsSpecializedAs() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 220 unsigned getDepth(SUnit *Node) { return Node->getDepth(); } in getDepth() function 379 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU)); in computeNodeSetInfo()
|
| 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| H A D | RAIIObjectsForParser.h | 391 unsigned short &getDepth() { in getDepth() function 435 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|