Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp118 return emitError(unknownLoc, in processHeader()
171 unknownLoc, in processExtension()
405 unknownLoc, in processFunction()
411 unknownLoc, in processFunction()
552 unknownLoc, in processGlobalVariable()
713 unknownLoc, in processType()
1032 unknownLoc, in processImageType()
1526 unknownLoc, in processSelectionMerge()
1537 unknownLoc, in processSelectionMerge()
1564 unknownLoc, in processLoopMerge()
[all …]
H A DDeserializeOps.cpp225 return emitError(unknownLoc, in processOpWithoutGrammarAttr()
239 return emitError(unknownLoc, in processOpWithoutGrammarAttr()
260 unknownLoc, in processOpWithoutGrammarAttr()
267 unknownLoc, in processOpWithoutGrammarAttr()
310 return emitError(unknownLoc, in processExtInst()
332 return emitError(unknownLoc, in processOp()
381 return emitError(unknownLoc, in processOp()
414 unknownLoc, in processOp()
442 return emitError(unknownLoc, in processOp()
472 unknownLoc, resultType, in processOp()
[all …]
H A DDeserializer.h472 return emitError(unknownLoc, "unsupported deserialization for ") in processOp()
491 Location unknownLoc; variable
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DStripDebugInfo.cpp24 auto unknownLoc = UnknownLoc::get(&getContext()); in runOnOperation() local
28 op->setLoc(unknownLoc); in runOnOperation()
33 arg.setLoc(unknownLoc); in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp242 Location unknownLoc; member in __anonbfc9ccbf0111::Importer
258 return unknownLoc; in processDebugLoc()
274 emitError(unknownLoc) << "unhandled type: " << os.str(); in processType()
294 emitError(unknownLoc) << "scalable vectors not supported"; in getStdTypeForAttr()
318 emitError(unknownLoc) << "scalable vectors not supported"; in getStdTypeForAttr()
474 return bEntry.create<ConstantOp>(unknownLoc, type, attr); in processConstant()
480 return bEntry.create<NullOp>(unknownLoc, type); in processConstant()
539 Value root = bEntry.create<UndefOp>(unknownLoc, rootType); in processConstant()
552 unknownLoc, bEntry.getI32Type(), indexAttr); in processConstant()
562 emitError(unknownLoc) << "unhandled constant: " << diag(*c); in processConstant()
[all …]
/llvm-project-15.0.7/mlir/test/lib/IR/
H A DTestFunc.cpp27 UnknownLoc unknownLoc = UnknownLoc::get(module.getContext()); in runOnOperation() local
45 : unknownLoc); in runOnOperation()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c2013 MlirLocation unknownLoc = mlirLocationUnknownGet(ctx); in testDiagnostics() local
2014 mlirEmitError(unknownLoc, "test diagnostics"); in testDiagnostics()
2032 mlirEmitError(unknownLoc, "more test diagnostics"); in testDiagnostics()