Home
last modified time | relevance | path

Searched refs:reserveSpillReg (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DGraphColor.cpp7022 bool reserveSpillReg, unsigned& spillRegSize, unsigned& indrSpillRegSize, in regAlloc() argument
7034 if (reserveSpillReg) in regAlloc()
10137 bool reserveSpillReg = false; in coloringRegAlloc() local
10214 reserveSpillReg = true; in coloringRegAlloc()
10250 …coloring.regAlloc(doBankConflictReduction, highInternalConflict, reserveSpillReg, spillRegSize, in… in coloringRegAlloc()
10418 reserveSpillReg, in coloringRegAlloc()
10473 if (!reserveSpillReg && !disableSpillCoalecse && builder.useSends()) in coloringRegAlloc()
10490 if (isColoringGood == true || reserveSpillReg) in coloringRegAlloc()
10562 if (!reserveSpillReg && (iterationNo == maxRAIterations)) in coloringRegAlloc()
H A DGraphColor.h587 … bool reserveSpillReg, unsigned& spillRegSize, unsigned& indrSpillRegSize, const RPE* rpe);