Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h331 ArrayRef<SlotIndex> getRegMaskSlots() const { return RegMaskSlots; } in getRegMaskSlots() function
338 return getRegMaskSlots().slice(P.first, P.second); in getRegMaskSlotsInBlock()
/external/swiftshader/third_party/llvm-7.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()
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp223 !li.isLiveAtIndexes(LIS.getRegMaskSlots())) { in calculateSpillWeightAndHint()
DLiveIntervalAnalysis.cpp858 Slots = getRegMaskSlots(); in checkRegMaskInterference()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp311 !li.isLiveAtIndexes(LIS.getRegMaskSlots())) { in weightCalcHelper()
DLiveIntervals.cpp898 Slots = getRegMaskSlots(); in checkRegMaskInterference()