Searched refs:SubRegMap (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp213 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
[all...]
H A DCodeGenRegisters.h118 CodeGenSubRegIndex::Less> SubRegMap; typedef in struct:llvm::CodeGenRegister
130 const SubRegMap &computeSubRegs(CodeGenRegBank&);
139 const SubRegMap &getSubRegs() const {
234 SubRegMap SubRegs;

Completed in 26 milliseconds