Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBinaryEncodingIGA.cpp387 if (inst->isBreakPointInst()) in getIGAInstOptSet()
H A DBinaryEncodingCNL.cpp486 if (inst->isBreakPointInst()) in EncodeInstHeader()
H A DBinaryEncoding.cpp334 if (inst->isBreakPointInst()) in EncodeInstOptionsString()
H A DG4_IR.hpp766 bool isBreakPointInst() const { return (option & InstOpt_BreakPoint) ? true : false; } in isBreakPointInst() function in vISA::G4_INST
H A DOptimizer.cpp2941 if (inst->isBreakPointInst() && !defInst->isBreakPointInst()) in doHoisting()
11841 if (Inst->isYieldInst() || Inst->isBreakPointInst()) in isDeadInst()