Home
last modified time | relevance | path

Searched refs:hasCorrectlyRoundedMacros (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/PrivateMemory/
H A DPrivateMemoryUsageAnalysis.cpp128 …(!pCtx->platform.hasNoFP64Inst() && !pCtx->platform.hasCorrectlyRoundedMacros() && pCtx->m_DriverI… in runOnFunction()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPlatform.hpp626 bool hasCorrectlyRoundedMacros() const { in hasCorrectlyRoundedMacros() function in IGC::CPlatform
H A DShaderCodeGen.cpp482 …bool hasDPDivSqrtEmu = !ctx.platform.hasNoFP64Inst() && !ctx.platform.hasCorrectlyRoundedMacros() … in AddLegalizationPasses()
487 (ctx.m_DriverInfo.NeedIEEESPDiv() && !ctx.platform.hasCorrectlyRoundedMacros())) in AddLegalizationPasses()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/
H A DBuiltInFuncImport.cpp961 pCtx->platform.hasCorrectlyRoundedMacros() ? 1 : 0); in InitializeBIFlags()