Searched refs:getDepth (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp149 int LDepth = left->getDepth();
150 int RDepth = right->getDepth();
170 int spread = (int)left->getDepth() - (int)right->getDepth();
173 << left->getDepth() << " != SU(" << right->NodeNum
174 << "): " << right->getDepth() << "\n");
175 return left->getDepth() < right->getDepth() ? right : left;
232 if (left->getDepth() != right->getDepth())
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp138 if (StageCycle >= (int)RequiredScoreboard.getDepth()) {
139 assert((StageCycle - Stalls) < (int)RequiredScoreboard.getDepth() &&
193 assert(((cycle + i) < RequiredScoreboard.getDepth()) &&
237 ReservedScoreboard[ReservedScoreboard.getDepth()-1] = 0;
239 RequiredScoreboard[RequiredScoreboard.getDepth()-1] = 0;
H A DScheduleDAG.cpp248 if (NewDepth <= getDepth())
330 unsigned MaxDepth = BestI->getSUnit()->getDepth();
333 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth)
350 dbgs() << " Depth : " << getDepth() << "\n";
406 (isBottomUp ? SUnit.getHeight() : SUnit.getDepth()) >
H A DPostRASchedulerList.cpp473 // SuccSU->setDepthToAtLeast(SU->getDepth() + SuccEdge->getLatency());
504 assert(CurCycle >= SU->getDepth() &&
557 if (PendingQueue[i]->getDepth() <= CurCycle) {
563 } else if (PendingQueue[i]->getDepth() < MinDepth)
564 MinDepth = PendingQueue[i]->getDepth();
H A DCriticalAntiDepBreaker.cpp153 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency;
467 if (!Max || SU->getDepth() + SU->Latency > Max->getDepth() + Max->Latency)
475 << (Max->getDepth() + Max->Latency) << "\n");
H A DMachineCombiner.cpp94 unsigned getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs,
165 MachineCombiner::getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs, function in class:MachineCombiner
317 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace);
H A DMachineScheduler.cpp1340 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency;
1357 if (LiveOutDepth > SU->getDepth())
1358 CyclicLatency = LiveOutDepth - SU->getDepth();
2302 if (SU->getDepth() > TopLatency) {
2303 TopLatency = SU->getDepth();
2617 Latency = Cand.SU->getDepth();
2626 Latency = Cand.SU->getDepth();
2685 if (Cand.SU->getDepth() > Zone.getScheduledLatency()) {
2686 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(),
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h47 uint32_t getDepth() const { return Depth; } function in class:llvm::DWARFDebugInfoEntry
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp128 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency());
156 assert(CurCycle >= SU->getDepth() && "Node scheduled above its depth!");
189 if (PendingQueue[i]->getDepth() == CurCycle) {
197 assert(PendingQueue[i]->getDepth() > CurCycle && "Negative latency?");
H A DScheduleDAGRRList.cpp2508 int LDepth = left->getDepth() - LPenalty;
2509 int RDepth = right->getDepth() - RPenalty;
2616 if (left->getDepth() != right->getDepth())
2617 return left->getDepth() < right->getDepth();
2777 int spread = (int)left->getDepth() - (int)right->getDepth();
2780 << left->getDepth() << " != SU(" << right->NodeNum
2781 << "): " << right->getDepth() << "\
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h57 size_t getDepth() const { return Depth; } function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
H A DScheduleDFS.h159 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
H A DMachinePipeliner.h226 unsigned getDepth(SUnit *Node) { return Node->getDepth(); } function in class:llvm::SwingSchedulerDAG
373 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp65 if (LHS->getDepth() > 1)
67 if (RHS->getDepth() > 1)
71 if (LHS->getDepth() == 1 && RHS->getDepth() == 1)
385 if (C->getDepth() == 1)
400 if (C->getDepth() == 1)
774 if (C->isPositionValid() && C->getDepth() == 1) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h67 return std::make_pair(TTP->getDepth(), TTP->getIndex());
70 return std::make_pair(NTTP->getDepth(), NTTP->getIndex());
73 return std::make_pair(TTP->getDepth(), TTP->getIndex());
80 return std::make_pair(TTP->getDepth(), TTP->getIndex());
H A DScope.h266 unsigned getDepth() const { return Depth; } function in class:clang::Scope
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp769 const uint32_t Depth = Die->getDepth();
779 if (DieArray[I].getDepth() == ParentDepth)
788 uint32_t Depth = Die->getDepth();
799 if (DieArray[I].getDepth() == Depth)
808 uint32_t Depth = Die->getDepth();
816 if (DieArray[I].getDepth() == Depth - 1)
818 if (DieArray[I].getDepth() == Depth)
839 uint32_t Depth = Die->getDepth();
842 if (DieArray[I].getDepth() == Depth + 1 &&
845 assert(DieArray[I].getDepth() > Dept
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h186 MaxPath = std::max(MaxPath, isTop() ? SU.getHeight() : SU.getDepth());
212 unsigned PathLength = isTop() ? SU->getHeight() : SU->getDepth();
H A DHexagonMachineScheduler.cpp217 ++su) if (SUnits[su].getDepth() > maxD) maxD =
218 SUnits[su].getDepth();
620 ResCount += (SU->getDepth() * ScaleTwo);
625 dbgstr << "d" << std::setw(3) << SU->getDepth() << "|";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp112 << ((R.getDepth() * 2 % 12) + 1) << "\n";
117 << ((R.getDepth() * 2 % 12) + 2) << "\n";
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp48 if (FTD && FTD->getTemplateParameters()->getDepth() >= DepthLimit)
57 if (T->getDepth() < DepthLimit)
253 DepthLimit = TPL->getDepth();
667 Depth = TTP->getDepth();
796 Depth = TTP->getDepth();
H A DSemaTemplateInstantiate.cpp111 for (unsigned I = 0, N = TTP->getDepth() + 1; I != N; ++I)
1198 if (TTP->getDepth() < TemplateArgs.getNumLevels()) {
1203 if (!TemplateArgs.hasTemplateArgument(TTP->getDepth(),
1207 TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getPosition());
1246 if (TTP->getDepth() < TemplateArgs.getNumLevels()) {
1248 TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getIndex());
1337 if (TTP->getDepth() < TemplateArgs.getNumLevels()) {
1342 if (!TemplateArgs.hasTemplateArgument(TTP->getDepth(),
1346 TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getPosition());
1402 if (!TemplateArgs.hasTemplateArgument(NTTP->getDepth(),
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h391 unsigned short &getDepth() { function in class:clang::BalancedDelimiterTracker
435 if (getDepth() < P.getLangOpts().BracketDepth) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp553 PDepth = P->getResolver()->getPMDataManager().getDepth();
571 unsigned APDepth = AR->getPMDataManager().getDepth();
1036 unsigned PDepth = this->getDepth();
1044 RDepth = DM.getDepth();
1184 << std::string(getDepth() * 2 + 1, ' ');
1251 dbgs() << (const void*)P << std::string(getDepth()*2+3, ' ') << Msg << " Analyses:";
1744 assert(PM->getDepth()==0 && "Pass Manager depth set too early");
1754 PM->setDepth(this->top()->getDepth()+1);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCxxModuleHandler.cpp85 if (s->getDepth() != 0)

Completed in 372 milliseconds

123