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

References

lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
 1453       return Error(S, "invalid register name");
 1455     Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64()));
 1475         Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64()));
 1486     return Error(S, "unknown operand");
 1490   Operands.push_back(PPCOperand::CreateFromMCExpr(EVal, S, E, isPPC64()));
 1501     S = Parser.getTok().getLoc();
 1503       return Error(S, "invalid TLS call expression");
 1509     Operands.push_back(PPCOperand::CreateFromMCExpr(TLSSym, S, E, isPPC64()));
 1515     S = Parser.getTok().getLoc();
 1523         return Error(S, "invalid register name");
 1528         return Error(S, "unexpected integer value");
 1531         return Error(S, "invalid register number");
 1543       return Error(S, "invalid memory operand");
 1549     Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64()));