Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLiveInterval.h408 const Segment *getSegmentContaining(SlotIndex Idx) const { in getSegmentContaining() function
415 Segment *getSegmentContaining(SlotIndex Idx) { in getSegmentContaining() function
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMaskingPreRA.cpp237 if (!SelLI->getSegmentContaining(AndIdx.getRegSlot())) in optimizeVcndVcmpPair()
DSIWholeQuadMode.cpp1152 S = LR.getSegmentContaining(Idx); in prepareInsertion()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegisterPressure.cpp1260 const LiveRange::Segment *S = LR.getSegmentContaining(Pos); in getLastUsedLanes()
1271 const LiveRange::Segment *S = LR.getSegmentContaining(Pos); in getLiveThroughAt()
DTwoAddressInstructionPass.cpp1599 LiveRange::Segment *S = LR.getSegmentContaining(LastCopyIdx); in processTiedPairs()
DRegisterCoalescer.cpp1022 if (LiveRange::Segment *S = SB.getSegmentContaining(CopyIdx)) in removeCopyByCommutingDef()
1645 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy()
DLiveIntervals.cpp604 const LiveRange::Segment *Segment = SR.getSegmentContaining(VNI->def); in shrinkToUses()
DLiveDebugVariables.cpp974 LiveInterval::Segment *Segment = LR->getSegmentContaining(Start); in extendDef()
DSplitKit.cpp1232 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
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/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp2430 LiveRange::Segment *S = LI.getSegmentContaining(Idx); in convertToThreeAddress()