Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h351 ArrayRef<SlotIndex> getRegMaskSlots() const { return RegMaskSlots; } in getRegMaskSlots() function
357 return getRegMaskSlots().slice(P.first, P.second); in getRegMaskSlotsInBlock()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp288 !li.isLiveAtIndexes(LIS.getRegMaskSlots())) { in weightCalcHelper()
H A DLiveIntervals.cpp898 Slots = getRegMaskSlots(); in checkRegMaskInterference()