Home
last modified time | relevance | path

Searched refs:FindSegmentContaining (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h409 const_iterator I = FindSegmentContaining(Idx); in getSegmentContaining()
416 iterator I = FindSegmentContaining(Idx); in getSegmentContaining()
422 const_iterator I = FindSegmentContaining(Idx); in getVNInfoAt()
430 const_iterator I = FindSegmentContaining(Idx.getPrevSlot()); in getVNInfoBefore()
436 iterator FindSegmentContaining(SlotIndex Idx) { in FindSegmentContaining() function
441 const_iterator FindSegmentContaining(SlotIndex Idx) const { in FindSegmentContaining() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp642 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()
653 LiveInterval::iterator AS = IntA.FindSegmentContaining(CopyUseIdx); in adjustCopiesBackFrom()
667 IntB.FindSegmentContaining(AValNo->def.getPrevSlot()); in adjustCopiesBackFrom()
704 LiveInterval::iterator SS = S.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()
738 LiveInterval::iterator SS = S.FindSegmentContaining(CopyUseIdx); in adjustCopiesBackFrom()
886 LiveInterval::iterator US = IntA.FindSegmentContaining(UseIdx); in removeCopyByCommutingDef()
936 LiveInterval::iterator US = IntA.FindSegmentContaining(UseIdx); in removeCopyByCommutingDef()
3363 LiveRange::iterator I = LR.FindSegmentContaining(Def); in eraseInstrs()
H A DTwoAddressInstructionPass.cpp1856 LiveRange::iterator UseSeg = S.FindSegmentContaining(Idx); in runOnMachineFunction()
H A DLiveIntervals.cpp515 LiveRange::iterator I = LI.FindSegmentContaining(Def); in computeDeadValues()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp226 auto DefSegment = SelLI->FindSegmentContaining(SelIdx.getRegSlot()); in optimizeVcndVcmpPair()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp663 LiveInterval::iterator I = LI.FindSegmentContaining(DefIdx); in moveAndTeeForMultiUse()