Home
last modified time | relevance | path

Searched refs:DestLI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp477 LiveInterval &DestLI = LIS->getInterval(DestReg); in LowerPHINode() local
478 assert(!DestLI.empty() && "PHIs should have non-empty LiveIntervals."); in LowerPHINode()
482 SmallVector<LiveRange *> ToUpdate({&DestLI}); in LowerPHINode()
483 for (auto &SR : DestLI.subranges()) in LowerPHINode()
H A DSplitKit.h439 unsigned SubIdx, LiveInterval &DestLI,
H A DSplitKit.cpp530 LiveInterval &DestLI, bool Late, SlotIndex Def, const MCInstrDesc &Desc) { in buildSingleSubRegCopy() argument
562 LiveInterval &DestLI = LIS.getInterval(Edit->get(RegIdx)); in buildCopy() local
578 DestLI, Late, Def, Desc); in buildCopy()
582 DestLI.refineSubRanges( in buildCopy()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1384 LiveInterval &DestLI = LIS->getInterval(Dest); in convertToThreeAddressWithLEA() local
1386 DestLI.getSegmentContaining(NewIdx.getRegSlot()); in convertToThreeAddressWithLEA()