Searched refs:createSubRangeFrom (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveIntervalCalc.cpp | 67 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() 1811 DstInt->createSubRangeFrom(Allocator, UsedLanes, *DstInt); in updateRegDefsUses() 3562 LHS.createSubRangeFrom(Allocator, Mask, LHS); in joinVirtRegs()
|
| H A D | LiveInterval.cpp | 937 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 794 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom() function
|