Home
last modified time | relevance | path

Searched refs:isSpillable (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp172 if (LI.isSpillable()) { in weightCalcHelper()
179 if (!OrigInt.isSpillable()) in weightCalcHelper()
184 bool IsSpillable = LI.isSpillable(); in weightCalcHelper()
H A DRegAllocBasic.cpp220 if (!Intf->isSpillable() || Intf->weight() > VirtReg.weight()) in spillInterferences()
298 if (!VirtReg.isSpillable()) in selectOrSplit()
H A DRegAllocEvictionAdvisor.cpp288 !VirtReg.isSpillable() && in canEvictInterferenceBasedOnCost()
289 (Intf->isSpillable() || in canEvictInterferenceBasedOnCost()
H A DLiveRangeEdit.cpp41 if (Parent && !Parent->isSpillable()) in createEmptyIntervalFrom()
66 if (Parent && !Parent->isSpillable()) in createFrom()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp709 !VirtReg.isSpillable() && in loadInterferenceFeatures()
710 (Intf->isSpillable() || in loadInterferenceFeatures()
758 (!VirtReg.isSpillable() && CostPerUseLimit == static_cast<uint8_t>(~0u)); in tryFindEvictionCandidate()
H A DRegAllocGreedy.cpp646 VirtReg.isSpillable() < Intf->isSpillable()) && in evictInterference()
2103 assert((ExtraInfo->getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()
2322 if (ExtraInfo->getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) { in tryAssignCSRFirstTime()
2629 if (Stage >= RS_Done || !VirtReg.isSpillable()) { in selectOrSplitImpl()
H A DInlineSpiller.cpp1321 assert(edit.getParent().isSpillable() && in spill()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h829 bool isSpillable() const { return Weight != huge_valf; } in isSpillable() function