OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegClassUnitSets
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenRegisters.h
418
// Index into
RegClassUnitSets
where we can find the list of UnitSets that
489
std::vector<std::vector<unsigned> >
RegClassUnitSets
;
656
return
RegClassUnitSets
.size();
664
return
RegClassUnitSets
[RCIdx];
CodeGenRegisters.cpp
[
all
...]
Completed in 23 milliseconds