Home
last modified time | relevance | path

Searched refs:getSegmentContaining (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h410 const Segment *getSegmentContaining(SlotIndex Idx) const { in getSegmentContaining() function
417 Segment *getSegmentContaining(SlotIndex Idx) { in getSegmentContaining() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp499 const LiveRange::Segment *S = LR.getSegmentContaining(Pos); in getLastUsedLanes()
843 auto *Segment = LR.getSegmentContaining(Begin); in getRegLiveThroughMask()
H A DSIWholeQuadMode.cpp1116 S = LR.getSegmentContaining(Idx); in prepareInsertion()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp1249 const LiveRange::Segment *S = LR.getSegmentContaining(Pos); in getLastUsedLanes()
1260 const LiveRange::Segment *S = LR.getSegmentContaining(Pos); in getLiveThroughAt()
H A DRegisterCoalescer.cpp1036 if (LiveRange::Segment *S = SB.getSegmentContaining(CopyIdx)) in removeCopyByCommutingDef()
1761 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy()
H A DLiveDebugVariables.cpp987 LiveInterval::Segment *Segment = LR->getSegmentContaining(Start); in extendDef()
H A DLiveIntervals.cpp640 const LiveRange::Segment *Segment = SR.getSegmentContaining(VNI->def); in shrinkToUses()
H A DTwoAddressInstructionPass.cpp1704 LiveRange::Segment *S = LR.getSegmentContaining(LastCopyIdx); in processTiedPairs()
H A DSplitKit.cpp1281 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1774 LiveRange::Segment *DefSeg = DefLI.getSegmentContaining(NewDefSI); in insertReadVL()
H A DRISCVInstrInfo.cpp4470 LiveRange::Segment *S = LI.getSegmentContaining(Idx); in convertToThreeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1206 LiveRange::Segment *S = LI.getSegmentContaining(Idx); in classifyLEAReg()
1371 LiveRange::Segment *SrcSeg = SrcLI.getSegmentContaining(NewIdx); in convertToThreeAddressWithLEA()
1378 LiveRange::Segment *Src2Seg = Src2LI.getSegmentContaining(NewIdx); in convertToThreeAddressWithLEA()
1386 DestLI.getSegmentContaining(NewIdx.getRegSlot()); in convertToThreeAddressWithLEA()