Lines Matching defs:reportError
307 reportError(
311 reportError(I.getLoc(),
332 reportError(MCB.getLoc(),
353 reportError(I.getLoc(),
359 reportError(I.getLoc(),
365 reportError(I.getLoc(),
378 reportError("invalid instruction packet: out of slots");
436 reportError(ConsumerInst.getLoc(),
449 reportError(ConsumerInst.getLoc(),
458 reportError(ConsumerInst.getLoc(),
468 reportError(ConsumerInst.getLoc(),
480 reportError(ConsumerInst.getLoc(),
511 reportError(ConsumerInst.getLoc(),
519 reportError(ConsumerInst.getLoc(),
536 reportError(Inst.getLoc(), "Cannot write to read-only register `" +
616 reportError("loop-setup and some branch instructions "
696 reportError(I.getLoc(), "Instruction is marked `isSolo' and "
723 reportError(
769 reportError("register `" + Twine(RI.getName(Register)) +
774 reportError("register `" + Twine(RI.getName(Register)) +
779 void HexagonMCChecker::reportError(Twine const &Msg) {
780 reportError(MCB.getLoc(), Msg);
783 void HexagonMCChecker::reportError(SMLoc Loc, Twine const &Msg) {
785 Context.reportError(Loc, Msg);
807 reportError("register pair `" + Twine(RI.getName(R)) +
825 reportError("register `" + Twine(RI.getName(R)) + ".tmp" +