Home
last modified time | relevance | path

Searched refs:msgRequiresOp (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h672 bool msgRequiresOp(int64_t MsgId);
H A DAMDGPUBaseInfo.cpp1288 assert(msgRequiresOp(MsgId)); in getMsgOpName()
1312 bool msgRequiresOp(int64_t MsgId) { in msgRequiresOp() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1269 if (msgRequiresOp(MsgId)) { in printSendMsg()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6240 if (Strict && (msgRequiresOp(Msg.Id) != Op.IsDefined)) { in validateSendMsg()