Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBinaryEncodingIGA.cpp431 if (inst->isNoCompactedInst()) in getIGAInstOptSet()
H A DBinaryEncodingCNL.cpp2468 inst->getBinInst()->SetDontCompactFlag(inst->isNoCompactedInst()); in DoAll()
H A DBinaryEncoding.cpp2871 inst->getBinInst()->SetDontCompactFlag(inst->isNoCompactedInst()); in ProduceBinaryInstructions()
H A DG4_IR.hpp781 bool isNoCompactedInst() const { return (option & InstOpt_NoCompact) ? true : false; } in isNoCompactedInst() function in vISA::G4_INST