reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5115 ImmVal = encodeMsg(Msg.Id, Op.Id, Stream.Id); 5117 } else if (parseExpr(ImmVal)) { 5118 if (ImmVal < 0 || !isUInt<16>(ImmVal)) 5118 if (ImmVal < 0 || !isUInt<16>(ImmVal)) 5122 Operands.push_back(AMDGPUOperand::CreateImm(this, ImmVal, Loc, AMDGPUOperand::ImmTySendMsg));