Searched refs:createSubRangeFrom (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveIntervalCalc.cpp | 65 LI.createSubRangeFrom(*Alloc, ClassMask, LI); in calculate()
|
| H A D | RegisterCoalescer.cpp | 996 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 D | LiveInterval.cpp | 940 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRewritePartialRegUses.cpp | 375 NewLI.createSubRangeFrom(Allocator, in updateLiveIntervals()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 804 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom() function
|