Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXSimdCFConformance.cpp3358 …bool IsConstantPred = GenXIntrinsic::getGenXIntrinsicID(EMVal) == GenXIntrinsic::genx_constantpred; in checkInterference() local
3415 if (Inst == EMVal && !IsConstantPred) { in checkInterference()
3422 if (Inst == ConstStop && IsConstantPred) { in checkInterference()
3436 if (!IsConstantPred in checkInterference()