Searched refs:SendMsg (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUAsmUtils.h | 64 namespace SendMsg {
|
H A D | AMDGPUAsmUtils.cpp | 88 namespace SendMsg { namespace
|
H A D | AMDGPUBaseInfo.h | 1193 namespace SendMsg {
|
H A D | AMDGPUBaseInfo.cpp | 1894 namespace SendMsg { namespace
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIDefines.h | 436 namespace SendMsg { // Encoding of SIMM16 used in s_sendmsg* insns.
|
H A D | SIInsertWaitcnts.cpp | 1661 ((MI.getOperand(0).getImm() & AMDGPU::SendMsg::ID_MASK_PreGFX11_) == in generateWaitcntInstBefore() 1662 AMDGPU::SendMsg::ID_GS_DONE_PreGFX11)) { in generateWaitcntInstBefore() 2611 .addImm(AMDGPU::SendMsg::ID_DEALLOC_VGPRS_GFX11Plus); in runOnMachineFunction()
|
H A D | SOPInstructions.td | 415 "s_sendmsg_rtn_b32", (outs SReg_32:$sdst), (ins SendMsg:$src0), 419 "s_sendmsg_rtn_b64", (outs SReg_64:$sdst), (ins SendMsg:$src0), 1663 def S_SENDMSG : SOPP_Pseudo <"s_sendmsg" , (ins SendMsg:$simm16), "$simm16", 1667 def S_SENDMSGHALT : SOPP_Pseudo <"s_sendmsghalt" , (ins SendMsg:$simm16), "$simm16",
|
H A D | SIInstrInfo.td | 928 def SendMsg : CustomOperand<i32>;
|
H A D | SIInstrInfo.cpp | 2055 .addImm(AMDGPU::SendMsg::ID_RTN_GET_DOORBELL); in insertSimulatedTrap() 2071 .addImm(AMDGPU::SendMsg::ID_INTERRUPT); in insertSimulatedTrap()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 1550 using namespace llvm::AMDGPU::SendMsg; in printSendMsg()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 7441 using namespace llvm::AMDGPU::SendMsg; in parseSendMsgBody() 7478 using namespace llvm::AMDGPU::SendMsg; in validateSendMsg() 7524 using namespace llvm::AMDGPU::SendMsg; in parseSendMsg()
|