Searched refs:createSubRangeFrom (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 94 LI.createSubRangeFrom(*Alloc, ClassMask, LI); in calculate()
|
D | RegisterCoalescer.cpp | 949 IntA.createSubRangeFrom(Allocator, Mask, IntA); in removeCopyByCommutingDef() 952 IntB.createSubRangeFrom(Allocator, Mask, IntB); in removeCopyByCommutingDef() 1739 DstInt->createSubRangeFrom(Allocator, UsedLanes, *DstInt); in updateRegDefsUses() 3380 LHS.createSubRangeFrom(Allocator, Mask, LHS); in joinVirtRegs()
|
D | LiveInterval.cpp | 951 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 783 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom() function
|