Home
last modified time | relevance | path

Searched refs:ID_SYSMSG (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1753 const char* const *S = (MsgId == ID_SYSMSG) ? OpSysSymbolic : OpGsSymbolic; in getMsgOpId()
1754 const int F = (MsgId == ID_SYSMSG) ? OP_SYS_FIRST_ : OP_GS_FIRST_; in getMsgOpId()
1755 const int L = (MsgId == ID_SYSMSG) ? OP_SYS_LAST_ : OP_GS_LAST_; in getMsgOpId()
1771 if (MsgId == ID_SYSMSG) in isValidMsgOp()
1787 return (MsgId == ID_SYSMSG)? OpSysSymbolic[OpId] : OpGsSymbolic[OpId]; in getMsgOpName()
1811 return MsgId == ID_SYSMSG || in msgRequiresOp()
H A DAMDGPUAsmUtils.cpp55 {{"MSG_SYSMSG"}, ID_SYSMSG},
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIDefines.h341 ID_SYSMSG = 15, enumerator