Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp237 if (!SelLI->getSegmentContaining(AndIdx.getRegSlot())) in optimizeVcndVcmpPair()
H A DSIWholeQuadMode.cpp1152 S = LR.getSegmentContaining(Idx); in prepareInsertion()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterPressure.cpp1260 const LiveRange::Segment *S = LR.getSegmentContaining(Pos); in getLastUsedLanes()
1271 const LiveRange::Segment *S = LR.getSegmentContaining(Pos); in getLiveThroughAt()
H A DTwoAddressInstructionPass.cpp1599 LiveRange::Segment *S = LR.getSegmentContaining(LastCopyIdx); in processTiedPairs()
H A DRegisterCoalescer.cpp1022 if (LiveRange::Segment *S = SB.getSegmentContaining(CopyIdx)) in removeCopyByCommutingDef()
1645 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy()
H A DLiveDebugVariables.cpp974 LiveInterval::Segment *Segment = LR->getSegmentContaining(Start); in extendDef()
H A DLiveIntervals.cpp604 const LiveRange::Segment *Segment = SR.getSegmentContaining(VNI->def); in shrinkToUses()
H A DSplitKit.cpp1232 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1121 LiveRange::Segment *S = LI.getSegmentContaining(Idx); in classifyLEAReg()
1278 LiveRange::Segment *SrcSeg = SrcLI.getSegmentContaining(NewIdx); in convertToThreeAddressWithLEA()
1285 LiveRange::Segment *Src2Seg = Src2LI.getSegmentContaining(NewIdx); in convertToThreeAddressWithLEA()
1293 DestLI.getSegmentContaining(NewIdx.getRegSlot()); in convertToThreeAddressWithLEA()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2430 LiveRange::Segment *S = LI.getSegmentContaining(Idx); in convertToThreeAddress()