Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA_framework.h82 const VISA_INST_Desc* m_inst_desc; variable
89 const VISA_INST_Desc* getCISAInstDesc () const { return m_inst_desc;} in getCISAInstDesc()
H A DCommon_ISA_framework.cpp82 m_inst_desc = inst_desc; in createCisaInstruction()
H A DVISAKernelImpl.cpp8424 …DEBUG_PRINT_SIZE_INSTRUCTION("size after instruction added: ", inst->m_inst_desc->opcode, SIZE_VAL… in addInstructionToEnd()