Searched refs:createSubRangeFrom (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LiveIntervalCalc.cpp | 67 LI.createSubRangeFrom(*Alloc, ClassMask, LI); in calculate()
|
| H A D | RegisterCoalescer.cpp | 993 IntA.createSubRangeFrom(Allocator, Mask, IntA); in removeCopyByCommutingDef() 996 IntB.createSubRangeFrom(Allocator, Mask, IntB); in removeCopyByCommutingDef() 1806 DstInt->createSubRangeFrom(Allocator, UsedLanes, *DstInt); in updateRegDefsUses() 3555 LHS.createSubRangeFrom(Allocator, Mask, LHS); in joinVirtRegs()
|
| H A D | LiveInterval.cpp | 937 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 794 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom() function
|