Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp237 if (!SelLI->getSegmentContaining(AndIdx.getRegSlot())) in optimizeVcndVcmpPair()
H A DSIWholeQuadMode.cpp1110 S = LR.getSegmentContaining(Idx); in prepareInsertion()
/llvm-project-15.0.7/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 DTwoAddressInstructionPass.cpp1599 LiveRange::Segment *S = LR.getSegmentContaining(LastCopyIdx); in processTiedPairs()
H A DRegisterCoalescer.cpp1033 if (LiveRange::Segment *S = SB.getSegmentContaining(CopyIdx)) in removeCopyByCommutingDef()
1642 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy()
H A DLiveDebugVariables.cpp969 LiveInterval::Segment *Segment = LR->getSegmentContaining(Start); in extendDef()
H A DLiveIntervals.cpp610 const LiveRange::Segment *Segment = SR.getSegmentContaining(VNI->def); in shrinkToUses()
H A DSplitKit.cpp1233 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1816 LiveRange::Segment *S = LI.getSegmentContaining(Idx); in convertToThreeAddress()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1121 LiveRange::Segment *S = LI.getSegmentContaining(Idx); in classifyLEAReg()
1276 LiveRange::Segment *SrcSeg = SrcLI.getSegmentContaining(NewIdx); in convertToThreeAddressWithLEA()
1283 LiveRange::Segment *Src2Seg = Src2LI.getSegmentContaining(NewIdx); in convertToThreeAddressWithLEA()
1291 DestLI.getSegmentContaining(NewIdx.getRegSlot()); in convertToThreeAddressWithLEA()