Home
last modified time | relevance | path

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/
DLiveRangeCalc.cpp94 LI.createSubRangeFrom(*Alloc, ClassMask, LI); in calculate()
DRegisterCoalescer.cpp949 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()
DLiveInterval.cpp951 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h783 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom() function