Searched defs:SubRegMap (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenRegisters.h41 typedef std::map<Record*, CodeGenRegister*, LessRecord> SubRegMap; typedef in struct:llvm::CodeGenRegister
49 const SubRegMap &getSubRegs(CodeGenRegBank&);
51 const SubRegMap &getSubRegs() const {
83 SubRegMap SubRegs;
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.h135 SubRegMap; typedef in struct:llvm::CodeGenRegister
147 const SubRegMap &computeSubRegs(CodeGenRegBank&);
156 const SubRegMap &getSubRegs() const {
251 SubRegMap SubRegs;
H A DCodeGenRegisters.cpp204 for (SubRegMap::const_iterator I = SubRegs.begin(), E = SubRegs.end();
214 const CodeGenRegister::SubRegMap &
242 const SubRegMap &Map = SR->computeSubRegs(RegBank);
245 for (SubRegMap::const_iterator SI = Map.begin(), SE = Map.end(); SI != SE;
261 const SubRegMap &Map = SR->computeSubRegs(RegBank);
267 SubRegMap::const_iterator SRI = Map.find(I->first);
299 const SubRegMap &Map = SR->computeSubRegs(RegBank);
300 for (SubRegMap::const_iterator SI = Map.begin(), SE = Map.end(); SI != SE;
307 for (SubRegMap::const_iterator SI = SubRegs.begin(), SE = SubRegs.end();
412 SmallVector<SubRegMap
1786 typedef CodeGenRegister::SubRegMap SubRegMap; typedef
[all...]

Completed in 170 milliseconds