Lines Matching refs:PrintFatalError
151 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()
492 PrintFatalError("Intrinsic '" + DefName + "' does not start with 'llvm." + in CodeGenIntrinsic()
525 PrintFatalError("Intrinsic '" + DefName + " has void in result type list!"); in CodeGenIntrinsic()
561 PrintFatalError("Intrinsic '" + DefName + " has void in result type list!"); in CodeGenIntrinsic()