Home
last modified time | relevance | path

Searched refs:SendMsg (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h64 namespace SendMsg {
H A DAMDGPUAsmUtils.cpp88 namespace SendMsg { namespace
H A DAMDGPUBaseInfo.h1358 namespace SendMsg {
H A DAMDGPUBaseInfo.cpp2189 namespace SendMsg { namespace
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h418 namespace SendMsg { // Encoding of SIMM16 used in s_sendmsg* insns.
H A DSIInsertWaitcnts.cpp1839 ((MI.getOperand(0).getImm() & AMDGPU::SendMsg::ID_MASK_PreGFX11_) == in generateWaitcntInstBefore()
1840 AMDGPU::SendMsg::ID_GS_DONE_PreGFX11)) { in generateWaitcntInstBefore()
2960 .addImm(AMDGPU::SendMsg::ID_DEALLOC_VGPRS_GFX11Plus); in run()
H A DSOPInstructions.td416 "s_sendmsg_rtn_b32", (outs SReg_32:$sdst), (ins SendMsg:$src0),
420 "s_sendmsg_rtn_b64", (outs SReg_64:$sdst), (ins SendMsg:$src0),
1643 def S_SENDMSG : SOPP_Pseudo <"s_sendmsg" , (ins SendMsg:$simm16), "$simm16",
1647 def S_SENDMSGHALT : SOPP_Pseudo <"s_sendmsghalt" , (ins SendMsg:$simm16), "$simm16",
H A DSIInstrInfo.cpp2070 .addImm(AMDGPU::SendMsg::ID_RTN_GET_DOORBELL); in insertSimulatedTrap()
2086 .addImm(AMDGPU::SendMsg::ID_INTERRUPT); in insertSimulatedTrap()
H A DSIInstrInfo.td1046 def SendMsg : CustomOperand<i32>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1444 using namespace llvm::AMDGPU::SendMsg; in printSendMsg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7866 using namespace llvm::AMDGPU::SendMsg; in parseSendMsgBody()
7903 using namespace llvm::AMDGPU::SendMsg; in validateSendMsg()
7949 using namespace llvm::AMDGPU::SendMsg; in parseSendMsg()