Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h215 SmallVector<SlotIndex, 32> LiveIdxs, SRLiveIdxs; in getLiveRegMap() local
231 SRLiveIdxs.clear(); in getLiveRegMap()
232 S.findIndexesLiveAt(LiveIdxs, std::back_inserter(SRLiveIdxs)); in getLiveRegMap()
233 for (auto SI : SRLiveIdxs) in getLiveRegMap()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h223 SmallVector<SlotIndex, 32> LiveIdxs, SRLiveIdxs; in getLiveRegMap() local
239 SRLiveIdxs.clear(); in getLiveRegMap()
240 S.findIndexesLiveAt(LiveIdxs, std::back_inserter(SRLiveIdxs)); in getLiveRegMap()
241 for (auto SI : SRLiveIdxs) in getLiveRegMap()