Home
last modified time | relevance | path

Searched refs:setMsgDesc (Results 1 – 5 of 5) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/IR/
H A DKernel.cpp123 inst->setMsgDesc(desc); in createSendInstruction()
H A DInstruction.hpp155 void setMsgDesc(const SendDesc &msg) {m_desc = msg;} in setMsgDesc() function in iga::Instruction
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DSendFusion.cpp589 Send->setMsgDesc(newDesc); in simplifyMsg()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp1487 void setMsgDesc(G4_SendDesc *in);
H A DG4_IR.cpp3883 void G4_InstSend::setMsgDesc(G4_SendDesc *in) in setMsgDesc() function in G4_InstSend