Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DSpillCode.h35 const LIVERANGE_LIST & spilledLRs; variable
85 bbId(UINT_MAX), spilledLRs(splrs), origTempDclId(startTempDclId) in SpillManager()
H A DGraphColor.h539 LIVERANGE_LIST spilledLRs; variable
588 bool requireSpillCode() const { return !spilledLRs.empty(); } in requireSpillCode()
592 const LIVERANGE_LIST & getSpilledLiveRanges() const { return spilledLRs; } in getSpilledLiveRanges()
H A DSpillCode.cpp498 for (const LiveRange* lr : spilledLRs) in createSpillLocations()
H A DSpillManagerGMRF.h70 const LR_LIST * spilledLRs,
H A DGraphColor.cpp6539 spilledLRs.push_back(lr); in assignColors()
6627 spilledLRs.remove(childLR); in assignColors()
6671 spilledLRs.remove(parentLR); in assignColors()
6693 for (auto item : spilledLRs) in assignColors()
6696 for (auto checkItem : spilledLRs) in assignColors()
6707 for (auto lr : spilledLRs) in assignColors()
6713 for (auto lr : spilledLRs) in assignColors()
7238 spilledLRs.clear(); in resetTemporaryRegisterAssignments()
10398 const LIVERANGE_LIST& spilledLRs = coloring.getSpilledLiveRanges(); in coloringRegAlloc() local
10399 for (auto lr : spilledLRs) in coloringRegAlloc()
H A DSpillManagerGMRF.cpp122 const LR_LIST* spilledLRs, in SpillManagerGRF() argument
136 , spilledLRs_(spilledLRs) in SpillManagerGRF()