OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ResIdx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
BottleneckAnalysis.cpp
83
unsigned
ResIdx
= getResourceStateIndex(Current);
84
unsigned ProcResID = ResIdx2ProcResID[
ResIdx
];
96
ResIdx
= getResourceStateIndex(SubUnit);
97
ProcResID = ResIdx2ProcResID[
ResIdx
];
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp
2191
unsigned
ResIdx
= PE.ProcResourceIdx;
2194
std::tie(NRCycle, InstanceIdx) = getNextResourceCycle(SC,
ResIdx
, Cycles);
2200
<< SchedModel->getResourceName(
ResIdx
)
2201
<< '[' << InstanceIdx - ReservedCyclesIndex[
ResIdx
] << ']'
2768
unsigned
ResIdx
= 0;
2783
ResIdx
= Cand.Policy.ReduceResIdx;
2786
ResIdx
= Cand.Policy.DemandResIdx;
2807
if (
ResIdx
)
2808
dbgs() << " " << SchedModel->getProcResource(
ResIdx
)->Name << " ";
Completed in 20 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026