| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/ |
| H A D | mlir-support.cpp | 28 auto FileLineColLoc = mlir::FileLineColLoc::get(&Context, "file", 7, 8); variable 31 auto CallSiteLoc = mlir::CallSiteLoc::get(FileLineColLoc, OpaqueLoc); 32 auto FusedLoc = mlir::FusedLoc::get(&Context, {FileLineColLoc, NameLoc});
|
| H A D | mlir-support.gdb | 75 # CHECK-LABEL: +print FileLineColLoc 76 print FileLineColLoc 77 # CHECK: typeID = mlir::TypeID::get<mlir::FileLineColLoc>() 100 # CHECK: typeID = mlir::TypeID::get<mlir::FileLineColLoc>() 108 # CHECK: typeID = mlir::TypeID::get<mlir::FileLineColLoc>()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | DebugTranslation.cpp | 68 static FileLineColLoc extractFileLoc(Location loc) { in extractFileLoc() 69 if (auto fileLoc = loc.dyn_cast<FileLineColLoc>()) in extractFileLoc() 75 return FileLineColLoc(); in extractFileLoc() 99 FileLineColLoc fileLoc = extractFileLoc(func.getLoc()); in translate() 149 } else if (auto fileLoc = loc.dyn_cast<FileLineColLoc>()) { in translateLoc()
|
| H A D | ConvertFromLLVMIR.cpp | 163 unknownLoc(FileLineColLoc::get(context, "imported-bitcode", 0, 0)), in Importer() 255 return FileLineColLoc::get(context, os.str(), 0, 0); in processDebugLoc() 261 return FileLineColLoc::get(context, "imported-bitcode", loc.getLine(), in processDebugLoc() 1252 FileLineColLoc::get(context, "", /*line=*/0, /*column=*/0))); in translateLLVMIRToModule()
|
| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | TestDiagnostics.cpp | 39 FileLineColLoc fileLoc = loc.dyn_cast<FileLineColLoc>(); in runOnOperation()
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/ |
| H A D | TranslateRegistration.cpp | 60 OwningOpRef<ModuleOp> module(ModuleOp::create(FileLineColLoc::get( in deserializeModule() 152 FileLineColLoc::get(&deserializationContext, in roundTripModule()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Diagnostics.cpp | 388 static Optional<FileLineColLoc> getFileLineColLoc(Location loc) { in getFileLineColLoc() 389 Optional<FileLineColLoc> firstFileLoc; in getFileLineColLoc() 391 if (FileLineColLoc fileLoc = loc.dyn_cast<FileLineColLoc>()) { in getFileLineColLoc() 550 .Case([&](FileLineColLoc) -> Optional<Location> { return loc; }) in findLocToShow() argument 574 SMLoc SourceMgrDiagnosticHandler::convertLocToSMLoc(FileLineColLoc loc) { in convertLocToSMLoc() 861 void SourceMgrDiagnosticVerifierHandler::process(FileLineColLoc loc, in process()
|
| H A D | Location.cpp | 67 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinLocationAttributes.td | 62 // FileLineColLoc 65 def FileLineColLoc : Builtin_LocationAttr<"FileLineColLoc"> {
|
| H A D | Diagnostics.h | 593 SMLoc convertLocToSMLoc(FileLineColLoc loc); 634 void process(FileLineColLoc loc, StringRef msg, DiagnosticSeverity kind);
|
| H A D | Builders.h | 20 class FileLineColLoc; variable
|
| /llvm-project-15.0.7/mlir/lib/Parser/ |
| H A D | Parser.cpp | 24 *sourceFileLoc = FileLineColLoc::get(config.getContext(), in parseSourceFile()
|
| /llvm-project-15.0.7/mlir/include/mlir/AsmParser/ |
| H A D | AsmParserState.h | 21 class FileLineColLoc; variable
|
| /llvm-project-15.0.7/mlir/lib/AsmParser/ |
| H A D | LocationParser.cpp | 125 loc = FileLineColLoc::get(ctx, str, line.value(), column.value()); in parseNameOrFileLineColLocation()
|
| H A D | Lexer.cpp | 56 return FileLineColLoc::get(context, buffer->getBufferIdentifier(), lineNo, in getEncodedSourceLocation()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/ |
| H A D | LocationSnapshot.cpp | 47 auto newLoc = FileLineColLoc::get(file, lineCol.first, lineCol.second); in generateLocationsFromIR()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | MLIRServer.cpp | 23 static Optional<lsp::Location> getLocationFromLoc(FileLineColLoc loc) { in getLocationFromLoc() 47 FileLineColLoc fileLoc = nestedLoc.dyn_cast<FileLineColLoc>(); in getLocationFromLoc() 79 FileLineColLoc fileLoc = nestedLoc.dyn_cast<FileLineColLoc>(); in collectLocationsFromLoc()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch3/mlir/ |
| H A D | MLIRGen.cpp | 92 return mlir::FileLineColLoc::get(builder.getStringAttr(*loc.file), loc.line, in loc()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch2/mlir/ |
| H A D | MLIRGen.cpp | 92 return mlir::FileLineColLoc::get(builder.getStringAttr(*loc.file), loc.line, in loc()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/ |
| H A D | MLIRGen.cpp | 92 return mlir::FileLineColLoc::get(builder.getStringAttr(*loc.file), loc.line, in loc()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/ |
| H A D | MLIRGen.cpp | 92 return mlir::FileLineColLoc::get(builder.getStringAttr(*loc.file), loc.line, in loc()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/ |
| H A D | MLIRGen.cpp | 92 return mlir::FileLineColLoc::get(builder.getStringAttr(*loc.file), loc.line, in loc()
|
| /llvm-project-15.0.7/flang/unittests/Optimizer/Builder/ |
| H A D | FIRBuilderTest.cpp | 244 auto loc = mlir::FileLineColLoc::get(builder.getStringAttr("file1"), 10, 5); in TEST_F() 266 mlir::FileLineColLoc::get(builder.getStringAttr("file1.f90"), 10, 5); in TEST_F()
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | Diagnostics.md | 278 FileLineColLoc fileLoc = loc.dyn_cast<FileLineColLoc>();
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/ |
| H A D | Serializer.cpp | 175 auto fileLoc = module.getLoc().dyn_cast<FileLineColLoc>(); in processDebugInfo() 1220 auto fileLoc = loc.dyn_cast<FileLineColLoc>(); in emitDebugLine()
|