Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBinaryEncodingIGA.cpp399 if (inst->isNoPreemptInst()) in getIGAInstOptSet()
H A DBinaryEncodingCNL.cpp333 (inst->isNoPreemptInst() ? G9HDL::THREADCTRL_NOPREEMPT : in EncodeThreadControl()
H A DG4_IR.hpp733 bool isNoPreemptInst() const { return (option & InstOpt_NoPreempt) ? true : false; } in isNoPreemptInst() function in vISA::G4_INST
H A DOptimizer.cpp7681 if (inst->isSend() && !inst->isNoPreemptInst() && builder.needsNoPreemptR2ForSend()) in HWWorkaround()