Home
last modified time | relevance | path

Searched defs:InstEncoderState (Results 1 – 1 of 1) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Backend/Native/
H A DInstEncoder.hpp45 struct InstEncoderState struct
47 int instIndex = 0;
48 const Instruction* inst = nullptr;
55 MInst dirty;
59 std::vector<const Fragment *> fragmentsSet;
61 InstEncoderState( in InstEncoderState() function
77 InstEncoderState() { } in InstEncoderState() argument