Searched refs:OperandInfoTy (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 1291 struct OperandInfoTy { struct in __anon35bb98260111::AMDGPUAsmParser 1296 OperandInfoTy(int64_t Id_) : Id(Id_) {} in OperandInfoTy() function 1299 bool parseSendMsgBody(OperandInfoTy &Msg, OperandInfoTy &Op, OperandInfoTy &Stream); 1300 bool validateSendMsg(const OperandInfoTy &Msg, 1301 const OperandInfoTy &Op, 1302 const OperandInfoTy &Stream, 1305 bool parseHwregBody(OperandInfoTy &HwReg, int64_t &Offset, int64_t &Width); 1306 bool validateHwreg(const OperandInfoTy &HwReg, 4991 AMDGPUAsmParser::parseHwregBody(OperandInfoTy &HwReg, in parseHwregBody() 5018 AMDGPUAsmParser::validateHwreg(const OperandInfoTy &HwReg, in validateHwreg() [all …]
|