Lines Matching refs:PrintError

38       PrintError(DiagLoc, DiagCtx + ": invalid operand name format '" +  in get()
49 PrintError(DiagLoc, DiagCtx + ": unknown type '" + R->getName() + "'"); in get()
208 PrintError(Loc, Msg); in diagnoseAllSpecialTypes()
218 PrintError(Locs, "pattern '" + getName() + "' ('" + getInstName() + in reportUnreachable()
227 PrintError(Loc, +"'" + getInstName() + "' expected at least " + in checkSemantics()
233 PrintError(Loc, +"'" + getInstName() + "' expected " + in checkSemantics()
431 PrintError(DiagLoc, "conflicting types for operand '" + in check()
520 PrintError("wip_match_opcode cannot be used in " + ClassName); in checkSemantics()
523 PrintError("Builtin instructions cannot be used in " + ClassName); in checkSemantics()
537 PrintError("nested " + ClassName + " are not supported"); in checkSemantics()
546 PrintError("duplicate parameter '" + Op.Name + "'"); in checkSemantics()
553 PrintError("input parameter '" + Op.Name + "' cannot be redefined!"); in checkSemantics()
559 PrintError("input parameterr '" + Op.Name + "' cannot be a root!"); in checkSemantics()
568 PrintError("output parameter '" + Op.Name + in checkSemantics()
574 PrintError("duplicate parameter '" + Op.Name + "'"); in checkSemantics()
582 PrintError("output parameter '" + Op.Name + in checkSemantics()
594 PrintError("all instructions that define root '" + Op.Name + "' in '" + in checkSemantics()
604 PrintError(ClassName + " must have one root in its 'out' operands"); in checkSemantics()
609 PrintError(ClassName + " can only have one root"); in checkSemantics()
650 llvm::PrintError(DiagLoc, "operand '" + ArgName + "' (for parameter '" + in handleUnboundInParam()
674 PrintError("Operand '" + OpName + in buildOperandsTables()
737 void PatFrag::PrintError(Twine Msg) const { llvm::PrintError(&Def, Msg); } in PrintError() function in llvm::gi::PatFrag
759 PrintError(DiagLoc, "expected operand " + std::to_string(Idx) + in checkSemantics()
765 PrintError(DiagLoc, "operand " + std::to_string(Idx) + " of '" + in checkSemantics()
774 PrintError(DiagLoc, "expected operand " + std::to_string(Idx) + in checkSemantics()
842 PrintError(Loc, "expected operand " + std::to_string(Idx) + " of '" + in checkSemantics()