Searched refs:SRs (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.cpp | 264 RegisterSet SRs; in expandToSubRegs() local 267 SRs.insert(R); in expandToSubRegs() 268 return SRs; in expandToSubRegs() 274 SRs.insert({R.Reg, 0}); in expandToSubRegs() 276 SRs.insert({*I, 0}); in expandToSubRegs() 283 SRs.insert({R.Reg, 0}); in expandToSubRegs() 285 SRs.insert({R.Reg, I.getSubRegIndex()}); in expandToSubRegs() 287 return SRs; in expandToSubRegs()
|
D | HexagonGenMux.cpp | 127 void getSubRegs(unsigned Reg, BitVector &SRs) const; 146 void HexagonGenMux::getSubRegs(unsigned Reg, BitVector &SRs) const { in getSubRegs() 148 SRs[*I] = true; in getSubRegs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 699 LiveRange::const_iterator>, 4> SRs; in addKillFlags() local 721 SRs.clear(); in addKillFlags() 723 SRs.push_back(std::make_pair(&SR, SR.find(LI.begin()->end))); in addKillFlags() 771 if (!SRs.empty()) { in addKillFlags() 774 for (auto &SRP : SRs) { in addKillFlags()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 42371 in here are SRs. 55444 in other SRs too or not, and which. 55449 tests/check: add an rtpsession unit test to verify all RBs are included in all SRs, roundrobin 55451 in rtpsession, SRs contain RBs for every other sender source, and that
|