Home
last modified time | relevance | path

Searched refs:errorMsg (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/lib/Bindings/Python/
H A DPass.cpp119 PyPrintAccumulator errorMsg; in populatePassManagerSubmodule()
123 errorMsg.getCallback(), errorMsg.getUserData()); in populatePassManagerSubmodule()
125 throw nb::value_error(errorMsg.join().c_str()); in populatePassManagerSubmodule()
135 PyPrintAccumulator errorMsg; in populatePassManagerSubmodule()
139 errorMsg.getCallback(), errorMsg.getUserData()); in populatePassManagerSubmodule()
141 throw nb::value_error(errorMsg.join().c_str()); in populatePassManagerSubmodule()
91 PyPrintAccumulator errorMsg; populatePassManagerSubmodule() local
107 PyPrintAccumulator errorMsg; populatePassManagerSubmodule() local
/llvm-project/mlir/unittests/Pass/
H A DPassPipelineParserTest.cpp27 std::string errorMsg; in TEST() local
29 llvm::raw_string_ostream os(errorMsg); in TEST()
33 EXPECT_TRUE(StringRef(errorMsg).contains(expectedErrorMsg)); in TEST()
/llvm-project/flang/lib/Frontend/
H A DCompilerInstance.cpp299 std::string errorMsg; in getTargetFeatures()
215 std::string errorMsg; getExplicitAndImplicitAMDGPUTargetFeatures() local
252 std::string errorMsg; getExplicitAndImplicitNVPTXTargetFeatures() local
/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp36 void stop(char *errorMsg) { in stop() argument
37 printf("%s\n", errorMsg); in stop()
/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp1355 std::string errorMsg; in convertFromBytecode() local
1358 [&](mlir::Diagnostic &diag) { errorMsg += diag.str() + "\n"; }); in convertFromBytecode()
1371 "failed to parse bytecode source file: " + errorMsg, in convertFromBytecode()
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp1686 auto errorMsg = in apply()
1689 return emitSilenceableError() << errorMsg; in apply()
1707 auto errorMsg = (permType == OuterOrInnerPerm::Outer) in apply()
1714 return emitSilenceableError() << errorMsg << ": " << *packOrUnpackOp; in build()
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp7613 std::string errorMsg;
7618 errorMsg =
7629 fir::runtime::genReportFatalUserError(builder, loc, errorMsg);
6632 std::string errorMsg; genStorageSize() local