Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp95 LI.createSubRangeFrom(*Alloc, ClassMask, LI); in calculate()
H A DRegisterCoalescer.cpp899 IntA.createSubRangeFrom(Allocator, Mask, IntA); in removeCopyByCommutingDef()
902 IntB.createSubRangeFrom(Allocator, Mask, IntB); in removeCopyByCommutingDef()
1678 DstInt->createSubRangeFrom(Allocator, Mask, *DstInt); in updateRegDefsUses()
3289 LHS.createSubRangeFrom(Allocator, Mask, LHS); in joinVirtRegs()
H A DLiveInterval.cpp901 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h742 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom() function