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 D | GraphColor.cpp | 7022 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 D | GraphColor.h | 587 … bool reserveSpillReg, unsigned& spillRegSize, unsigned& indrSpillRegSize, const RPE* rpe);
|