OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getProcResource
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetSchedule.h
118
const MCProcResourceDesc *
getProcResource
(unsigned PIdx) const {
119
return SchedModel.
getProcResource
(PIdx);
126
return SchedModel.
getProcResource
(PIdx)->Name;
166
return SchedModel.
getProcResource
(PIdx)->BufferSize;
MachineScheduler.h
763
return SchedModel->
getProcResource
(PIdx)->SubUnitsIdxBegin &&
764
!SchedModel->
getProcResource
(PIdx)->BufferSize;
/src/external/apache2/llvm/dist/llvm/lib/MCA/
Support.cpp
50
const MCProcResourceDesc &Desc = *SM.
getProcResource
(I);
59
const MCProcResourceDesc &Desc = *SM.
getProcResource
(I);
74
const MCProcResourceDesc &Desc = *SM.
getProcResource
(I);
98
const MCProcResourceDesc &MCDesc = *SM.
getProcResource
(I);
InstrBuilder.cpp
67
const MCProcResourceDesc &PR = *SM.
getProcResource
(PRE->ProcResourceIdx);
174
const MCProcResourceDesc &PR = *SM.
getProcResource
(I);
/src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
InstructionTables.cpp
34
const MCProcResourceDesc &ProcResource = *SM.
getProcResource
(Index);
51
const MCProcResourceDesc &SubUnit = *SM.
getProcResource
(SubUnitIdx);
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZHazardRecognizer.cpp
179
*SchedModel->
getProcResource
(PI->ProcResourceIdx);
238
dbgs() << SchedModel->
getProcResource
(i)->Name
244
<< SchedModel->
getProcResource
(CriticalResourceIdx)->Name
300
if (SchedModel->
getProcResource
(PI->ProcResourceIdx)->BufferSize == 1)
313
<< SchedModel->
getProcResource
(PI->ProcResourceIdx)->Name
422
switch (SchedModel->
getProcResource
(PRE.ProcResourceIdx)->BufferSize) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
InstructionView.cpp
42
const MCProcResourceDesc &ProcResource = *SM.
getProcResource
(I);
ResourcePressureView.cpp
29
const MCProcResourceDesc &ProcResource = *SM.
getProcResource
(I);
73
const MCProcResourceDesc &ProcResource = *SM.
getProcResource
(I);
112
const MCProcResourceDesc &ProcResource = *SM.
getProcResource
(I);
SchedulerStatistics.cpp
141
const MCProcResourceDesc &ProcResource = *SM.
getProcResource
(I);
BottleneckAnalysis.cpp
36
const MCProcResourceDesc &ProcResource = *SM.
getProcResource
(I);
52
const MCProcResourceDesc &PRDesc = *SM.
getProcResource
(ProcResID);
618
const MCProcResourceDesc &PRDesc = *SM.
getProcResource
(I);
BottleneckAnalysis.h
168
const MCProcResourceDesc &PRDesc = *SM.
getProcResource
(ProcResID);
TimelineView.cpp
49
const MCProcResourceDesc &MCDesc = *SM.
getProcResource
(Buffer);
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
SchedClassResolution.cpp
63
SM.
getProcResource
(WPR->ProcResourceIdx);
185
SM.
getProcResource
(WPR.ProcResourceIdx);
254
if (NameOrId == SchedModel.
getProcResource
(I)->Name)
Analysis.cpp
411
SM.
getProcResource
(WPR.ProcResourceIdx)->Name);
420
.
getProcResource
(Pressure.first)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetSchedule.cpp
73
unsigned NumUnits = SchedModel.
getProcResource
(Idx)->NumUnits;
79
unsigned NumUnits = SchedModel.
getProcResource
(Idx)->NumUnits;
316
if (!SchedModel.
getProcResource
(PRI->ProcResourceIdx)->BufferSize)
MachineScheduler.cpp
2054
NumUnits += SchedModel->
getProcResource
(i)->NumUnits;
2056
auto SubUnits = SchedModel->
getProcResource
(i)->SubUnitsIdxBegin;
2057
for (unsigned U = 0, UE = SchedModel->
getProcResource
(i)->NumUnits;
2108
unsigned NumberOfInstances = SchedModel->
getProcResource
(PIdx)->NumUnits;
2128
auto SubUnits = SchedModel->
getProcResource
(PIdx)->SubUnitsIdxBegin;
2460
if (SchedModel->
getProcResource
(PIdx)->BufferSize == 0) {
2808
dbgs() << " " << SchedModel->
getProcResource
(ResIdx)->Name << " ";
MachineTraceMetrics.cpp
874
<< MTM.SchedModel.
getProcResource
(K)->Name << " ("
1059
<< MTM.SchedModel.
getProcResource
(K)->Name << " ("
MachinePipeliner.cpp
1027
STI->getSchedModel().
getProcResource
(PRE.ProcResourceIdx);
2977
const MCProcResourceDesc &Desc = *SM.
getProcResource
(I);
2985
const MCProcResourceDesc &Desc = *SM.
getProcResource
(I);
2997
const MCProcResourceDesc *ProcResource = SM.
getProcResource
(I);
3032
SM.
getProcResource
(I->ProcResourceIdx);
3074
SM.
getProcResource
(PRE.ProcResourceIdx);
ScheduleDAGInstrs.cpp
600
switch (SchedModel.
getProcResource
(PRE.ProcResourceIdx)->BufferSize) {
/src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
LSUnit.cpp
31
const MCProcResourceDesc &LdQDesc = *SM.
getProcResource
(EPI.LoadQueueID);
36
const MCProcResourceDesc &StQDesc = *SM.
getProcResource
(EPI.StoreQueueID);
ResourceManager.cpp
131
std::make_unique<ResourceState>(*SM.
getProcResource
(I), I, Mask);
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSchedule.h
340
const MCProcResourceDesc *
getProcResource
(unsigned ProcResourceIdx) const {
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSchedule.cpp
97
unsigned NumUnits = SM.
getProcResource
(I->ProcResourceIdx)->NumUnits;
Completed in 65 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026