Home
last modified time | relevance | path

Searched refs:createSubRangeFrom (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp67 LI.createSubRangeFrom(*Alloc, ClassMask, LI); in calculate()
H A DRegisterCoalescer.cpp982 IntA.createSubRangeFrom(Allocator, Mask, IntA); in removeCopyByCommutingDef()
985 IntB.createSubRangeFrom(Allocator, Mask, IntB); in removeCopyByCommutingDef()
1811 DstInt->createSubRangeFrom(Allocator, UsedLanes, *DstInt); in updateRegDefsUses()
3562 LHS.createSubRangeFrom(Allocator, Mask, LHS); in joinVirtRegs()
H A DLiveInterval.cpp937 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h794 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom() function