Home
last modified time | relevance | path

Searched refs:numLanesForSimd8 (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 DEmitVISAPass.cpp13136 const unsigned int numLanesForSimd8 = numLanes(SIMDMode::SIMD8); in emitPreOrPostFixOp() local
13137 IGC_ASSERT(numLanesForSimd8); in emitPreOrPostFixOp()
13138 const unsigned int numTimesToLoop = numLanes(m_currShader->m_SIMDSize) / numLanesForSimd8; in emitPreOrPostFixOp()
13938 const unsigned int numLanesForSimd8 = numLanes(SIMDMode::SIMD8); in emitAtomicTyped() local
13939 IGC_ASSERT(numLanesForSimd8); in emitAtomicTyped()
13940 const unsigned int loopIter = numLanes(m_currShader->m_SIMDSize) / numLanesForSimd8; in emitAtomicTyped()