Home
last modified time | relevance | path

Searched refs:PrintFatalError (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.cpp34 PrintFatalError(R->getLoc(), in CGIOperandList()
38 PrintFatalError(R->getLoc(), in CGIOperandList()
47 PrintFatalError(R->getLoc(), in CGIOperandList()
51 PrintFatalError(R->getLoc(), in CGIOperandList()
77 PrintFatalError(R->getLoc(), "Illegal operand for the '" + R->getName() + in CGIOperandList()
103 PrintFatalError(R->getLoc(), in CGIOperandList()
125 PrintFatalError(R->getLoc(), "Unknown operand class '" + Rec->getName() + in CGIOperandList()
132 PrintFatalError(R->getLoc(), "In instruction '" + R->getName() + in CGIOperandList()
136 PrintFatalError(R->getLoc(), in CGIOperandList()
147 PrintFatalError(R->getLoc(), "In instruction '" + R->getName() + in CGIOperandList()
[all …]
H A DCodeGenInstAlias.cpp41 PrintFatalError(Loc, "result argument #" + Twine(AliasOpNo) + in tryAliasOpMatch()
79 PrintFatalError(Loc, "fixed register " + ADI->getDef()->getName() + in tryAliasOpMatch()
84 PrintFatalError(Loc, "result fixed register argument must " in tryAliasOpMatch()
113 PrintFatalError(Loc, "result argument #" + Twine(AliasOpNo) + in tryAliasOpMatch()
175 PrintFatalError(R->getLoc(), in CodeGenInstAlias()
192 PrintFatalError(R->getLoc(), "result value $" + Result->getArgNameStr(i) + in CodeGenInstAlias()
215 PrintFatalError(R->getLoc(), "not enough arguments for instruction!"); in CodeGenInstAlias()
256 PrintFatalError(R->getLoc(), "not enough arguments for instruction!"); in CodeGenInstAlias()
264 PrintFatalError( in CodeGenInstAlias()
273 PrintFatalError(R->getLoc(), in CodeGenInstAlias()
[all …]
H A DAsmWriterInst.cpp94 PrintFatalError( in AsmWriterInst()
135 PrintFatalError( in AsmWriterInst()
144 PrintFatalError( in AsmWriterInst()
154 PrintFatalError(CGI.TheDef->getLoc(), in AsmWriterInst()
160 PrintFatalError( in AsmWriterInst()
167 PrintFatalError(CGI.TheDef->getLoc(), in AsmWriterInst()
H A DVarLenCodeEmitterGen.cpp118 PrintFatalError("expected '" + OpName + in getCustomCoders()
150 PrintFatalError(TheDef->getLoc(), in buildRec()
155 PrintFatalError(TheDef->getLoc(), in buildRec()
161 PrintFatalError(TheDef->getLoc(), "Unrecognized type of argument in `" + in buildRec()
169 PrintFatalError(TheDef->getLoc(), in buildRec()
174 PrintFatalError(TheDef->getLoc(), "Invalid argument types for `operand`"); in buildRec()
178 PrintFatalError(TheDef->getLoc(), "Invalid number of bits for `operand`"); in buildRec()
188 PrintFatalError(TheDef->getLoc(), in buildRec()
195 PrintFatalError(TheDef->getLoc(), "Invalid argument types for `slice`"); in buildRec()
200 PrintFatalError(TheDef->getLoc(), "Invalid bit range for `slice`"); in buildRec()
[all …]
H A DCodeGenTarget.cpp76 PrintFatalError("No 'Target' subclasses defined!"); in CodeGenTarget()
78 PrintFatalError("Multiple subclasses of Target defined!"); in CodeGenTarget()
122 PrintFatalError("Target does not have an AsmParser #" + in getAsmParser()
134 PrintFatalError("Target does not have an AsmParserVariant #" + Twine(Idx) + in getAsmParserVariant()
152 PrintFatalError("Target does not have an AsmWriter #" + in getAsmWriter()
210 PrintFatalError("No 'Instruction' subclasses defined!"); in ReadInstructions()
228 PrintFatalError("Could not find '" + Name + "' instruction!"); in GetInstByName()
378 PrintFatalError(R->getLoc(), in ComplexPattern()
H A DCodeGenSchedule.cpp90 PrintFatalError(Loc, "instregex requires pattern string: " + in apply()
175 PrintFatalError(Loc, "instregex has no matches: " + Original); in apply()
271 PrintFatalError(R->getLoc(), "Invalid InstructionEquivalenceClass " in checkSTIPredicates()
361 PrintFatalError(EC->getLoc(), Message); in processSTIPredicate()
639 PrintFatalError(ADef->getLoc(), "SchedWrite Alias must be SchedWrite"); in collectSchedRW()
644 PrintFatalError(ADef->getLoc(), "SchedRead Alias must be SchedRead"); in collectSchedRW()
674 PrintFatalError(ADef->getLoc(), "Cannot Alias an Alias"); in collectSchedRW()
781 PrintFatalError(AliasRW.TheDef->getLoc(), in expandRWSeqForProc()
876 PrintFatalError(Inst->TheDef->getLoc(), in collectSchedClasses()
1010 PrintFatalError(InstRWDef->getLoc(), "No matching instruction opcodes"); in createInstRWClass()
[all …]
H A DCodeGenDAGPatterns.cpp877 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit()
904 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in TreePredicateFn()
918 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
923 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
927 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
932 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
940 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
944 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
947 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
950 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp51 PrintFatalError(Loc, "Set difference needs at least two arguments: " + in apply()
67 PrintFatalError(Loc, "Set intersection requires two arguments: " + in apply()
86 PrintFatalError(Loc, "Operator requires (Op Set, Int) arguments: " + in apply()
92 PrintFatalError(Loc, "Second argument must be an integer: " + in apply()
103 PrintFatalError(Loc, "Positive shift required: " + in apply2()
115 PrintFatalError(Loc, "Positive length required: " + in apply2()
150 PrintFatalError(Loc, "Positive stride required: " + in apply2()
182 PrintFatalError(Loc, "Bad args to (sequence \"Format\", From, To): " + in apply()
188 PrintFatalError(Loc, "Stride must be an integer: " + in apply()
196 PrintFatalError(Loc, "Format must be a string: " + Expr->getAsString()); in apply()
[all …]
H A DError.cpp132 void PrintFatalError(const Twine &Msg) { in PrintFatalError() function
137 void PrintFatalError(function_ref<void(raw_ostream &OS)> PrintMsg) { in PrintFatalError() function
142 void PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintFatalError() function
149 void PrintFatalError(const Record *Rec, const Twine &Msg) { in PrintFatalError() function
156 void PrintFatalError(const RecordVal *RecVal, const Twine &Msg) { in PrintFatalError() function
H A DRecord.cpp767 PrintFatalError("Expected record in list!"); in getElementAsRecord()
896 PrintFatalError(CurRec->getLoc(), T); in Fold()
898 PrintFatalError(T); in Fold()
978 PrintFatalError(CurRec->getLoc(), in Fold()
993 PrintFatalError(CurRec->getLoc(), in Fold()
1302 PrintFatalError(Twine("Concatenated Dag operators do not match: '") + in Fold()
1329 PrintFatalError(Twine("invalid regex '") + RegexStr + Twine("'")); in Fold()
1473 PrintFatalError(CurRec->getLoc(), "!getdagarg " + Error); in Fold()
1535 PrintFatalError(CurRec->getLoc(), in Fold()
1538 PrintFatalError(CurRec->getLoc(), in Fold()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DError.h45 [[noreturn]] void PrintFatalError(const Twine &Msg);
46 [[noreturn]] void PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg);
47 [[noreturn]] void PrintFatalError(const Record *Rec, const Twine &Msg);
48 [[noreturn]] void PrintFatalError(const RecordVal *RecVal, const Twine &Msg);
49 [[noreturn]] void PrintFatalError(function_ref<void(raw_ostream &OS)> PrintMsg);
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp43 PrintFatalError(Builtin->getLoc(), "Unexpected header name"); in HeaderNameParser()
182 PrintFatalError(Loc, "Expected closing brace at end of prototype"); in ParseTypes()
238 PrintFatalError(Loc, "Mismatched angle-brackets in type"); in ParseType()
243 PrintFatalError(Loc, in ParseType()
249 PrintFatalError( in ParseType()
252 PrintFatalError(Loc, "No need for a qualifier for address space `0`"); in ParseType()
302 PrintFatalError(Loc, "Not a template"); in ParseType()
313 PrintFatalError(Loc, "Expected '<' after '_ExtVector'"); in ParseType()
316 PrintFatalError(Loc, "Expected number of lanes after '_ExtVector<'"); in ParseType()
319 PrintFatalError(Loc, in ParseType()
[all …]
H A DASTTableGen.cpp29 PrintFatalError(getLoc(), "unexpected node declaring properties"); in getName()
37 PrintFatalError(node->getLoc(), in removeExpectedNodeNameSuffix()
112 PrintFatalError(Twine("cannot find definition for node class ") in visitHierarchy()
123 PrintFatalError(node.getLoc(), in visitHierarchy()
129 PrintFatalError(Twine("no root node in ") + nodeClassName + " hierarchy"); in visitHierarchy()
H A DClangBuiltinTemplatesEmitter.cpp68 PrintFatalError("Unknown Type Name"); in ParseTemplateParameterList()
96 PrintFatalError("Unknown Type Name"); in ParseTemplateParameterList()
107 PrintFatalError("Unknown Argument Type"); in ParseTemplateParameterList()
120 PrintFatalError( in ParseTemplateParameterList()
H A DClangASTPropertiesEmitter.cpp113 PrintFatalError(creationRule.getLoc(), "multiple creator rules for \"" + in ASTPropsEmitter()
126 PrintFatalError(overrideRule.getLoc(), in ASTPropsEmitter()
140 PrintFatalError(helperRule.getLoc(), in ASTPropsEmitter()
164 PrintFatalError(kindRule.getLoc(), "multiple kind rules for \"" + in ASTPropsEmitter()
284 PrintFatalError("property validation failed"); in validate()
428 PrintFatalError(node.getLoc(), in emitPropertiedReaderWriterBody()
437 PrintFatalError(node.getLoc(), in emitPropertiedReaderWriterBody()
453 PrintFatalError(nodeInfo.Creator.getLoc(), in emitPropertiedReaderWriterBody()
494 PrintFatalError(type.getLoc(), "unexpected generic property type"); in emitBasicReaderWriterMethodSuffix()
786 PrintFatalError(typeCases.KindRule.getLoc(), in emitCasedReaderWriterMethodBody()
[all …]
H A DMveEmitter.cpp147 PrintFatalError("no LLVM type name available for type " + cName()); in llvmName()
150 PrintFatalError("no ACLE suffix available for this type"); in acleSuffix()
269 PrintFatalError("bad size for floating type"); in llvmName()
1067 PrintFatalError("Could not convert this value into a type"); in getType()
1086 PrintFatalError(R->getLoc(), "Could not convert this record into a type"); in getType()
1095 PrintFatalError( in getType()
1100 PrintFatalError("Parametric type in unparametrised context"); in getType()
1139 PrintFatalError("Cannot find a type to satisfy CopyKind"); in getType()
1151 PrintFatalError("Cannot find a type to satisfy ScaleSize"); in getType()
1154 PrintFatalError("Bad operator in type dag expression"); in getType()
[all …]
H A DClangSACheckersEmitter.cpp69 PrintFatalError(R.getLoc(), in getValueFromBitsInit()
78 PrintFatalError(R.getLoc(), "missing Documentation<...> member for " + in getCheckerDocs()
105 PrintFatalError(R.getLoc(), in getCheckerOptionType()
121 PrintFatalError(R.getLoc(), in getDevelopmentStage()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp87 PrintFatalError(Rec, "In pseudo instruction '" + Rec->getName() + in addOperandMapping()
95 PrintFatalError(Rec, "In pseudo instruction '" + Rec->getName() + in addOperandMapping()
101 PrintFatalError( in addOperandMapping()
144 PrintFatalError(Rec, "In pseudo instruction '" + Rec->getName() + in evaluateExpansion()
148 PrintFatalError(Rec, "In pseudo instruction '" + Rec->getName() + in evaluateExpansion()
155 PrintFatalError(Rec, "In pseudo instruction '" + Rec->getName() + in evaluateExpansion()
160 PrintFatalError(Rec, "In pseudo instruction '" + Rec->getName() + in evaluateExpansion()
194 PrintFatalError(Rec, "In pseudo instruction '" + Rec->getName() + in evaluateExpansion()
198 PrintFatalError( in evaluateExpansion()
H A DCompressInstEmitter.cpp247 PrintFatalError(Rec->getLoc(), in addDagOperandMapping()
261 PrintFatalError(Rec->getLoc(), in addDagOperandMapping()
273 PrintFatalError(Rec->getLoc(), "Error in Dag '" + Dag->getAsString() + in addDagOperandMapping()
306 PrintFatalError(Rec->getLoc(), in addDagOperandMapping()
335 PrintFatalError(Inst.TheDef->getLoc(), in verifyDagOpCount()
341 PrintFatalError(Inst.TheDef->getLoc(), in verifyDagOpCount()
348 PrintFatalError(Inst.TheDef->getLoc(), in verifyDagOpCount()
368 PrintFatalError(Rec->getLoc(), "Operand " + ArgName + in checkDagOperandMapping()
374 PrintFatalError(Rec->getLoc(), "Type mismatch between Input and " in checkDagOperandMapping()
418 PrintFatalError(Rec->getLoc(), in createInstOperandMapping()
[all …]
H A DExegesisEmitter.cpp41 PrintFatalError("no pfm counter id for " + Name); in getPfmCounterId()
79 PrintFatalError(IssueCounter->getLoc(), "invalid empty ResourceName"); in collectPfmCounters()
81 PrintFatalError(IssueCounter->getLoc(), in collectPfmCounters()
103 PrintFatalError("No 'Target' subclasses defined!"); in ExegesisEmitter()
105 PrintFatalError("Multiple subclasses of Target defined!"); in ExegesisEmitter()
H A DSearchableTableEmitter.cpp147 PrintFatalError(Loc, in primaryRepresentation()
151 PrintFatalError(Loc, Twine("invalid field type for field '") + Field.Name + in primaryRepresentation()
189 PrintFatalError(Index.Loc, Twine("In table '") + Table.Name + in searchableFieldType()
198 PrintFatalError(Index.Loc, in searchableFieldType()
466 PrintFatalError(Index.Loc, in emitLookupFunction()
636 PrintFatalError( in parseSearchIndex()
646 PrintFatalError( in parseSearchIndex()
685 PrintFatalError(Table.Locs, in collectTableEntries()
692 PrintFatalError(EntryRec, Twine("Record '") + EntryRec->getName() + in collectTableEntries()
702 PrintFatalError(EntryRec->getValue(Field.Name), in collectTableEntries()
[all …]
H A DMacroFusionPredicatorEmitter.cpp137 PrintFatalError(Target->getLoc(), in emitPredicates()
199 PrintFatalError(Predicate->getLoc(), in emitFirstPredicate()
250 PrintFatalError(Predicate->getLoc(), in emitSecondPredicate()
297 PrintFatalError(Predicate->getLoc(), in emitBothPredicate()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DARMTargetDefEmitter.cpp49 PrintFatalError(Root->getLoc(), in checkFeatureTree()
218 PrintFatalError(Rec->getLoc(), in emitARMTargetDef()
277 PrintFatalError( in emitARMTargetDef()
280 PrintFatalError( in emitARMTargetDef()
283 PrintFatalError( in emitARMTargetDef()
319 PrintFatalError(Rec, "Features must include an Architecture64."); in emitARMTargetDef()
324 PrintFatalError(Rec, "Features has multiple Architecture64 entries"); in emitARMTargetDef()
346 PrintFatalError(Rec, "feature already added: " + E->getName()); in emitARMTargetDef()
H A DCodeGenIntrinsics.cpp39 PrintFatalError("unable to find 'IIT_RetNumbers' list"); in CodeGenIntrinsicContext()
120 PrintFatalError(Int.TheDef, in CheckTargetIndependentIntrinsics()
254 PrintFatalError("Intrinsic defs should be subclass of 'Intrinsic' class"); in operator []()
269 PrintFatalError(DefLoc, in CodeGenIntrinsic()
290 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic()
299 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic()
306 PrintFatalError(DefLoc, "intrinsics can only return upto " + in CodeGenIntrinsic()
313 PrintFatalError(DefLoc, "TypeInfo field in " + DefName + in CodeGenIntrinsic()
363 PrintFatalError(TheDef->getLoc(), in setProperty()
369 PrintFatalError(TheDef->getLoc(), in setProperty()
H A DTargetFeaturesEmitter.cpp28 PrintFatalError("No 'Target' subclasses defined!"); in TargetFeaturesEmitter()
30 PrintFatalError("Multiple subclasses of Target defined!"); in TargetFeaturesEmitter()
43 PrintFatalError( in enumeration()

123