Home
last modified time | relevance | path

Searched refs:hybridWithSpill (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DLocalRA.cpp758 bool LocalRA::assignUniqueRegisters(bool twoBanksRA, bool twoDirectionsAssign, bool hybridWithSpill) in assignUniqueRegisters() argument
824 if (hybridWithSpill) in assignUniqueRegisters()
839 if (numRows < numRegLRA || hybridWithSpill) in assignUniqueRegisters()
861 needGlobalRA = hybridWithSpill; in assignUniqueRegisters()
933 if (!hybridWithSpill) in assignUniqueRegisters()
H A DLocalRA.h71 bool assignUniqueRegisters(bool twoBanksRA, bool twoDirectionsAssign, bool hybridWithSpill);
H A DRegAlloc.cpp3581 …bool hybridWithSpill = builder.getOption(vISA_HybridRAWithSpill) && !(kernel.fg.getHasStackCalls()… in regAlloc() local
3583 kernel.getInt32KernelAttr(Attributes::ATTR_Target) == VISA_3D && !hybridWithSpill) in regAlloc()