Home
last modified time | relevance | path

Searched refs:createSubRange (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp50 LI.createSubRange(Alloc, S.LaneMask); in createEmptyIntervalFrom()
404 auto *SR = NewLI.createSubRange( in eliminateDeadDef()
H A DRenameIndependentSubregs.cpp285 SubRanges[ID-1] = Intervals[ID]->createSubRange(Allocator, SR.LaneMask); in distribute()
H A DLiveInterval.cpp950 SubRange *NewRange = createSubRange(Allocator, ToApply); in refineSubRanges()
1397 = LIV[ComponentNum-1]->createSubRange(Allocator, SR.LaneMask); in Distribute()
H A DRegisterCoalescer.cpp1479 LiveInterval::SubRange *SR = DstInt.createSubRange(Alloc, MaxMask); in reMaterializeTrivialDef()
1816 DstInt->createSubRange(Allocator, UnusedLanes); in updateRegDefsUses()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h785 SubRange *createSubRange(BumpPtrAllocator &Allocator, in createSubRange() function