Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCalcSpillWeights.cpp173 if (LI.isSpillable()) { in weightCalcHelper()
180 if (!OrigInt.isSpillable()) in weightCalcHelper()
185 bool IsSpillable = LI.isSpillable(); in weightCalcHelper()
HDRegAllocEvictionAdvisor.cpp233 !VirtReg.isSpillable() && in canEvictInterferenceBasedOnCost()
234 (Intf->isSpillable() || in canEvictInterferenceBasedOnCost()
HDRegAllocBasic.cpp217 if (!Intf->isSpillable() || Intf->weight() > VirtReg.weight()) in spillInterferences()
295 if (!VirtReg.isSpillable()) in selectOrSplit()
HDLiveRangeEdit.cpp41 if (Parent && !Parent->isSpillable()) in createEmptyIntervalFrom()
66 if (Parent && !Parent->isSpillable()) in createFrom()
HDMLRegAllocEvictAdvisor.cpp642 !VirtReg.isSpillable() && in loadInterferenceFeatures()
643 (Intf->isSpillable() || in loadInterferenceFeatures()
681 (!VirtReg.isSpillable() && CostPerUseLimit == static_cast<uint8_t>(~0u)); in tryFindEvictionCandidate()
HDRegAllocGreedy.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()
HDInlineSpiller.cpp1297 assert(edit.getParent().isSpillable() && in spill()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveInterval.h826 bool isSpillable() const { return Weight != huge_valf; } in isSpillable() function