reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 1346   bool parseExpr(int64_t &Imm);

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 2147   if (!parseExpr(RegLo))
 2151     if (!parseExpr(RegHi))
 4532   return parseExpr(IntVal) ? MatchOperand_Success : MatchOperand_ParseFail;
 4574     if (!parseExpr(Op))
 4886   if (!parseExpr(CntVal))
 4934     parseExpr(Waitcnt);
 4961   } else if (!parseExpr(HwReg.Id)) {
 4971     parseExpr(Offset) &&
 4973     parseExpr(Width) &&
 5018   } else if (parseExpr(ImmVal)) {
 5044   } else if (!parseExpr(Msg.Id)) {
 5053     } else if (!parseExpr(Op.Id)) {
 5059       if (!parseExpr(Stream.Id))
 5117   } else if (parseExpr(ImmVal)) {
 5439     if (!parseExpr(Op[i])) {
 5585   if (!parseExpr(Imm)) {
 7016   if (!parseExpr(Imm)) {