Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h352 ArrayRef<SlotIndex> getRegMaskSlots() const { return RegMaskSlots; } in getRegMaskSlots() function
358 return getRegMaskSlots().slice(P.first, P.second); in getRegMaskSlotsInBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp328 !LI.isLiveAtIndexes(LIS.getRegMaskSlots()) && in weightCalcHelper()
H A DLiveIntervals.cpp910 Slots = getRegMaskSlots(); in checkRegMaskInterference()