OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuperIdx
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/MC/
MCSchedule.h
31
unsigned
SuperIdx
; // Index of the resources kind that contains this kind.
43
return NumUnits == Other.NumUnits &&
SuperIdx
== Other.
SuperIdx
/external/llvm/utils/TableGen/
CodeGenRegisters.cpp
[
all
...]
SubtargetEmitter.cpp
626
OS << "\n// {Name, NumUnits,
SuperIdx
, IsBuffered}\n";
635
unsigned
SuperIdx
= 0;
646
// Find the
SuperIdx
650
SuperIdx
= ProcModel.getProcResourceIdx(SuperDef);
660
OS << NumUnits << ", " <<
SuperIdx
<< ", "
[
all
...]
Completed in 201 milliseconds