Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPlatform.hpp638 bool supportMixMode() const { in supportMixMode() function in IGC::CPlatform
H A DPixelShaderCodeGen.cpp1705 return (m_SIMDSize == SIMDMode::SIMD16 || !m_Platform->supportMixMode()); in LowerPSInput()
H A DPatternMatchPass.cpp2178 … if (!m_Platform.supportMixMode() && fpextInst->getSrcTy()->getTypeID() == llvm::Type::HalfTyID) in MatchMad()
3228 if (m_Platform.supportMixMode()) in MatchCanonicalizeInstruction()