Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUAsmUtils.h18 extern const char* const OpSysSymbolic[];
DAMDGPUAsmUtils.cpp36 const char* const OpSysSymbolic[] = { variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUAsmUtils.h17 extern const char* const OpSysSymbolic[];
DAMDGPUAsmUtils.cpp35 const char* const OpSysSymbolic[] = { variable
DAMDGPUBaseInfo.cpp798 const char* const *S = (MsgId == ID_SYSMSG) ? OpSysSymbolic : OpGsSymbolic; in getMsgOpId()
829 return (MsgId == ID_SYSMSG)? OpSysSymbolic[OpId] : OpGsSymbolic[OpId]; in getMsgOpName()
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUAsmUtils.h20 extern const char* const OpSysSymbolic[];
DAMDGPUAsmUtils.cpp36 const char* const OpSysSymbolic[] = { variable
DAMDGPUBaseInfo.cpp944 const char* const *S = (MsgId == ID_SYSMSG) ? OpSysSymbolic : OpGsSymbolic; in getMsgOpId()
975 return (MsgId == ID_SYSMSG)? OpSysSymbolic[OpId] : OpGsSymbolic[OpId]; in getMsgOpName()
/external/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.cpp825 O << "sendmsg(" << IdSymbolic[Id] << ", " << OpSysSymbolic[OpSys] << ')'; in printSendMsg()
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1958 const char* const *S = (Msg.Id == ID_SYSMSG) ? OpSysSymbolic : OpGsSymbolic; in parseSendMsgConstruct()