Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp214 for (SubRegMap::const_iterator I = SubRegs.begin(), E = SubRegs.end(); in inheritRegUnits()
223 const CodeGenRegister::SubRegMap &
249 const SubRegMap &Map = SR->computeSubRegs(RegBank); in computeSubRegs()
251 for (SubRegMap::const_iterator SI = Map.begin(), SE = Map.end(); SI != SE; in computeSubRegs()
267 const SubRegMap &Map = SR->computeSubRegs(RegBank); in computeSubRegs()
273 SubRegMap::const_iterator SRI = Map.find(I->first); in computeSubRegs()
305 const SubRegMap &Map = SR->computeSubRegs(RegBank); in computeSubRegs()
306 for (SubRegMap::const_iterator SI = Map.begin(), SE = Map.end(); SI != SE; in computeSubRegs()
313 for (SubRegMap::const_iterator SI = SubRegs.begin(), SE = SubRegs.end(); in computeSubRegs()
424 SmallVector<SubRegMap::value_type, 8> NewSubRegs; in computeSecondarySubRegs()
[all …]
H A DCodeGenRegisters.h136 CodeGenSubRegIndex::Less> SubRegMap; typedef
148 const SubRegMap &computeSubRegs(CodeGenRegBank&);
157 const SubRegMap &getSubRegs() const { in getSubRegs()
261 SubRegMap SubRegs;