Home
last modified time | relevance | path

Searched refs:SRs (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp256 RegisterSet SRs; in expandToSubRegs() local
259 SRs.insert(R); in expandToSubRegs()
260 return SRs; in expandToSubRegs()
266 SRs.insert({R.Reg, 0}); in expandToSubRegs()
268 SRs.insert({*I, 0}); in expandToSubRegs()
275 SRs.insert({R.Reg, 0}); in expandToSubRegs()
277 SRs.insert({R.Reg, I.getSubRegIndex()}); in expandToSubRegs()
279 return SRs; in expandToSubRegs()
DHexagonGenMux.cpp89 void getSubRegs(unsigned Reg, BitVector &SRs) const;
108 void HexagonGenMux::getSubRegs(unsigned Reg, BitVector &SRs) const { in getSubRegs()
110 SRs[*I] = true; in getSubRegs()
DRDFGraph.cpp1282 const auto &SRs = RefM[SBA.Id]; in buildBlockRefs() local
1283 Refs.insert(SRs.begin(), SRs.end()); in buildBlockRefs()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h384 for (const unsigned *SRs = getSuperRegisters(Reg); unsigned SR = *SRs;++SRs) in getMatchingSuperReg() local
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp653 LiveRange::const_iterator>, 4> SRs; in addKillFlags() local
675 SRs.clear(); in addKillFlags()
677 SRs.push_back(std::make_pair(&SR, SR.find(LI.begin()->end))); in addKillFlags()
725 if (!SRs.empty()) { in addKillFlags()
728 for (auto &SRP : SRs) { in addKillFlags()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp119 std::vector<Record*> SRs = TheDef->getValueAsListOfDefs("SubRegs"); in buildObjectGraph() local
121 if (SRIs.size() != SRs.size()) in buildObjectGraph()
127 ExplicitSubRegs.push_back(RegBank.getReg(SRs[i])); in buildObjectGraph()