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.cpp256 PrintError(Locs, "pattern '" + getName() + "' ('" + getInstName() + in reportUnreachable()
265 PrintError(Loc, +"'" + getInstName() + "' expected at least " + in checkSemantics()
271 PrintError(Loc, +"'" + getInstName() + "' expected " + in checkSemantics()
287 OS << getInstName() << " operands:["; in print()
419 StringRef CodeGenInstructionPattern::getInstName() const { in getInstName() function in llvm::gi::CodeGenInstructionPattern
799 " of '" + getInstName() + in checkSemantics()
805 getInstName() + in checkSemantics()
814 " of '" + getInstName() + in checkSemantics()
883 getInstName() + "' to be a name"); in checkSemantics()
H A DPatterns.h368 virtual StringRef getInstName() const = 0;
480 StringRef getInstName() const override;
656 StringRef getInstName() const override { return PF.getName(); } in getInstName() function
720 StringRef getInstName() const override { return I.DefName; } in getInstName() function
H A DPatternParser.cpp218 PrintError(DiagLoc, "out operand of '" + IP.getInstName() + in parseInstructionPatternOperand()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1053 PrintError("'" + BP->getInstName() + in addMatchPattern()
1207 PrintError("'" + IP.getInstName() + in checkSemantics()
1214 PrintError("'" + IP.getInstName() + "': " + in checkSemantics()
1222 " operand on non-variadic instruction '" + IP.getInstName() + in checkSemantics()
1323 StringRef Name = BIP->getInstName(); in checkSemantics()
1344 PrintNote("'" + IRoot->getInstName() + "' has " + in checkSemantics()
1606 PrintError("cannot use '" + PFP->getInstName() + " as match root"); in emitMatchPattern()
2004 P.getInstName() + ")"); in emitInstructionApplyPattern()
2133 P.getInstName() + ")"); in emitCodeGenInstructionApplyImmOperand()
2163 PrintError("cannot emit '" + P.getInstName() + "' builtin: " + Reason); in emitBuiltinApplyPattern()
H A DGlobalISelCombinerMatchTableEmitter.cpp