Lines Matching refs:PrintError
37 PrintError(DiagLoc, DiagCtx + ": invalid operand name format '" + in get()
48 PrintError(DiagLoc, DiagCtx + ": unknown type '" + R->getName() + "'"); in get()
207 PrintError(Loc, Msg); in diagnoseAllSpecialTypes()
217 PrintError(Locs, "pattern '" + getName() + "' ('" + getInstName() + in reportUnreachable()
226 PrintError(Loc, +"'" + getInstName() + "' expected at least " + in checkSemantics()
232 PrintError(Loc, +"'" + getInstName() + "' expected " + in checkSemantics()
421 PrintError(DiagLoc, "conflicting types for operand '" + in check()
510 PrintError("wip_match_opcode cannot be used in " + ClassName); in checkSemantics()
513 PrintError("Builtin instructions cannot be used in " + ClassName); in checkSemantics()
527 PrintError("nested " + ClassName + " are not supported"); in checkSemantics()
536 PrintError("duplicate parameter '" + Op.Name + "'"); in checkSemantics()
543 PrintError("input parameter '" + Op.Name + "' cannot be redefined!"); in checkSemantics()
549 PrintError("input parameterr '" + Op.Name + "' cannot be a root!"); in checkSemantics()
558 PrintError("output parameter '" + Op.Name + in checkSemantics()
564 PrintError("duplicate parameter '" + Op.Name + "'"); in checkSemantics()
572 PrintError("output parameter '" + Op.Name + in checkSemantics()
584 PrintError("all instructions that define root '" + Op.Name + "' in '" + in checkSemantics()
594 PrintError(ClassName + " must have one root in its 'out' operands"); in checkSemantics()
599 PrintError(ClassName + " can only have one root"); in checkSemantics()
640 llvm::PrintError(DiagLoc, "operand '" + ArgName + "' (for parameter '" + in handleUnboundInParam()
664 PrintError("Operand '" + OpName + in buildOperandsTables()
727 void PatFrag::PrintError(Twine Msg) const { llvm::PrintError(&Def, Msg); } in PrintError() function in llvm::gi::PatFrag
749 PrintError(DiagLoc, "expected operand " + std::to_string(Idx) + in checkSemantics()
755 PrintError(DiagLoc, "operand " + std::to_string(Idx) + " of '" + in checkSemantics()
764 PrintError(DiagLoc, "expected operand " + std::to_string(Idx) + in checkSemantics()
832 PrintError(Loc, "expected operand " + std::to_string(Idx) + " of '" + in checkSemantics()