Searched refs:Zone (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/tzdata/
H A Dchecklinks.awk6 # Special marker indicating that the name is defined as a Zone.
9 Zone = "\n"
14 if (defined[$2] == Zone) {
15 printf "%s: Zone has duplicate definition\n", $2
17 printf "%s: Link with same name as Zone\n", $2
21 defined[$2] = Zone
26 if (defined[$3] == Zone) {
27 printf "%s: Link with same name as Zone\n", $3
41 if (defined[tz] != Zone) {
H A Dziguard.awk32 /^Zone/ { zone = $2 }
117 # If a Link line is followed by a Zone line for the same data, comment
119 # with a Zone.
123 /^Zone/ {
H A Dzishrink.awk167 zoneline = sub(/^Zone /, "Z ", line)
H A DMakefile778 PRECEDES_FILE_NAME = ^(Zone|Link[[:space:]]+[^[:space:]]+)[[:space:]]+
791 $(AWK) '/^Zone/ {print $$2}' backzone | LC_ALL=C sort -cu
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp21 SchedBoundary &Zone) const {
29 SchedCandidate &FirstCand = Zone.isTop() ? TryCand : Cand;
30 SchedCandidate &SecondCand = Zone.isTop() ? Cand : TryCand;
47 SchedBoundary *Zone) const {
48 GenericScheduler::tryCandidate(Cand, TryCand, Zone);
50 if (!Cand.isValid() || !Zone)
60 if (biasAddiLoadCandidate(Cand, TryCand, *Zone))
H A DPPCMachineScheduler.h27 SchedBoundary *Zone) const override;
31 SchedBoundary &Zone) const;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/time/
H A Dt_strptime.c458 ATF_TC(Zone); variable
460 ATF_TC_HEAD(Zone, tc)
468 ATF_TC_BODY(Zone, tc)
483 ATF_TP_ADD_TC(tp, Zone);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h34 void pickNodeFromQueue(SchedBoundary &Zone, const CandPolicy &ZonePolicy,
H A DGCNSchedStrategy.cpp142 void GCNMaxOccupancySchedStrategy::pickNodeFromQueue(SchedBoundary &Zone, argument
150 ReadyQueue &Q = Zone.Available;
154 initCandidate(TryCand, SU, Zone.isTop(), RPTracker, SRI,
157 SchedBoundary *ZoneArg = Cand.AtTop == TryCand.AtTop ? &Zone : nullptr;
162 TryCand.initResourceDelta(Zone.DAG, SchedModel);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h924 SchedBoundary &Zone);
1002 SchedBoundary *Zone) const;
1006 void pickNodeFromQueue(SchedBoundary &Zone,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2474 /// DLat = max (N.depth - (CurrCycle - N.ReadyCycle) for N in Zone
2683 SchedBoundary &Zone) {
2684 if (Zone.isTop()) {
2685 if (Cand.SU->getDepth() > Zone.getScheduledLatency()) {
2694 if (Cand.SU->getHeight() > Zone.getScheduledLatency()) {
2995 /// \param Zone describes the scheduled zone that we are extending, or nullptr
2999 SchedBoundary *Zone) const {
3030 bool SameBoundary = Zone != nullptr;
3035 if (Rem.IsAcyclicLatencyLimited && !Zone->getCurrMOps() &&
3036 tryLatency(TryCand, Cand, *Zone))
2681 tryLatency(GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, SchedBoundary &Zone) argument
3105 pickNodeFromQueue(SchedBoundary &Zone, const CandPolicy &ZonePolicy, const RegPressureTracker &RPTracker, SchedCandidate &Cand) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h261 CandResult pickNodeFromQueue(VLIWSchedBoundary &Zone,
H A DHexagonMachineScheduler.cpp765 pickNodeFromQueue(VLIWSchedBoundary &Zone, const RegPressureTracker &RPTracker, argument
767 ReadyQueue &Q = Zone.Available;
833 if (CurrentCost == Candidate.SCost && Zone.isLatencyBound(*I)) {
/freebsd-11-stable/contrib/gcc/
H A Dggc-zone.c80 #error Zone collector requires mmap
1938 printf ("Zone `%s' is dead and will be freed.\n", dead_zone->name);
1991 "Zone", "Allocated", "Used", "Overhead");

Completed in 221 milliseconds