Home
last modified time | relevance | path

Searched refs:SrcLI (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp670 LiveInterval &SrcLI = LIS->getInterval(SrcReg); in LowerPHINode() local
675 VNInfo *VNI = SrcLI.getVNInfoAt(startIdx); in LowerPHINode()
714 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
716 for (auto &SR : SrcLI.subranges()) { in LowerPHINode()
H A DCalcSpillWeights.cpp116 const LiveInterval &SrcLI = LIS.getInterval(Reg); in isRematerializable() local
117 LiveQueryResult SrcQ = SrcLI.Query(VNI->def); in isRematerializable()
H A DInlineSpiller.cpp442 LiveInterval &SrcLI = LIS.getInterval(SrcReg); in hoistSpillInsideBB() local
443 VNInfo *SrcVNI = SrcLI.getVNInfoAt(Idx); in hoistSpillInsideBB()
444 LiveQueryResult SrcQ = SrcLI.Query(Idx); in hoistSpillInsideBB()
461 eliminateRedundantSpills(SrcLI, SrcVNI); in hoistSpillInsideBB()
H A DRegisterCoalescer.cpp1687 const LiveInterval &SrcLI = LIS->getInterval(SrcReg); in eliminateUndefCopy() local
1689 if (SrcSubIdx != 0 && SrcLI.hasSubRanges()) { in eliminateUndefCopy()
1691 for (const LiveInterval::SubRange &SR : SrcLI.subranges()) { in eliminateUndefCopy()
1697 } else if (SrcLI.liveAt(Idx)) in eliminateUndefCopy()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1370 LiveInterval &SrcLI = LIS->getInterval(Src); in convertToThreeAddressWithLEA() local
1371 LiveRange::Segment *SrcSeg = SrcLI.getSegmentContaining(NewIdx); in convertToThreeAddressWithLEA()