Home
last modified time | relevance | path

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

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