Searched refs:createSubRangeFrom (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveIntervalCalc.cpp | 76 LI.createSubRangeFrom(*Alloc, ClassMask, LI); in calculate()
|
H A D | RegisterCoalescer.cpp | 970 IntA.createSubRangeFrom(Allocator, Mask, IntA); in removeCopyByCommutingDef() 973 IntB.createSubRangeFrom(Allocator, Mask, IntB); in removeCopyByCommutingDef() 1779 DstInt->createSubRangeFrom(Allocator, UsedLanes, *DstInt); in updateRegDefsUses() 3496 LHS.createSubRangeFrom(Allocator, Mask, LHS); in joinVirtRegs()
|
H A D | LiveInterval.cpp | 951 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 788 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom() function
|