Home
last modified time | relevance | path

Searched refs:PredAdd (Results 1 – 5 of 5) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.hpp84 …void PredAdd(const SSource& pred, bool invert, const SSource sources[2], const DstModifier& modifi…
H A DCISABuilder.hpp258 void PredAdd(CVariable* flag, CVariable* dst, CVariable* src0, CVariable* src1);
H A DPatternMatchPass.cpp1856 pass->PredAdd(pred, invertPred, sources, modf); in MatchPredAdd()
2015 pass->PredAdd(pred, invertPred, sources, modf); in MatchSimpleAdd()
H A DCISABuilder.cpp613 void CEncoder::PredAdd(CVariable* flag, CVariable* dst, CVariable* src0, CVariable* src1) in PredAdd() function in IGC::CEncoder
H A DEmitVISAPass.cpp4022 void EmitPass::PredAdd(const SSource& pred, bool invert, const SSource sources[2], const DstModifie… in PredAdd() function in EmitPass
4039 m_encoder->PredAdd(flag, m_destination, m_destination, src1); in PredAdd()