Searched refs:SubRegMap (Results 1 – 4 of 4) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 204 for (SubRegMap::const_iterator I = SubRegs.begin(), E = SubRegs.end(); in inheritRegUnits() 214 const CodeGenRegister::SubRegMap & 242 const SubRegMap &Map = SR->computeSubRegs(RegBank); in computeSubRegs() 245 for (SubRegMap::const_iterator SI = Map.begin(), SE = Map.end(); SI != SE; in computeSubRegs() 261 const SubRegMap &Map = SR->computeSubRegs(RegBank); in computeSubRegs() 267 SubRegMap::const_iterator SRI = Map.find(I->first); in computeSubRegs() 299 const SubRegMap &Map = SR->computeSubRegs(RegBank); in computeSubRegs() 300 for (SubRegMap::const_iterator SI = Map.begin(), SE = Map.end(); SI != SE; in computeSubRegs() 307 for (SubRegMap::const_iterator SI = SubRegs.begin(), SE = SubRegs.end(); in computeSubRegs() 412 SmallVector<SubRegMap::value_type, 8> NewSubRegs; in computeSecondarySubRegs() [all …]
|
D | CodeGenRegisters.h | 135 SubRegMap; typedef 147 const SubRegMap &computeSubRegs(CodeGenRegBank&); 156 const SubRegMap &getSubRegs() const { in getSubRegs() 251 SubRegMap SubRegs;
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 266 const CodeGenRegister::SubRegMap & 295 const SubRegMap &Map = ESR->computeSubRegs(RegBank); in computeSubRegs() 313 const SubRegMap &Map = SR->computeSubRegs(RegBank); in computeSubRegs() 319 SubRegMap::const_iterator SRI = Map.find(I->first); in computeSubRegs() 351 const SubRegMap &Map = SR->computeSubRegs(RegBank); in computeSubRegs() 466 SmallVector<SubRegMap::value_type, 8> NewSubRegs; in computeSecondarySubRegs() 535 for (SubRegMap::const_iterator SI = NewSubReg->SubRegs.begin(), in computeSecondarySubRegs() 554 for (SubRegMap::const_iterator I = SubRegs.begin(), E = SubRegs.end(); in computeSuperRegs() 561 for (SubRegMap::const_iterator I = SubRegs.begin(), E = SubRegs.end(); in computeSuperRegs() 586 for (SubRegMap::const_iterator I = SubRegs.begin(), E = SubRegs.end(); in addSubRegsPreOrder() [all …]
|
D | CodeGenRegisters.h | 161 SubRegMap; typedef 173 const SubRegMap &computeSubRegs(CodeGenRegBank&); 182 const SubRegMap &getSubRegs() const { in getSubRegs() 277 SubRegMap SubRegs;
|