Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h408 const Segment *getSegmentContaining(SlotIndex Idx) const { in getSegmentContaining() function
415 Segment *getSegmentContaining(SlotIndex Idx) { in getSegmentContaining() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp1261 const LiveRange::Segment *S = LR.getSegmentContaining(Pos); in getLastUsedLanes()
1272 const LiveRange::Segment *S = LR.getSegmentContaining(Pos); in getLiveThroughAt()
H A DRegisterCoalescer.cpp1023 if (LiveRange::Segment *S = SB.getSegmentContaining(CopyIdx)) in removeCopyByCommutingDef()
1704 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy()
H A DLiveDebugVariables.cpp975 LiveInterval::Segment *Segment = LR->getSegmentContaining(Start); in extendDef()
H A DLiveIntervals.cpp624 const LiveRange::Segment *Segment = SR.getSegmentContaining(VNI->def); in shrinkToUses()
H A DTwoAddressInstructionPass.cpp1702 LiveRange::Segment *S = LR.getSegmentContaining(LastCopyIdx); in processTiedPairs()
H A DSplitKit.cpp1245 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp608 auto *Segment = LR.getSegmentContaining(Begin); in getRegLiveThroughMask()
H A DSIWholeQuadMode.cpp1097 S = LR.getSegmentContaining(Idx); in prepareInsertion()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1214 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3637 LiveRange::Segment *S = LI.getSegmentContaining(Idx); in convertToThreeAddress()