Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h510 bool msgRequiresOp(int64_t MsgId);
DAMDGPUBaseInfo.cpp828 assert(msgRequiresOp(MsgId)); in getMsgOpName()
850 bool msgRequiresOp(int64_t MsgId) { in msgRequiresOp() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h1042 bool msgRequiresOp(int64_t MsgId, const MCSubtargetInfo &STI);
DAMDGPUBaseInfo.cpp1786 assert(msgRequiresOp(MsgId, STI)); in getMsgOpName()
1810 bool msgRequiresOp(int64_t MsgId, const MCSubtargetInfo &STI) { in msgRequiresOp() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp1160 if (msgRequiresOp(MsgId)) { in printSendMsg()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp1382 if (msgRequiresOp(MsgId, STI)) { in printSendMsg()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp5122 } else if (Strict && (msgRequiresOp(Msg.Id) != Op.IsDefined)) { in validateSendMsg()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp6946 if (Strict && (msgRequiresOp(Msg.Id, getSTI()) != Op.IsDefined)) { in validateSendMsg()