Home
last modified time | relevance | path

Searched refs:Zone (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dblock-in-ctor-dtor.cpp7 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 DPPCMachineScheduler.cpp35 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 DPPCMachineScheduler.h27 SchedBoundary *Zone) const override;
32 SchedBoundary &Zone) const;
/llvm-project-15.0.7/polly/lib/Support/
H A DISLTools.cpp401 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 DISLTools.h452 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 DMachineScheduler.cpp2856 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 DVLIWMachineScheduler.cpp769 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 DDeLICM.cpp530 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 DGCNSchedStrategy.cpp159 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 DGCNSchedStrategy.h33 void pickNodeFromQueue(SchedBoundary &Zone, const CandPolicy &ZonePolicy,
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h941 SchedBoundary &Zone);
1019 SchedBoundary *Zone) const;
1023 void pickNodeFromQueue(SchedBoundary &Zone,
H A DVLIWMachineScheduler.h252 CandResult pickNodeFromQueue(VLIWSchedBoundary &Zone,
/llvm-project-15.0.7/polly/test/DeLICM/
H A Doutofquota-reverseDomain.ll131 ; CHECK: Zone not computed
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc64-rop-protection-aix.ll277 ;; Protected Zone. However, this restriction will be removed in an upcoming
H A Dppc64-rop-protection.ll414 ;; Protected Zone. However, this restriction will be removed in an upcoming