Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h396 const Segment *getSegmentContaining(SlotIndex Idx) const { in getSegmentContaining() function
403 Segment *getSegmentContaining(SlotIndex Idx) { in getSegmentContaining() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterPressure.cpp1238 const LiveRange::Segment *S = LR.getSegmentContaining(Pos); in getLastUsedLanes()
1249 const LiveRange::Segment *S = LR.getSegmentContaining(Pos); in getLiveThroughAt()
H A DLiveDebugVariables.cpp635 LiveInterval::Segment *Segment = LR->getSegmentContaining(Start); in extendDef()
H A DRegisterCoalescer.cpp930 if (LiveRange::Segment *S = SB.getSegmentContaining(CopyIdx)) in removeCopyByCommutingDef()
1517 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy()
H A DLiveIntervals.cpp597 const LiveRange::Segment *Segment = SR.getSegmentContaining(VNI->def); in shrinkToUses()
H A DSplitKit.cpp1231 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp584 S = LR.getSegmentContaining(Idx); in prepareInsertion()