Home
last modified time | relevance | path

Searched refs:getInstName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp218 PrintError(Locs, "pattern '" + getName() + "' ('" + getInstName() + in reportUnreachable()
227 PrintError(Loc, +"'" + getInstName() + "' expected at least " + in checkSemantics()
233 PrintError(Loc, +"'" + getInstName() + "' expected " + in checkSemantics()
249 OS << getInstName() << " operands:["; in print()
381 StringRef CodeGenInstructionPattern::getInstName() const { in getInstName() function in llvm::gi::CodeGenInstructionPattern
760 " of '" + getInstName() + in checkSemantics()
766 getInstName() + in checkSemantics()
775 " of '" + getInstName() + in checkSemantics()
843 getInstName() + "' to be a name"); in checkSemantics()
H A DPatterns.h344 virtual StringRef getInstName() const = 0;
456 StringRef getInstName() const override;
632 StringRef getInstName() const override { return PF.getName(); } in getInstName() function
696 StringRef getInstName() const override { return I.DefName; } in getInstName() function
H A DPatternParser.cpp229 PrintError(DiagLoc, "out operand of '" + IP.getInstName() + in parseInstructionPatternOperand()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1011 PrintError("'" + BP->getInstName() + in addMatchPattern()
1231 StringRef Name = BIP->getInstName(); in checkSemantics()
1252 PrintNote("'" + IRoot->getInstName() + "' has " + in checkSemantics()
1512 PrintError("cannot use '" + PFP->getInstName() + " as match root"); in emitMatchPattern()
1912 P.getInstName() + ")"); in emitInstructionApplyPattern()
2038 P.getInstName() + ")"); in emitCodeGenInstructionApplyImmOperand()
2066 PrintError("cannot emit '" + P.getInstName() + "' builtin: " + Reason); in emitBuiltinApplyPattern()
H A DGlobalISelCombinerMatchTableEmitter.cpp