Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp76 LI.createSubRangeFrom(*Alloc, ClassMask, LI); in calculate()
H A DRegisterCoalescer.cpp970 IntA.createSubRangeFrom(Allocator, Mask, IntA); in removeCopyByCommutingDef()
973 IntB.createSubRangeFrom(Allocator, Mask, IntB); in removeCopyByCommutingDef()
1779 DstInt->createSubRangeFrom(Allocator, UsedLanes, *DstInt); in updateRegDefsUses()
3496 LHS.createSubRangeFrom(Allocator, Mask, LHS); in joinVirtRegs()
H A DLiveInterval.cpp951 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h788 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom() function