OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubRegMap
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenRegisters.cpp
213
for (
SubRegMap
::const_iterator I = SubRegs.begin(), E = SubRegs.end();
222
const CodeGenRegister::
SubRegMap
&
248
const
SubRegMap
&Map = SR->computeSubRegs(RegBank);
250
for (
SubRegMap
::const_iterator SI = Map.begin(), SE = Map.end(); SI != SE;
266
const
SubRegMap
&Map = SR->computeSubRegs(RegBank);
272
SubRegMap
::const_iterator SRI = Map.find(I->first);
304
const
SubRegMap
&Map = SR->computeSubRegs(RegBank);
305
for (
SubRegMap
::const_iterator SI = Map.begin(), SE = Map.end(); SI != SE;
312
for (
SubRegMap
::const_iterator SI = SubRegs.begin(), SE = SubRegs.end();
423
SmallVector<
SubRegMap
::value_type, 8> NewSubRegs
[
all
...]
CodeGenRegisters.h
118
CodeGenSubRegIndex::Less>
SubRegMap
;
130
const
SubRegMap
&computeSubRegs(CodeGenRegBank&);
139
const
SubRegMap
&getSubRegs() const {
234
SubRegMap
SubRegs;
Completed in 208 milliseconds