Searched refs:DstLI (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 584 LiveInterval *DstLI = &LIS.getInterval(DstReg); in addDefsFromCopies() local 585 const VNInfo *DstVNI = DstLI->getVNInfoAt(Idx.getDefIndex()); in addDefsFromCopies() 587 CopyValues.push_back(std::make_pair(DstLI, DstVNI)); in addDefsFromCopies() 599 LiveInterval *DstLI = CopyValues[j].first; in addDefsFromCopies() local 601 if (DstLI->getVNInfoAt(Idx) != DstVNI) in addDefsFromCopies() 608 << DstVNI->id << " in " << *DstLI << '\n'); in addDefsFromCopies()
|
D | InlineSpiller.cpp | 772 LiveInterval &DstLI = LIS.getInterval(DstReg); in eliminateRedundantSpills() local 773 VNInfo *DstVNI = DstLI.getVNInfoAt(Idx.getDefIndex()); in eliminateRedundantSpills() 776 WorkList.push_back(std::make_pair(&DstLI, DstVNI)); in eliminateRedundantSpills()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 625 LiveInterval *DstLI = &LIS.getInterval(DstReg); in addDefsFromCopies() local 626 const VNInfo *DstVNI = DstLI->getVNInfoAt(Idx.getRegSlot()); in addDefsFromCopies() 628 CopyValues.push_back(std::make_pair(DstLI, DstVNI)); in addDefsFromCopies() 640 LiveInterval *DstLI = CopyValues[j].first; in addDefsFromCopies() local 642 if (DstLI->getVNInfoAt(Idx) != DstVNI) in addDefsFromCopies() 649 << DstVNI->id << " in " << *DstLI << '\n'); in addDefsFromCopies()
|
D | RegisterCoalescer.cpp | 1167 LiveInterval &DstLI = LIS->getInterval(DstReg); in eliminateUndefCopy() local 1170 if (VNInfo *PrevVNI = DstLI.getVNInfoAt(Idx)) { in eliminateUndefCopy() 1171 VNInfo *VNI = DstLI.getVNInfoAt(RegIndex); in eliminateUndefCopy() 1172 DstLI.MergeValueNumberInto(VNI, PrevVNI); in eliminateUndefCopy() 1176 for (LiveInterval::SubRange &SR : DstLI.subranges()) { in eliminateUndefCopy() 1184 DstLI.removeEmptySubRanges(); in eliminateUndefCopy() 1186 LIS->removeVRegDefAt(DstLI, RegIndex); in eliminateUndefCopy() 1196 if (UseMask != ~0u && DstLI.hasSubRanges()) { in eliminateUndefCopy() 1198 for (const LiveInterval::SubRange &SR : DstLI.subranges()) { in eliminateUndefCopy() 1207 isLive = DstLI.liveAt(UseIdx); in eliminateUndefCopy() [all …]
|
D | InlineSpiller.cpp | 439 LiveInterval &DstLI = LIS.getInterval(DstReg); in eliminateRedundantSpills() local 440 VNInfo *DstVNI = DstLI.getVNInfoAt(Idx.getRegSlot()); in eliminateRedundantSpills() 443 WorkList.push_back(std::make_pair(&DstLI, DstVNI)); in eliminateRedundantSpills()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 687 LiveInterval *DstLI = &LIS.getInterval(DstReg); in addDefsFromCopies() local 688 const VNInfo *DstVNI = DstLI->getVNInfoAt(Idx.getRegSlot()); in addDefsFromCopies() 690 CopyValues.push_back(std::make_pair(DstLI, DstVNI)); in addDefsFromCopies() 703 LiveInterval *DstLI = CopyValues[j].first; in addDefsFromCopies() local 705 if (DstLI->getVNInfoAt(Idx) != DstVNI) in addDefsFromCopies() 712 << DstVNI->id << " in " << *DstLI << '\n'); in addDefsFromCopies()
|
D | RegisterCoalescer.cpp | 1420 LiveInterval &DstLI = LIS->getInterval(DstReg); in eliminateUndefCopy() local 1422 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy() 1424 if (VNInfo *V = DstLI.getVNInfoAt(Seg->end)) { in eliminateUndefCopy() 1442 if (VNInfo *PrevVNI = DstLI.getVNInfoAt(Idx)) { in eliminateUndefCopy() 1443 VNInfo *VNI = DstLI.getVNInfoAt(RegIndex); in eliminateUndefCopy() 1444 DstLI.MergeValueNumberInto(VNI, PrevVNI); in eliminateUndefCopy() 1448 for (LiveInterval::SubRange &SR : DstLI.subranges()) { in eliminateUndefCopy() 1456 DstLI.removeEmptySubRanges(); in eliminateUndefCopy() 1458 LIS->removeVRegDefAt(DstLI, RegIndex); in eliminateUndefCopy() 1468 if (!UseMask.all() && DstLI.hasSubRanges()) { in eliminateUndefCopy() [all …]
|
D | InlineSpiller.cpp | 457 LiveInterval &DstLI = LIS.getInterval(DstReg); in eliminateRedundantSpills() local 458 VNInfo *DstVNI = DstLI.getVNInfoAt(Idx.getRegSlot()); in eliminateRedundantSpills() 461 WorkList.push_back(std::make_pair(&DstLI, DstVNI)); in eliminateRedundantSpills()
|