Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPullConstantHeuristics.cpp172 int PSDBottleNeckThreshold = getPSDBottleNeckThreshold(F); in runOnModule() local
175 PSDBottleNeckThreshold = PSDBottleNeckThreshold > maxPayload_Regkey ? in runOnModule()
176 maxPayload_Regkey : PSDBottleNeckThreshold; in runOnModule()
178 int threshold = PSDBottleNeckThreshold - PayloadWithoutConstants; in runOnModule()