Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp35 PrintFatalError(R->getLoc(), in CGIOperandList()
39 PrintFatalError(R->getLoc(), in CGIOperandList()
47 PrintFatalError(R->getLoc(), in CGIOperandList()
51 PrintFatalError(R->getLoc(), in CGIOperandList()
76 PrintFatalError(R->getLoc(), "Illegal operand for the '" + R->getName() + in CGIOperandList()
102 PrintFatalError(R->getLoc(), in CGIOperandList()
124 PrintFatalError(R->getLoc(), "Unknown operand class '" + Rec->getName() + in CGIOperandList()
131 PrintFatalError(R->getLoc(), "In instruction '" + R->getName() + in CGIOperandList()
135 PrintFatalError(R->getLoc(), in CGIOperandList()
146 PrintFatalError(R->getLoc(), "In instruction '" + R->getName() + in CGIOperandList()
[all …]
H A DAsmWriterInst.cpp94 PrintFatalError( in AsmWriterInst()
134 PrintFatalError( in AsmWriterInst()
143 PrintFatalError( in AsmWriterInst()
153 PrintFatalError(CGI.TheDef->getLoc(), in AsmWriterInst()
159 PrintFatalError( in AsmWriterInst()
166 PrintFatalError(CGI.TheDef->getLoc(), in AsmWriterInst()
H A DVarLenCodeEmitterGen.cpp104 PrintFatalError("expected '" + OpName + in getCustomCoders()
136 PrintFatalError(TheDef->getLoc(), in buildRec()
141 PrintFatalError(TheDef->getLoc(), in buildRec()
147 PrintFatalError(TheDef->getLoc(), "Unrecognized type of argument in `" + in buildRec()
155 PrintFatalError(TheDef->getLoc(), in buildRec()
160 PrintFatalError(TheDef->getLoc(), "Invalid argument types for `operand`"); in buildRec()
164 PrintFatalError(TheDef->getLoc(), "Invalid number of bits for `operand`"); in buildRec()
174 PrintFatalError(TheDef->getLoc(), in buildRec()
181 PrintFatalError(TheDef->getLoc(), "Invalid argument types for `slice`"); in buildRec()
186 PrintFatalError(TheDef->getLoc(), "Invalid bit range for `slice`"); in buildRec()
[all …]
H A DCompressInstEmitter.cpp221 PrintFatalError(Rec->getLoc(), in addDagOperandMapping()
235 PrintFatalError(Rec->getLoc(), in addDagOperandMapping()
247 PrintFatalError( in addDagOperandMapping()
273 PrintFatalError(Inst.TheDef->getLoc(), in verifyDagOpCount()
278 PrintFatalError(Inst.TheDef->getLoc(), in verifyDagOpCount()
290 PrintFatalError(Inst.TheDef->getLoc(), in verifyDagOpCount()
330 PrintFatalError(Rec->getLoc(), in createDagOperandMapping()
336 PrintFatalError(Rec->getLoc(), "Operand " + SourceDag->getArgNameStr(i) + in createDagOperandMapping()
342 PrintFatalError(Rec->getLoc(), "Type mismatch between Input and " in createDagOperandMapping()
384 PrintFatalError(Rec->getLoc(), in createInstOperandMapping()
[all …]
H A DExegesisEmitter.cpp41 PrintFatalError("no pfm counter id for " + Name); in getPfmCounterId()
78 PrintFatalError(IssueCounter->getLoc(), "invalid empty ResourceName"); in collectPfmCounters()
80 PrintFatalError(IssueCounter->getLoc(), in collectPfmCounters()
97 PrintFatalError("No 'Target' subclasses defined!"); in ExegesisEmitter()
99 PrintFatalError("Multiple subclasses of Target defined!"); in ExegesisEmitter()
H A DCodeGenTarget.cpp285 PrintFatalError("No 'Target' subclasses defined!"); in CodeGenTarget()
287 PrintFatalError("Multiple subclasses of Target defined!"); in CodeGenTarget()
330 PrintFatalError("Target does not have an AsmParser #" + in getAsmParser()
342 PrintFatalError("Target does not have an AsmParserVariant #" + Twine(i) + in getAsmParserVariant()
361 PrintFatalError("Target does not have an AsmWriter #" + in getAsmWriter()
468 PrintFatalError("No 'Instruction' subclasses defined!"); in ReadInstructions()
484 PrintFatalError(Twine("Could not find '") + Name + "' instruction!"); in GetInstByName()
632 PrintFatalError(R->getLoc(), "Unsupported SD Node property '" + in ComplexPattern()
694 PrintFatalError(DefLoc, in CodeGenIntrinsic()
716 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic()
[all …]
H A DSearchableTableEmitter.cpp129 PrintFatalError(Loc, in primaryRepresentation()
133 PrintFatalError(Loc, Twine("invalid field type for field '") + Field.Name + in primaryRepresentation()
172 PrintFatalError(Index.Loc, Twine("In table '") + Table.Name + in searchableFieldType()
178 PrintFatalError(Index.Loc, in searchableFieldType()
417 PrintFatalError(Index.Loc, in emitLookupFunction()
556 PrintFatalError( in parseSearchIndex()
566 PrintFatalError( in parseSearchIndex()
607 PrintFatalError(Table.Locs, in collectTableEntries()
614 PrintFatalError(EntryRec, Twine("Record '") + EntryRec->getName() + in collectTableEntries()
624 PrintFatalError(EntryRec->getValue(Field.Name), in collectTableEntries()
[all …]
H A DCodeGenSchedule.cpp91 PrintFatalError(Loc, "instregex requires pattern string: " + in apply()
158 PrintFatalError(Loc, "instregex has no matches: " + Original); in apply()
259 PrintFatalError(R->getLoc(), "Invalid InstructionEquivalenceClass " in checkSTIPredicates()
352 PrintFatalError(EC->getLoc(), Message); in processSTIPredicate()
529 PrintFatalError((*I)->getLoc(), "Duplicate processor name " + in collectProcModels()
655 PrintFatalError(ADef->getLoc(), "SchedWrite Alias must be SchedWrite"); in collectSchedRW()
661 PrintFatalError(ADef->getLoc(), "SchedRead Alias must be SchedRead"); in collectSchedRW()
691 PrintFatalError(ADef->getLoc(), "Cannot Alias an Alias"); in collectSchedRW()
812 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases " in expandRWSeqForProc()
917 PrintFatalError(Inst->TheDef->getLoc(), "Instruction's sched class " in collectSchedClasses()
[all …]
H A DCodeGenDAGPatterns.cpp900 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit()
944 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
950 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
956 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
961 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
969 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
973 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
976 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
981 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
984 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
[all …]
H A DCodeGenMapTable.cpp131 PrintFatalError(MapRec->getLoc(), "InstrMapping record `" + in InstrMap()
140 PrintFatalError(MapRec->getLoc(), "Record `" + MapRec->getName() + in InstrMap()
237 PrintFatalError(CurInstr->getLoc(), "No value " + in buildRowInstrMap()
343 PrintFatalError("Multiple matches found for `" + KeyInstr->getName() + in getInstrForColumn()
520 PrintFatalError("Record `" + CurMap->getName() + "', field " in emitEnums()
H A DCodeGenRegisters.cpp80 PrintFatalError(TheDef->getLoc(), in updateComponents()
86 PrintFatalError(TheDef->getLoc(), "Ambiguous ComposedOf entries"); in updateComponents()
93 PrintFatalError(TheDef->getLoc(), in updateComponents()
167 PrintFatalError(TheDef->getLoc(), in buildObjectGraph()
282 PrintFatalError(TheDef->getLoc(), "SubRegIndex " + Idx->getName() + in computeSubRegs()
362 PrintFatalError(Loc, "Register " + getName() + in computeSubRegs()
379 PrintFatalError(Loc, "Sub-register can't have two names: " + in computeSubRegs()
536 PrintFatalError(TheDef->getLoc(), "No SubRegIndex for " + in computeSecondarySubRegs()
618 PrintFatalError(Def->getLoc(), "SubRegIndices and SubRegs size mismatch"); in expand()
620 PrintFatalError(Def->getLoc(), in expand()
[all …]
H A DAsmMatcherEmitter.cpp829 PrintFatalError(Loc, "missing '=' in two-operand alias constraint"); in parseTwoOperandConstraint()
833 PrintFatalError(Loc, "expected '$' prefix on asm operand name"); in parseTwoOperandConstraint()
840 PrintFatalError(Loc, "expected '$' prefix on asm operand name"); in parseTwoOperandConstraint()
856 PrintFatalError(TheDef->getLoc(), in formTwoOperandAlias()
860 PrintFatalError(TheDef->getLoc(), in formTwoOperandAlias()
935 PrintFatalError(TheDef->getLoc(), in initialize()
942 PrintFatalError(TheDef->getLoc(), in initialize()
1064 PrintFatalError(TheDef->getLoc(), "instruction with empty asm string"); in validate()
1069 PrintFatalError(TheDef->getLoc(), in validate()
1077 PrintFatalError(TheDef->getLoc(), in validate()
[all …]
H A DCallingConvEmitter.cpp139 PrintFatalError(Action->getLoc(), "Unknown CCPredicateAction!"); in EmitAction()
210 PrintFatalError(Action->getLoc(), in EmitAction()
311 PrintFatalError(Action->getLoc(), in EmitAction()
347 PrintFatalError(Action->getLoc(), "Unknown CCAction!"); in EmitAction()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DSetTheory.cpp50 PrintFatalError(Loc, "Set difference needs at least two arguments: " + in apply()
66 PrintFatalError(Loc, "Set intersection requires two arguments: " + in apply()
85 PrintFatalError(Loc, "Operator requires (Op Set, Int) arguments: " + in apply()
91 PrintFatalError(Loc, "Second argument must be an integer: " + in apply()
102 PrintFatalError(Loc, "Positive shift required: " + in apply2()
114 PrintFatalError(Loc, "Positive length required: " + in apply2()
149 PrintFatalError(Loc, "Positive stride required: " + in apply2()
181 PrintFatalError(Loc, "Bad args to (sequence \"Format\", From, To): " + in apply()
187 PrintFatalError(Loc, "Stride must be an integer: " + in apply()
195 PrintFatalError(Loc, "Format must be a string: " + Expr->getAsString()); in apply()
[all …]
H A DTGLexer.cpp202 PrintFatalError("getNextChar() must never return '\r'"); in LexToken()
611 PrintFatalError("Preprocessor include stack is empty"); in prepExitInclude()
618 PrintFatalError("Preprocessor include stack is not empty"); in prepExitInclude()
621 PrintFatalError("Preprocessor include stack is empty"); in prepExitInclude()
692 PrintFatalError("Unsupported preprocessing token in " in prepEatPreprocessorDirective()
702 PrintFatalError("lexPreprocessor() called for unknown " in lexPreprocessor()
789 PrintFatalError("Invalid preprocessor control on the stack"); in lexPreprocessor()
820 PrintFatalError("#define must be ignored during the lines skipping"); in lexPreprocessor()
827 PrintFatalError("Preprocessing directive is not supported"); in lexPreprocessor()
833 PrintFatalError("Invalid recursion."); in prepSkipRegion()
[all …]
H A DError.cpp125 void PrintFatalError(const Twine &Msg) { in PrintFatalError() function
132 void PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintFatalError() function
141 void PrintFatalError(const Record *Rec, const Twine &Msg) { in PrintFatalError() function
150 void PrintFatalError(const RecordVal *RecVal, const Twine &Msg) { in PrintFatalError() function
H A DRecord.cpp700 PrintFatalError("Expected record in list!"); in getElementAsRecord()
812 PrintFatalError(CurRec->getLoc(), in Fold()
821 PrintFatalError(CurRec->getLoc(), in Fold()
879 PrintFatalError(CurRec->getLoc(), in Fold()
895 PrintFatalError(CurRec->getLoc(), in Fold()
1128 PrintFatalError(Twine("Concatenated Dag operators do not match: '") + in Fold()
1261 PrintFatalError(CurRec->getLoc(), in Fold()
1264 PrintFatalError(CurRec->getLoc(), in Fold()
2157 PrintFatalError(CurRec->getLoc(), in Fold()
2261 PrintFatalError(CurRec->getLoc(), in Fold()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DError.h40 [[noreturn]] void PrintFatalError(const Twine &Msg);
41 [[noreturn]] void PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg);
42 [[noreturn]] void PrintFatalError(const Record *Rec, const Twine &Msg);
43 [[noreturn]] void PrintFatalError(const RecordVal *RecVal, const Twine &Msg);
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DASTTableGen.cpp30 PrintFatalError(getLoc(), "unexpected node declaring properties"); in getName()
37 PrintFatalError(node->getLoc(), in removeExpectedNodeNameSuffix()
113 PrintFatalError(Twine("cannot find definition for node class ") in visitHierarchy()
127 PrintFatalError(node.getLoc(), in visitHierarchy()
133 PrintFatalError(Twine("no root node in ") + nodeClassName + " hierarchy"); in visitHierarchy()
H A DClangASTPropertiesEmitter.cpp115 PrintFatalError(creationRule.getLoc(), in ASTPropsEmitter()
129 PrintFatalError(overrideRule.getLoc(), in ASTPropsEmitter()
143 PrintFatalError(helperRule.getLoc(), in ASTPropsEmitter()
166 PrintFatalError(kindRule.getLoc(), in ASTPropsEmitter()
291 PrintFatalError("property validation failed"); in validate()
435 PrintFatalError(node.getLoc(), in emitPropertiedReaderWriterBody()
444 PrintFatalError(node.getLoc(), in emitPropertiedReaderWriterBody()
460 PrintFatalError(nodeInfo.Creator.getLoc(), in emitPropertiedReaderWriterBody()
501 PrintFatalError(type.getLoc(), "unexpected generic property type"); in emitBasicReaderWriterMethodSuffix()
793 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()
271 PrintFatalError("bad size for floating type"); in llvmName()
1064 PrintFatalError("Could not convert this value into a type"); in getType()
1083 PrintFatalError(R->getLoc(), "Could not convert this record into a type"); in getType()
1092 PrintFatalError( in getType()
1097 PrintFatalError("Parametric type in unparametrised context"); in getType()
1136 PrintFatalError("Cannot find a type to satisfy CopyKind"); in getType()
1148 PrintFatalError("Cannot find a type to satisfy ScaleSize"); in getType()
1151 PrintFatalError("Bad operator in type dag expression"); in getType()
[all …]
H A DClangSACheckersEmitter.cpp71 PrintFatalError(R.getLoc(), in getValueFromBitsInit()
80 PrintFatalError(R.getLoc(), "missing Documentation<...> member for " + in getCheckerDocs()
107 PrintFatalError(R.getLoc(), in getCheckerOptionType()
123 PrintFatalError(R.getLoc(), in getDevelopmentStage()
H A DRISCVVEmitter.cpp423 PrintFatalError("Builtin with same name has different hasAutoDef"); in createBuiltins()
426 PrintFatalError("Builtin with same name has different type string"); in createBuiltins()
472 PrintFatalError("Builtin with same name has different IRName"); in createCodeGen()
474 PrintFatalError("Builtin with same name has different ManualCodegen"); in createCodeGen()
476 PrintFatalError("Builtin with same name has different NF"); in createCodeGen()
478 PrintFatalError("Builtin with same name has different isMasked"); in createCodeGen()
480 PrintFatalError("Builtin with same name has different hasVL"); in createCodeGen()
482 PrintFatalError("Builtin with same name has different getPolicyScheme"); in createCodeGen()
484 PrintFatalError("Builtin with same name has different IntrinsicTypes"); in createCodeGen()
H A DClangASTNodesEmitter.cpp126 PrintFatalError(Base.getLoc(), "abstract node has no children"); in EmitNode()
157 PrintFatalError(R->getLoc(), in deriveChildTree()
165 PrintFatalError(Twine("didn't find root node in \"") + NodeClassName in deriveChildTree()
H A DClangTypeNodesEmitter.cpp105 PrintFatalError("no Type records in input!"); in emit()
149 PrintFatalError(type.getLoc(), in emitNodeInvocations()

12