Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h63 namespace SendMsg { // Symbolic names for the sendmsg(...) syntax.
H A DAMDGPUAsmUtils.cpp35 namespace SendMsg { namespace
H A DAMDGPUBaseInfo.h1123 namespace SendMsg {
H A DAMDGPUBaseInfo.cpp1893 namespace SendMsg { namespace
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h414 namespace SendMsg { // Encoding of SIMM16 used in s_sendmsg* insns.
H A DSIInsertWaitcnts.cpp1636 ((MI.getOperand(0).getImm() & AMDGPU::SendMsg::ID_MASK_PreGFX11_) == in generateWaitcntInstBefore()
1637 AMDGPU::SendMsg::ID_GS_DONE_PreGFX11)) { in generateWaitcntInstBefore()
2656 .addImm(AMDGPU::SendMsg::ID_DEALLOC_VGPRS_GFX11Plus); in runOnMachineFunction()
H A DSOPInstructions.td403 "s_sendmsg_rtn_b32", (outs SReg_32:$sdst), (ins SendMsg:$src0),
407 "s_sendmsg_rtn_b64", (outs SReg_64:$sdst), (ins SendMsg:$src0),
1630 def S_SENDMSG : SOPP_Pseudo <"s_sendmsg" , (ins SendMsg:$simm16), "$simm16",
1634 def S_SENDMSGHALT : SOPP_Pseudo <"s_sendmsghalt" , (ins SendMsg:$simm16), "$simm16",
H A DSIInstrInfo.td907 def SendMsg : CustomOperand<i32>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1485 using namespace llvm::AMDGPU::SendMsg; in printSendMsg()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7214 using namespace llvm::AMDGPU::SendMsg; in parseSendMsgBody()
7250 using namespace llvm::AMDGPU::SendMsg; in validateSendMsg()
7293 using namespace llvm::AMDGPU::SendMsg; in parseSendMsg()