Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/IR/
H A DInstruction.hpp164 void addInstOpts(const InstOptSet &opts) {m_instOpts.add(opts);} in addInstOpts()
241 const InstOptSet& getInstOpts() const {return m_instOpts;} in getInstOpts()
284 InstOptSet m_instOpts; // miscellaneous instruction attributes
H A DTypes.hpp308 typedef EnumBitset<InstOpt> InstOptSet; typedef
H A DInstBuilder.hpp139 InstOptSet m_instOpts;
902 void InstOptsAdd(const InstOptSet &instOpts) { in InstOptsAdd()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DIRToString.hpp614 const InstOptSet &instOpts) in ToSyntaxNoBraces()
649 static inline std::string ToSyntax(const InstOptSet &instOpts) { in ToSyntax()
H A DKernelParser.cpp3426 InstOptSet instOpts; in ParseInstOpts()
3477 void ParseInstOptOrFail(InstOptSet &instOpts) { in ParseInstOptOrFail()
3486 bool tryParseInstOptToken(InstOptSet &instOpts) { in tryParseInstOptToken()
3583 bool tryParseInstOptDepInfo(InstOptSet &instOpts) { in tryParseInstOptDepInfo()
H A DFormatterJSON.cpp926 InstOptSet ios = i.getInstOpts(); in emitInstOpts()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBinaryEncodingIGA.cpp27 InstOptSet extraOpts;
133 InstOptSet getIGAInstOptSet(G4_INST* inst) const;
375 InstOptSet BinaryEncodingIGA::getIGAInstOptSet(G4_INST* inst) const in getIGAInstOptSet()
377 InstOptSet options; in getIGAInstOptSet()
1450 G4_INST* sendInst, int& xlen, InstOptSet& extraOpts) in encodeExDescSendUnary()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Backend/Native/
H A DInstDecoder.hpp146 InstOptSet instOptSet;