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.cpp173 if (LI.isSpillable()) { in weightCalcHelper()
180 if (!OrigInt.isSpillable()) in weightCalcHelper()
185 bool IsSpillable = LI.isSpillable(); in weightCalcHelper()
H A DRegAllocEvictionAdvisor.cpp233 !VirtReg.isSpillable() && in canEvictInterferenceBasedOnCost()
234 (Intf->isSpillable() || in canEvictInterferenceBasedOnCost()
H A DRegAllocBasic.cpp217 if (!Intf->isSpillable() || Intf->weight() > VirtReg.weight()) in spillInterferences()
295 if (!VirtReg.isSpillable()) in selectOrSplit()
H A DLiveRangeEdit.cpp41 if (Parent && !Parent->isSpillable()) in createEmptyIntervalFrom()
66 if (Parent && !Parent->isSpillable()) in createFrom()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp642 !VirtReg.isSpillable() && in loadInterferenceFeatures()
643 (Intf->isSpillable() || in loadInterferenceFeatures()
681 (!VirtReg.isSpillable() && CostPerUseLimit == static_cast<uint8_t>(~0u)); in tryFindEvictionCandidate()
H A DRegAllocGreedy.cpp512 VirtReg.isSpillable() < Intf->isSpillable()) && in evictInterference()
1968 assert((ExtraInfo->getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()
2177 if (ExtraInfo->getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) { in tryAssignCSRFirstTime()
2481 if (Stage >= RS_Done || !VirtReg.isSpillable()) { in selectOrSplitImpl()
H A DInlineSpiller.cpp1297 assert(edit.getParent().isSpillable() && in spill()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h826 bool isSpillable() const { return Weight != huge_valf; } in isSpillable() function