Searched refs:createSubRangeFrom (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveIntervalCalc.cpp | 66 LI.createSubRangeFrom(*Alloc, ClassMask, LI); in calculate()
|
H A D | RegisterCoalescer.cpp | 983 IntA.createSubRangeFrom(Allocator, Mask, IntA); in removeCopyByCommutingDef() 986 IntB.createSubRangeFrom(Allocator, Mask, IntB); in removeCopyByCommutingDef() 1877 DstInt->createSubRangeFrom(Allocator, UsedLanes, *DstInt); in updateRegDefsUses() 3644 LHS.createSubRangeFrom(Allocator, Mask, LHS); in joinVirtRegs() 3677 LHS.createSubRangeFrom(LIS->getVNInfoAllocator(), in joinVirtRegs()
|
H A D | LiveInterval.cpp | 940 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRewritePartialRegUses.cpp | 391 NewLI.createSubRangeFrom(Allocator, in updateLiveIntervals()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 801 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom() function
|