Home
last modified time | relevance | path

Searched refs:getRegMaskSlotsInBlock (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h355 ArrayRef<SlotIndex> getRegMaskSlotsInBlock(unsigned MBBNum) const { in getRegMaskSlotsInBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterferenceCache.cpp193 RegMaskSlots = LIS->getRegMaskSlotsInBlock(MBBNum); in update()
DLiveIntervals.cpp905 Slots = getRegMaskSlotsInBlock(MBB->getNumber()); in checkRegMaskInterference()
DRegAllocGreedy.cpp2262 ArrayRef<SlotIndex> RMS = LIS->getRegMaskSlotsInBlock(BI.MBB->getNumber()); in tryLocalSplit()