Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp349 SB_SET, enumerator
405 void setSetToken(unsigned short token) {swsb.SBToken = token; swsb.tokenType = SB_SET;} in setSetToken()
406 …unsigned short getSetToken() const { if (swsb.tokenType == SB_SET) return swsb.SBToken; else retur… in getSetToken()
H A DBinaryEncodingIGA.cpp739 if (inst->tokenHonourInstruction() && (inst->getTokenType() == SWSBTokenType::SB_SET)) in SetSWSB()
H A DG4_IR.cpp3770 case SB_SET: break; in emit_options()