Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DPhyRegUsage.cpp22 colorHeuristic(FIRST_FIT), in PhyRegUsage()
328 if (colorHeuristic == ROUND_ROBIN) { in findContiguousGRF()
379 if (colorHeuristic == ROUND_ROBIN) { in findContiguousAddrFlag()
409 if (colorHeuristic == ROUND_ROBIN) in findContiguousGRFFromBanks()
823 if (colorHeuristic == ROUND_ROBIN) in findGRFSubRegFromBanks()
837 if (colorHeuristic == ROUND_ROBIN) in findGRFSubRegFromBanks()
849 if (colorHeuristic == ROUND_ROBIN) in findGRFSubRegFromBanks()
880 if (phyReg.reg != -1 && colorHeuristic == FIRST_FIT) in findGRFSubRegFromBanks()
980 colorHeuristic = heuristic; in assignGRFRegsFromBanks()
1048 colorHeuristic = heuristic; in assignRegs()
H A DPhyRegUsage.h67 … ColorHeuristic colorHeuristic; // perform register assignment in first-fit/round-robin for GRFs variable
182 ColorHeuristic colorHeuristic,