Searched defs:MsgId (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | FunctionCognitiveComplexityCheck.cpp | 105 unsigned MsgId; // The id of the message to output. in process() local 205 unsigned MsgId; in account() local 529 unsigned MsgId; // The id of the message to output. in check() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 778 static bool isValidMsgId(int64_t MsgId) { in isValidMsgId() 782 bool isValidMsgId(int64_t MsgId, const MCSubtargetInfo &STI, bool Strict) { in isValidMsgId() 793 StringRef getMsgName(int64_t MsgId) { in getMsgName() 797 int64_t getMsgOpId(int64_t MsgId, const StringRef Name) { in getMsgOpId() 809 bool isValidMsgOp(int64_t MsgId, int64_t OpId, bool Strict) { in isValidMsgOp() 827 StringRef getMsgOpName(int64_t MsgId, int64_t OpId) { in getMsgOpName() 832 bool isValidMsgStream(int64_t MsgId, int64_t OpId, int64_t StreamId, bool Strict) { in isValidMsgStream() 850 bool msgRequiresOp(int64_t MsgId) { in msgRequiresOp() 854 bool msgSupportsStream(int64_t MsgId, int64_t OpId) { in msgSupportsStream() 859 uint16_t &MsgId, in decodeMsg() [all …]
|
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 924 static bool isValidMsgId(int64_t MsgId) { in isValidMsgId() 928 bool isValidMsgId(int64_t MsgId, const MCSubtargetInfo &STI, bool Strict) { in isValidMsgId() 939 StringRef getMsgName(int64_t MsgId) { in getMsgName() 943 int64_t getMsgOpId(int64_t MsgId, const StringRef Name) { in getMsgOpId() 955 bool isValidMsgOp(int64_t MsgId, int64_t OpId, bool Strict) { in isValidMsgOp() 973 StringRef getMsgOpName(int64_t MsgId, int64_t OpId) { in getMsgOpName() 978 bool isValidMsgStream(int64_t MsgId, int64_t OpId, int64_t StreamId, bool Strict) { in isValidMsgStream() 996 bool msgRequiresOp(int64_t MsgId) { in msgRequiresOp() 1000 bool msgSupportsStream(int64_t MsgId, int64_t OpId) { in msgSupportsStream() 1005 uint16_t &MsgId, in decodeMsg() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUInstPrinter.cpp | 1151 uint16_t MsgId; in printSendMsg() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUInstPrinter.cpp | 1248 uint16_t MsgId; in printSendMsg() local
|