OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SchedBoundary
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineScheduler.h
27
SchedBoundary
*Zone) const override;
31
SchedBoundary
&Zone) const;
PPCMachineScheduler.cpp
31
SchedBoundary
&Zone) const {
51
SchedBoundary
*Zone) const {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h
608
class
SchedBoundary
{
690
SchedBoundary
(unsigned ID, const Twine &Name):
695
~
SchedBoundary
();
915
void setPolicy(CandPolicy &Policy, bool IsPostRA,
SchedBoundary
&CurrZone,
916
SchedBoundary
*OtherZone);
923
bool shouldReduceLatency(const CandPolicy &Policy,
SchedBoundary
&CurrZone,
938
SchedBoundary
&Zone);
954
GenericSchedulerBase(C), Top(
SchedBoundary
::TopQID, "TopQ"),
955
Bot(
SchedBoundary
::BotQID, "BotQ") {}
1001
SchedBoundary
Top
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSchedStrategy.h
34
void pickNodeFromQueue(
SchedBoundary
&Zone, const CandPolicy &ZonePolicy,
GCNSchedStrategy.cpp
142
void GCNMaxOccupancySchedStrategy::pickNodeFromQueue(
SchedBoundary
&Zone,
156
// Pass
SchedBoundary
only when comparing nodes from the same boundary.
157
SchedBoundary
*ZoneArg = Cand.AtTop == TryCand.AtTop ? &Zone : nullptr;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp
1970
SchedBoundary
::~
SchedBoundary
() { delete HazardRec; }
1973
///
SchedBoundary
becomes resource limited.
1985
void
SchedBoundary
::reset() {
1986
// A new HazardRec is created for each DAG and owned by
SchedBoundary
.
2011
// reserved (
SchedBoundary
::ReservedCycles).
2039
void
SchedBoundary
::
2074
unsigned
SchedBoundary
::getLatencyStallCycles(SUnit *SU) {
2086
unsigned
SchedBoundary
::getNextResourceCycleByInstance(unsigned InstanceIdx,
2102
SchedBoundary
::getNextResourceCycle(const MCSchedClassDesc *SC, unsigned PIdx
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026