| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | block-in-ctor-dtor.cpp | 7 class Zone { class 9 Zone(); 10 ~Zone(); 13 Zone::Zone() { in Zone() function in Zone 18 Zone::~Zone() { in ~Zone() 23 class X : public virtual Zone {
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineScheduler.cpp | 35 SchedCandidate &FirstCand = Zone.isTop() ? TryCand : Cand; in biasAddiLoadCandidate() 36 SchedCandidate &SecondCand = Zone.isTop() ? Cand : TryCand; in biasAddiLoadCandidate() 51 SchedBoundary *Zone) const { in tryCandidate() 82 bool SameBoundary = Zone != nullptr; in tryCandidate() 87 if (Rem.IsAcyclicLatencyLimited && !Zone->getCurrMOps() && in tryCandidate() 88 tryLatency(TryCand, Cand, *Zone)) in tryCandidate() 92 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate() 138 !Rem.IsAcyclicLatencyLimited && tryLatency(TryCand, Cand, *Zone)) in tryCandidate() 142 if ((Zone->isTop() && TryCand.SU->NodeNum < Cand.SU->NodeNum) || in tryCandidate() 143 (!Zone->isTop() && TryCand.SU->NodeNum > Cand.SU->NodeNum)) { in tryCandidate() [all …]
|
| H A D | PPCMachineScheduler.h | 27 SchedBoundary *Zone) const override; 32 SchedBoundary &Zone) const;
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | ISLTools.cpp | 401 return Zone; in convertZoneToTimepoints() 403 auto ShiftedZone = shiftDim(Zone, -1, -1); in convertZoneToTimepoints() 407 return Zone.intersect(ShiftedZone); in convertZoneToTimepoints() 410 return Zone.unite(ShiftedZone); in convertZoneToTimepoints() 416 return Zone; in convertZoneToTimepoints() 418 auto ShiftedZone = shiftDim(Zone, Dim, -1, -1); in convertZoneToTimepoints() 422 return Zone.intersect(ShiftedZone); in convertZoneToTimepoints() 425 return Zone.unite(ShiftedZone); in convertZoneToTimepoints() 431 return Zone; in convertZoneToTimepoints() 437 return Zone.intersect(ShiftedZone); in convertZoneToTimepoints() [all …]
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | ISLTools.h | 452 isl::union_set convertZoneToTimepoints(isl::union_set Zone, bool InclStart, 457 isl::union_map convertZoneToTimepoints(isl::union_map Zone, isl::dim Dim, 462 isl::map convertZoneToTimepoints(isl::map Zone, isl::dim Dim, bool InclStart,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 2856 SchedBoundary &Zone) { in tryLatency() argument 2857 if (Zone.isTop()) { in tryLatency() 2862 Zone.getScheduledLatency()) { in tryLatency() 2875 Zone.getScheduledLatency()) { in tryLatency() 3184 SchedBoundary *Zone) const { in tryCandidate() 3215 bool SameBoundary = Zone != nullptr; in tryCandidate() 3220 if (Rem.IsAcyclicLatencyLimited && !Zone->getCurrMOps() && in tryCandidate() 3221 tryLatency(TryCand, Cand, *Zone)) in tryCandidate() 3225 if (tryLess(Zone->getLatencyStallCycles(TryCand.SU), in tryCandidate() 3293 void GenericScheduler::pickNodeFromQueue(SchedBoundary &Zone, in pickNodeFromQueue() argument [all …]
|
| H A D | VLIWMachineScheduler.cpp | 769 ConvergingVLIWScheduler::pickNodeFromQueue(VLIWSchedBoundary &Zone, in pickNodeFromQueue() argument 772 ReadyQueue &Q = Zone.Available; in pickNodeFromQueue() 838 if (CurrentCost == Candidate.SCost && Zone.isLatencyBound(*I)) { in pickNodeFromQueue()
|
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | DeLICM.cpp | 530 Knowledge Zone; member in __anonf637340e0111::DeLICMImpl 551 return Knowledge::isConflicting(Zone, Proposed, OS, 4); in isConflicting() 751 Zone.learnFrom(std::move(Proposed)); in applyLifetime() 1225 Zone = OriginalZone = Knowledge({}, EltUnused, EltKnown, EltWritten); in computeZone() 1228 assert(Zone.isUsable() && OriginalZone.isUsable()); in computeZone() 1343 if (!Zone.isUsable()) { in print()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSchedStrategy.cpp | 159 void GCNMaxOccupancySchedStrategy::pickNodeFromQueue(SchedBoundary &Zone, in pickNodeFromQueue() argument 167 ReadyQueue &Q = Zone.Available; in pickNodeFromQueue() 171 initCandidate(TryCand, SU, Zone.isTop(), RPTracker, SRI, in pickNodeFromQueue() 174 SchedBoundary *ZoneArg = Cand.AtTop == TryCand.AtTop ? &Zone : nullptr; in pickNodeFromQueue() 179 TryCand.initResourceDelta(Zone.DAG, SchedModel); in pickNodeFromQueue()
|
| H A D | GCNSchedStrategy.h | 33 void pickNodeFromQueue(SchedBoundary &Zone, const CandPolicy &ZonePolicy,
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 941 SchedBoundary &Zone); 1019 SchedBoundary *Zone) const; 1023 void pickNodeFromQueue(SchedBoundary &Zone,
|
| H A D | VLIWMachineScheduler.h | 252 CandResult pickNodeFromQueue(VLIWSchedBoundary &Zone,
|
| /llvm-project-15.0.7/polly/test/DeLICM/ |
| H A D | outofquota-reverseDomain.ll | 131 ; CHECK: Zone not computed
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ppc64-rop-protection-aix.ll | 277 ;; Protected Zone. However, this restriction will be removed in an upcoming
|
| H A D | ppc64-rop-protection.ll | 414 ;; Protected Zone. However, this restriction will be removed in an upcoming
|