Home
last modified time | relevance | path

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

1234

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp37 PrintFatalError(R->getName() + ": invalid def name for output list: use 'outs'"); in CGIOperandList()
39 PrintFatalError(R->getName() + ": invalid output list: use 'outs'"); in CGIOperandList()
46 PrintFatalError(R->getName() + ": invalid def name for input list: use 'ins'"); in CGIOperandList()
48 PrintFatalError(R->getName() + ": invalid input list: use 'ins'"); in CGIOperandList()
67 PrintFatalError("Illegal operand for the '" + R->getName() + "' instruction!"); in CGIOperandList()
91 PrintFatalError("Bad value for MIOperandInfo in operand '" + Rec->getName() + in CGIOperandList()
110 PrintFatalError("Unknown operand class '" + Rec->getName() + in CGIOperandList()
115 PrintFatalError("In instruction '" + R->getName() + "', operand #" + in CGIOperandList()
118 PrintFatalError("In instruction '" + R->getName() + "', operand #" + in CGIOperandList()
142 PrintFatalError("'" + TheDef->getName() + in getOperandNamed()
[all …]
DAsmWriterInst.cpp97 PrintFatalError("Non-supported escaped character found in instruction '" + in AsmWriterInst()
135 PrintFatalError("Reached end of string before terminating curly brace in '" in AsmWriterInst()
142 PrintFatalError("Reached end of string before terminating curly brace in '" in AsmWriterInst()
151 PrintFatalError("Bad operand modifier name in '"+ CGI.TheDef->getName() + "'"); in AsmWriterInst()
155 PrintFatalError("Variable name beginning with '{' did not end with '}' in '" in AsmWriterInst()
160 PrintFatalError("Stray '$' in '" + CGI.TheDef->getName() + in AsmWriterInst()
DCodeGenTarget.cpp151 PrintFatalError("ERROR: No 'Target' subclasses defined!"); in CodeGenTarget()
153 PrintFatalError("ERROR: Multiple subclasses of Target defined!"); in CodeGenTarget()
185 PrintFatalError("Target does not have an AsmParser #" + in getAsmParser()
197 PrintFatalError("Target does not have an AsmParserVariant #" + Twine(i) + in getAsmParserVariant()
216 PrintFatalError("Target does not have an AsmWriter #" + in getAsmWriter()
280 PrintFatalError("No 'Instruction' subclasses defined!"); in ReadInstructions()
296 PrintFatalError(Twine("Could not find '") + Name + "' instruction!"); in GetInstByName()
419 PrintFatalError("Unsupported SD Node property '" + in ComplexPattern()
461 PrintFatalError("Intrinsic '" + DefName + "' does not start with 'int_'!"); in CodeGenIntrinsic()
483 PrintFatalError("Intrinsic '" + DefName + "'s name does not start with 'llvm.'!"); in CodeGenIntrinsic()
[all …]
DPseudoLoweringEmitter.cpp94 PrintFatalError(Rec->getLoc(), in addDagOperandMapping()
133 PrintFatalError(Rec->getLoc(), Rec->getName() + in evaluateExpansion()
137 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() + in evaluateExpansion()
143 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() + in evaluateExpansion()
147 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() + in evaluateExpansion()
182 PrintFatalError(Rec->getLoc(), in evaluateExpansion()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.cpp36 PrintFatalError(R->getLoc(), in CGIOperandList()
40 PrintFatalError(R->getLoc(), in CGIOperandList()
48 PrintFatalError(R->getLoc(), in CGIOperandList()
52 PrintFatalError(R->getLoc(), in CGIOperandList()
73 PrintFatalError(R->getLoc(), "Illegal operand for the '" + R->getName() + in CGIOperandList()
99 PrintFatalError(R->getLoc(), in CGIOperandList()
121 PrintFatalError(R->getLoc(), "Unknown operand class '" + Rec->getName() + in CGIOperandList()
127 PrintFatalError(R->getLoc(), "In instruction '" + R->getName() + in CGIOperandList()
131 PrintFatalError(R->getLoc(), in CGIOperandList()
161 PrintFatalError(TheDef->getLoc(), "'" + TheDef->getName() + in getOperandNamed()
[all …]
DAsmWriterInst.cpp98 PrintFatalError( in AsmWriterInst()
138 PrintFatalError( in AsmWriterInst()
147 PrintFatalError( in AsmWriterInst()
158 PrintFatalError(CGI.TheDef->getLoc(), in AsmWriterInst()
164 PrintFatalError( in AsmWriterInst()
171 PrintFatalError(CGI.TheDef->getLoc(), in AsmWriterInst()
DRISCVCompressInstEmitter.cpp212 PrintFatalError(Rec->getLoc(), in addDagOperandMapping()
226 PrintFatalError(Rec->getLoc(), in addDagOperandMapping()
238 PrintFatalError( in addDagOperandMapping()
264 PrintFatalError(Inst.TheDef->getLoc(), in verifyDagOpCount()
269 PrintFatalError(Inst.TheDef->getLoc(), in verifyDagOpCount()
281 PrintFatalError(Inst.TheDef->getLoc(), in verifyDagOpCount()
325 PrintFatalError(Rec->getLoc(), in createDagOperandMapping()
331 PrintFatalError(Rec->getLoc(), "Operand " + SourceDag->getArgNameStr(i) + in createDagOperandMapping()
337 PrintFatalError(Rec->getLoc(), "Type mismatch between Input and " in createDagOperandMapping()
379 PrintFatalError(Rec->getLoc(), in createInstOperandMapping()
[all …]
DSubtargetFeatureInfo.cpp38 PrintFatalError(Pred->getLoc(), "Predicate has no name!"); in getAll()
125 PrintFatalError(SFI.TheDef->getLoc(), "Invalid AssemblerCondDag!"); in emitComputeAssemblerAvailableFeatures()
127 PrintFatalError(SFI.TheDef->getLoc(), "Invalid AssemblerCondDag!"); in emitComputeAssemblerAvailableFeatures()
144 PrintFatalError(SFI.TheDef->getLoc(), "Invalid AssemblerCondDag!"); in emitComputeAssemblerAvailableFeatures()
150 PrintFatalError(SFI.TheDef->getLoc(), "Invalid AssemblerCondDag!"); in emitComputeAssemblerAvailableFeatures()
DExegesisEmitter.cpp45 PrintFatalError("no pfm counter id for " + Name); in getPfmCounterId()
82 PrintFatalError(IssueCounter->getLoc(), "invalid empty ResourceName"); in collectPfmCounters()
84 PrintFatalError(IssueCounter->getLoc(), in collectPfmCounters()
101 PrintFatalError("ERROR: No 'Target' subclasses defined!"); in ExegesisEmitter()
103 PrintFatalError("ERROR: Multiple subclasses of Target defined!"); in ExegesisEmitter()
DSearchableTableEmitter.cpp131 PrintFatalError(Loc, in primaryRepresentation()
135 PrintFatalError(Loc, Twine("invalid field type for field '") + Field.Name + in primaryRepresentation()
174 PrintFatalError(Index.Loc, Twine("In table '") + Table.Name + in searchableFieldType()
180 PrintFatalError(Index.Loc, in searchableFieldType()
428 PrintFatalError(Index.Loc, in emitLookupFunction()
576 PrintFatalError( in parseSearchIndex()
586 PrintFatalError( in parseSearchIndex()
627 PrintFatalError(Table.Locs, in collectTableEntries()
634 PrintFatalError(EntryRec, Twine("Record '") + EntryRec->getName() + in collectTableEntries()
644 PrintFatalError(EntryRec->getValue(Field.Name), in collectTableEntries()
[all …]
DCodeGenTarget.cpp254 PrintFatalError("ERROR: No 'Target' subclasses defined!"); in CodeGenTarget()
256 PrintFatalError("ERROR: Multiple subclasses of Target defined!"); in CodeGenTarget()
301 PrintFatalError("Target does not have an AsmParser #" + in getAsmParser()
313 PrintFatalError("Target does not have an AsmParserVariant #" + Twine(i) + in getAsmParserVariant()
332 PrintFatalError("Target does not have an AsmWriter #" + in getAsmWriter()
443 PrintFatalError("No 'Instruction' subclasses defined!"); in ReadInstructions()
459 PrintFatalError(Twine("Could not find '") + Name + "' instruction!"); in GetInstByName()
607 PrintFatalError(R->getLoc(), "Unsupported SD Node property '" + in ComplexPattern()
669 PrintFatalError(DefLoc, in CodeGenIntrinsic()
692 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic()
[all …]
/external/llvm/lib/TableGen/
DSetTheory.cpp41 PrintFatalError(Loc, "Set difference needs at least two arguments: " + in apply()
57 PrintFatalError(Loc, "Set intersection requires two arguments: " + in apply()
76 PrintFatalError(Loc, "Operator requires (Op Set, Int) arguments: " + in apply()
82 PrintFatalError(Loc, "Second argument must be an integer: " + in apply()
93 PrintFatalError(Loc, "Positive shift required: " + in apply2()
105 PrintFatalError(Loc, "Positive length required: " + in apply2()
140 PrintFatalError(Loc, "Positive stride required: " + in apply2()
172 PrintFatalError(Loc, "Bad args to (sequence \"Format\", From, To): " + in apply()
178 PrintFatalError(Loc, "Stride must be an integer: " + in apply()
186 PrintFatalError(Loc, "Format must be a string: " + Expr->getAsString()); in apply()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
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 …]
DTGLexer.cpp184 PrintFatalError("getNextChar() must never return '\r'"); in LexToken()
584 PrintFatalError("Preprocessor include stack is empty"); in prepExitInclude()
591 PrintFatalError("Preprocessor include stack is not empty"); in prepExitInclude()
594 PrintFatalError("Preprocessor include stack is empty"); in prepExitInclude()
665 PrintFatalError("Unsupported preprocessing token in " in prepEatPreprocessorDirective()
675 PrintFatalError("lexPreprocessor() called for unknown " in lexPreprocessor()
762 PrintFatalError("Invalid preprocessor control on the stack"); in lexPreprocessor()
793 PrintFatalError("#define must be ignored during the lines skipping"); in lexPreprocessor()
800 PrintFatalError("Preprocessing directive is not supported"); in lexPreprocessor()
806 PrintFatalError("Invalid recursion."); in prepSkipRegion()
[all …]
/external/llvm-project/llvm/lib/TableGen/
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 …]
DTGLexer.cpp197 PrintFatalError("getNextChar() must never return '\r'"); in LexToken()
610 PrintFatalError("Preprocessor include stack is empty"); in prepExitInclude()
617 PrintFatalError("Preprocessor include stack is not empty"); in prepExitInclude()
620 PrintFatalError("Preprocessor include stack is empty"); in prepExitInclude()
691 PrintFatalError("Unsupported preprocessing token in " in prepEatPreprocessorDirective()
701 PrintFatalError("lexPreprocessor() called for unknown " in lexPreprocessor()
788 PrintFatalError("Invalid preprocessor control on the stack"); in lexPreprocessor()
819 PrintFatalError("#define must be ignored during the lines skipping"); in lexPreprocessor()
826 PrintFatalError("Preprocessing directive is not supported"); in lexPreprocessor()
832 PrintFatalError("Invalid recursion."); in prepSkipRegion()
[all …]
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
/external/llvm-project/mlir/lib/TableGen/
DOperator.cpp371 PrintFatalError(def.getLoc(), in populateOpStructure()
382 PrintFatalError(argDef->getLoc(), "attributes must be named"); in populateOpStructure()
384 PrintFatalError(argDef->getLoc(), in populateOpStructure()
389 PrintFatalError(def.getLoc(), "unexpected def type; only defs deriving " in populateOpStructure()
402 PrintFatalError(def.getLoc(), in populateOpStructure()
406 PrintFatalError( in populateOpStructure()
441 PrintFatalError(def.getLoc(), "'results' must have 'outs' directive"); in populateOpStructure()
449 PrintFatalError(def.getLoc(), in populateOpStructure()
464 PrintFatalError(def.getLoc(), in populateOpStructure()
472 PrintFatalError(def.getLoc(), in populateOpStructure()
[all …]
DTypeDef.cpp122 llvm::PrintFatalError( in getAllocator()
128 llvm::PrintFatalError("Parameters DAG arguments must be either strings or " in getAllocator()
137 llvm::PrintFatalError( in getCppType()
160 llvm::PrintFatalError("Parameters DAG arguments must be either strings or " in getSyntax()
/external/llvm-project/llvm/include/llvm/TableGen/
DError.h43 LLVM_ATTRIBUTE_NORETURN void PrintFatalError(const Twine &Msg);
44 LLVM_ATTRIBUTE_NORETURN void PrintFatalError(ArrayRef<SMLoc> ErrorLoc,
46 LLVM_ATTRIBUTE_NORETURN void PrintFatalError(const Record *Rec,
48 LLVM_ATTRIBUTE_NORETURN void PrintFatalError(const RecordVal *RecVal,
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp222 PrintFatalError(loc, "Attribute " + attr.getAttrDefName() + in handleConstantAttr()
241 PrintFatalError(loc, "encountered non-op, non-NativeCodeCall match."); in emitMatch()
255 PrintFatalError(loc, in emitNativeCodeMatch()
302 PrintFatalError( in emitNativeCodeMatch()
341 PrintFatalError(loc, formatv("op '{0}' argument number mismatch: {1} in " in emitOpMatch()
363 PrintFatalError(loc, error); in emitOpMatch()
387 PrintFatalError(loc, "unhandled case when matching op"); in emitOpMatch()
405 PrintFatalError( in emitOperandMatch()
418 PrintFatalError(loc, error); in emitOperandMatch()
481 PrintFatalError( in emitAttributeMatch()
[all …]
/external/llvm-project/clang/utils/TableGen/
DASTTableGen.cpp29 PrintFatalError(getLoc(), "unexpected node declaring properties"); in getName()
36 PrintFatalError(node->getLoc(), in removeExpectedNodeNameSuffix()
112 PrintFatalError(Twine("cannot find definition for node class ") in visitHierarchy()
126 PrintFatalError(node.getLoc(), in visitHierarchy()
132 PrintFatalError(Twine("no root node in ") + nodeClassName + " hierarchy"); in visitHierarchy()
DClangASTPropertiesEmitter.cpp114 PrintFatalError(creationRule.getLoc(), in ASTPropsEmitter()
128 PrintFatalError(overrideRule.getLoc(), in ASTPropsEmitter()
142 PrintFatalError(helperRule.getLoc(), in ASTPropsEmitter()
165 PrintFatalError(kindRule.getLoc(), in ASTPropsEmitter()
290 PrintFatalError("property validation failed"); in validate()
434 PrintFatalError(node.getLoc(), in emitPropertiedReaderWriterBody()
443 PrintFatalError(node.getLoc(), in emitPropertiedReaderWriterBody()
459 PrintFatalError(nodeInfo.Creator.getLoc(), in emitPropertiedReaderWriterBody()
500 PrintFatalError(type.getLoc(), "unexpected generic property type"); in emitBasicReaderWriterMethodSuffix()
790 PrintFatalError(typeCases.KindRule.getLoc(), in emitCasedReaderWriterMethodBody()
[all …]
/external/llvm-project/libc/utils/tools/WrapperGen/
DMain.cpp44 llvm::PrintFatalError("Unable to read the aliasee file " + AliaseeFile); in GetAliaseeName()
50 llvm::PrintFatalError("The options 'aliasee' and 'aliasee-file' cannot " in WrapperGenMain()
57 llvm::PrintFatalError("Function '" + FunctionName + in WrapperGenMain()
77 llvm::PrintFatalError("Unable to read the file '" + AppendToFile + in WrapperGenMain()
114 llvm::PrintFatalError( in WrapperGenMain()
/external/llvm/include/llvm/TableGen/
DError.h30 LLVM_ATTRIBUTE_NORETURN void PrintFatalError(const Twine &Msg);
31 LLVM_ATTRIBUTE_NORETURN void PrintFatalError(ArrayRef<SMLoc> ErrorLoc,

1234