You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IGC/common/igc_flags.def
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -161,8 +161,10 @@ DECLARE_IGC_REGKEY(bool, EnableGenUpdateCBResInfo, false, "Enable derived c
161
161
DECLARE_IGC_REGKEY(bool, EnableHighestSIMDForNoSpill, false, "When there is no spill choose highest SIMD (compute shader only).", false)
162
162
DECLARE_IGC_REGKEY(bool, EnableFoldsToSourceCheck, true, "Enable the check for Folds To Source Propagate for finding interesting constant. This is for the number of instructions that translate to a mov. i.e., Multiplication or Division by 1", false)
163
163
DECLARE_IGC_REGKEY(DWORD, WeightSampler, 10, "Set the weight for Sampler instruction for finding interesting constant", false)
164
+
DECLARE_IGC_REGKEY(DWORD, WeightSamplerScalarResult, 5, "Set the weight for scalar of a Sampler instruction for finding interesting constant", false)
164
165
DECLARE_IGC_REGKEY(DWORD, WeightOtherInstruction, 1, "Set the weight for instruction for finding interesting constant", false)
165
166
DECLARE_IGC_REGKEY(DWORD, WeightExtendedMath, 5, "Set the weight for Extended math instruction for finding interesting constant ", false)
167
+
DECLARE_IGC_REGKEY(DWORD, WeightSelect, 10, "Set the weight for Select instruction for finding interesting constant ", false)
166
168
DECLARE_IGC_REGKEY(DWORD, BaseWeightBranch, 200, "Set the Base weight for Branch instruction found in finding interesting constant", false)
167
169
DECLARE_IGC_REGKEY(DWORD, WeightBranch, 20, "Set the weight for Branch instruction found in finding interesting constant", false)
168
170
DECLARE_IGC_REGKEY(DWORD, BaseWeightLoop, 300, "Set the Base weight for Loop instruction found in finding interesting constant", false)
0 commit comments