Searched refs:errorStream (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | NVVMDialect.cpp | 458 llvm::raw_string_ostream errorStream(errorMessage); in verify() local 465 llvm::interleaveComma(mmaShape, errorStream); in verify() 466 errorStream << ">"; in verify() 484 errorStream << "Could not match types for the " in verify() 488 errorStream << x.size() << "x" << x[0] << " "; in verify() 490 errorStream << "but got "; in verify() 491 llvm::interleaveComma(operandTySeg, errorStream); in verify() 492 return emitOpError(errorStream.str()); in verify() 500 errorStream in verify() 502 llvm::interleaveComma(expectedResult, errorStream); in verify() [all …]
|
| /llvm-project-15.0.7/flang/unittests/Frontend/ |
| H A D | CompilerInstanceTest.cpp | 47 llvm::raw_string_ostream errorStream{buf}; in TEST() local 50 compInst.getAllSources().Open(testFilePath, errorStream); in TEST()
|
| /llvm-project-15.0.7/mlir/lib/Pass/ |
| H A D | PassRegistry.cpp | 447 LogicalResult initialize(StringRef text, raw_ostream &errorStream); 504 raw_ostream &errorStream) { in initialize() argument 515 pipelineMgr.PrintMessage(errorStream, SMLoc::getFromPointer(rawLoc), in initialize() 677 raw_ostream &errorStream) { in parsePassPipeline() argument 679 if (failed(pipelineParser.initialize(pipeline, errorStream))) in parsePassPipeline() 682 errorStream << msg << "\n"; in parsePassPipeline() 691 raw_ostream &errorStream) { in parsePassPipeline() argument 696 errorStream << "expected pass pipeline to be wrapped with the anchor " in parsePassPipeline()
|
| /llvm-project-15.0.7/mlir/include/mlir/Pass/ |
| H A D | PassRegistry.h | 210 raw_ostream &errorStream = llvm::errs()); 219 parsePassPipeline(StringRef pipeline, raw_ostream &errorStream = llvm::errs());
|
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 182 llvm::raw_string_ostream errorStream{buf}; in executeAction() local 189 sf = allSources.ReadStandardInput(errorStream); in executeAction() 191 sf = allSources.Open(path, errorStream, std::optional<std::string>{"."s}); in executeAction()
|