Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DLocalRA.cpp447 bool reduceBCInRR = false; in localRA() local
451reduceBCInRR = bc.setupBankConflictsForKernel(doRoundRobin, reduceBCInTAandFF, numRegLRA, highInte… in localRA()
469 …if ((!doRoundRobin && reduceBCInTAandFF) || (doRoundRobin && reduceBCInRR)) //To avoid the schedu… in localRA()
H A DGraphColor.cpp10193 bool reduceBCInRR = false; in coloringRegAlloc() local
10197reduceBCInRR = bc.setupBankConflictsForKernel(true, reduceBCInTAandFF, SECOND_HALF_BANK_START_GRF … in coloringRegAlloc()
10198 doBankConflictReduction = reduceBCInRR && reduceBCInTAandFF; in coloringRegAlloc()