Home
last modified time | relevance | path

Searched refs:instWidth (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.cpp14097 SIMDMode instWidth = std::min( in emitTypedRead() local
14100 bool needsSplit = m_currShader->m_SIMDSize > instWidth; in emitTypedRead()
14118 numChannels * numLanes(instWidth), in emitTypedRead()
14134 if (m_currShader->m_SIMDSize != instWidth) in emitTypedRead()
14136 JoinSIMD(tempdst, numChannels, instWidth); in emitTypedRead()
14189 SIMDMode instWidth = std::min( in emitTypedWrite() local
14192 bool needsSplit = m_currShader->m_SIMDSize > instWidth; in emitTypedWrite()
14213 IGC_ASSERT(instWidth == SIMDMode::SIMD8 || in emitTypedWrite()
14214 instWidth == SIMDMode::SIMD16); in emitTypedWrite()
14215 IGC_ASSERT(m_currShader->m_SIMDSize > instWidth); in emitTypedWrite()
[all …]