Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp65 LI.createSubRangeFrom(*Alloc, ClassMask, LI); in calculate()
H A DRegisterCoalescer.cpp996 IntA.createSubRangeFrom(Allocator, Mask, IntA); in removeCopyByCommutingDef()
999 IntB.createSubRangeFrom(Allocator, Mask, IntB); in removeCopyByCommutingDef()
1557 DstInt.createSubRangeFrom(Alloc, UsedLanes, DstInt); in reMaterializeTrivialDef()
1558 DstInt.createSubRangeFrom(Alloc, UnusedLanes, DstInt); in reMaterializeTrivialDef()
1937 DstInt->createSubRangeFrom(Allocator, UsedLanes, *DstInt); in updateRegDefsUses()
3704 LHS.createSubRangeFrom(Allocator, Mask, LHS); in joinVirtRegs()
3737 LHS.createSubRangeFrom(LIS->getVNInfoAllocator(), in joinVirtRegs()
H A DLiveInterval.cpp940 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp375 NewLI.createSubRangeFrom(Allocator, in updateLiveIntervals()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h804 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom() function