Home
last modified time | relevance | path

Searched refs:getRegMaskSlots (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h351 ArrayRef<SlotIndex> getRegMaskSlots() const { return RegMaskSlots; } in getRegMaskSlots() function
357 return getRegMaskSlots().slice(P.first, P.second); in getRegMaskSlotsInBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp289 !li.isLiveAtIndexes(LIS.getRegMaskSlots())) { in weightCalcHelper()
DLiveIntervals.cpp908 Slots = getRegMaskSlots(); in checkRegMaskInterference()