OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuperIdx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSchedule.h
35
unsigned
SuperIdx
; // Index of the resources kind that contains this kind.
57
return NumUnits == Other.NumUnits &&
SuperIdx
== Other.
SuperIdx
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.cpp
1843
unsigned
SuperIdx
= 0;
1844
for (;
SuperIdx
!= EndIdx; ++
SuperIdx
) {
1845
if (
SuperIdx
== SubIdx)
1849
const RegUnitSet &SuperSet = RegUnitSets[
SuperIdx
];
1854
LLVM_DEBUG(dbgs() << "UnitSet " << SubIdx << " subsumed by " <<
SuperIdx
1860
if (RegUnitSets[SubIdx].Name.size() < RegUnitSets[
SuperIdx
].Name.size())
1861
RegUnitSets[
SuperIdx
].Name = RegUnitSets[SubIdx].Name;
1865
if (
SuperIdx
== EndIdx)
1871
unsigned
SuperIdx
= SuperSetIDs[i]
[
all
...]
SubtargetEmitter.cpp
774
OS << "\n// {Name, NumUnits,
SuperIdx
, BufferSize, SubUnitsIdxBegin}\n";
785
unsigned
SuperIdx
= 0;
797
// Find the
SuperIdx
802
SuperIdx
= ProcModel.getProcResourceIdx(SuperDef);
810
OS << NumUnits << ", " <<
SuperIdx
<< ", " << BufferSize << ", ";
/src/external/apache2/llvm/dist/llvm/lib/MCA/
InstrBuilder.cpp
90
if (PR.
SuperIdx
) {
91
uint64_t Super = ProcResourceMasks[PR.
SuperIdx
];
Completed in 22 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026