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