Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocBasic.cpp216 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight) in spillInterferences()
295 if (!VirtReg.isSpillable()) in selectOrSplit()
DLiveRangeEdit.cpp40 if (Parent && !Parent->isSpillable()) in createEmptyIntervalFrom()
65 if (Parent && !Parent->isSpillable()) in createFrom()
DRegAllocGreedy.cpp920 bool Urgent = !VirtReg.isSpillable() && in canEvictInterference()
921 (Intf->isSpillable() || in canEvictInterference()
1084 VirtReg.isSpillable() < Intf->isSpillable()) && in evictInterference()
2610 assert((getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()
2808 if (getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) { in tryAssignCSRFirstTime()
3109 if (Stage >= RS_Done || !VirtReg.isSpillable()) in selectOrSplitImpl()
DCalcSpillWeights.cpp165 bool Spillable = li.isSpillable(); in weightCalcHelper()
DInlineSpiller.cpp1120 assert(edit.getParent().isSpillable() && in spill()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h808 bool isSpillable() const { in isSpillable() function