Home
last modified time | relevance | path

Searched refs:mostUsedCount (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 DCShader.cpp1639 int mostUsedCount = 1; in findCommonConstant() local
1643 if (iter->second > mostUsedCount) in findCommonConstant()
1646 mostUsedCount = iter->second; in findCommonConstant()
1651 allSame = (mostUsedCount == elts); in findCommonConstant()
1657 else if (mostUsedCount > 1 && cannotPackVF) in findCommonConstant()