/llvm-project/mlir/lib/Dialect/LLVMIR/Transforms/ |
H A D | DIScopeForLLVMFuncOp.cpp | 28 if (auto fileLoc = dyn_cast<FileLineColLoc>(loc)) in extractFileLoc() local 52 FileLineColLoc fileLoc = extractFileLoc(loc); in addScopeToFunction() local 108 if (FileLineColLoc fileLoc = extractFileLoc(loc)) { runOnOperation() local [all...] |
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/ |
H A D | OpenMPCommon.cpp | 19 if (auto fileLoc = dyn_cast<FileLineColLoc>(loc)) { in createSourceLocStrFromLocation() local
|
/llvm-project/mlir/test/lib/IR/ |
H A D | TestDiagnostics.cpp | 39 FileLineColLoc fileLoc = dyn_cast<FileLineColLoc>(loc); in runOnOperation() local
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | AddDebugInfo.cpp | 71 if (auto fileLoc = mlir::dyn_cast<mlir::FileLineColLoc>(loc)) getLineFromLoc() local 200 if (auto fileLoc = mlir::dyn_cast<mlir::FileLineColLoc>(module.getLoc())) { runOnOperation() local
|
/llvm-project/mlir/lib/Bytecode/Reader/ |
H A D | BytecodeReader.cpp | 91 explicit EncodingReader(ArrayRef<uint8_t> contents, Location fileLoc) in EncodingReader() argument 93 explicit EncodingReader(StringRef contents, Location fileLoc) in EncodingReader() argument 331 Location fileLoc; member in __anonb8b7b79e0111::EncodingReader 406 initialize(Location fileLoc,ArrayRef<uint8_t> sectionData) initialize() argument 639 parseResourceGroup(Location fileLoc,bool allowEmpty,EncodingReader & offsetReader,EncodingReader & resourceReader,StringSectionReader & stringReader,T * handler,const std::shared_ptr<llvm::SourceMgr> & bufferOwnerRef,function_ref<StringRef (StringRef)> remapKey={},function_ref<LogicalResult (StringRef)> processKeyFn={}) parseResourceGroup() argument 689 initialize(Location fileLoc,const ParserConfig & config,MutableArrayRef<std::unique_ptr<BytecodeDialect>> dialects,StringSectionReader & stringReader,ArrayRef<uint8_t> sectionData,ArrayRef<uint8_t> offsetSectionData,DialectReader & dialectReader,const std::shared_ptr<llvm::SourceMgr> & bufferOwnerRef) initialize() argument 806 AttrTypeReader(StringSectionReader & stringReader,ResourceSectionReader & resourceReader,const llvm::StringMap<BytecodeDialect * > & dialectsMap,uint64_t & bytecodeVersion,Location fileLoc,const ParserConfig & config) AttrTypeReader() argument 899 Location fileLoc; global() member in __anonb8b7b79e0a11::AttrTypeReader 1056 initialize(Location fileLoc,ArrayRef<uint8_t> sectionData) initialize() argument 1084 read(Location fileLoc,DialectReader & dialectReader,OperationName * opName,OperationState & opState) read() argument 1318 Impl(Location fileLoc,const ParserConfig & config,bool lazyLoading,llvm::MemoryBufferRef buffer,const std::shared_ptr<llvm::SourceMgr> & bufferOwnerRef) Impl() argument 1567 Location fileLoc; global() member in mlir::BytecodeReader::Impl [all...] |
/llvm-project/mlir/lib/Query/ |
H A D | Query.cpp | 31 auto fileLoc = op->getLoc()->findInstanceOf<FileLineColLoc>(); in printMatch() local
|
/llvm-project/mlir/lib/IR/ |
H A D | Diagnostics.cpp | 445 auto fileLoc = loc->findInstanceOf<FileLineColLoc>(); in emitDiagnostic() local 649 SMLoc fileLoc; global() member 846 if (auto fileLoc = diag.getLocation()->findInstanceOf<FileLineColLoc>()) process() local [all...] |
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | DebugTranslation.cpp | 465 } else if (auto fileLoc = dyn_cast<FileLineColLoc>(loc)) { translateLoc() local
|
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | Serializer.cpp | 179 auto fileLoc = dyn_cast<FileLineColLoc>(module.getLoc()); in processDebugInfo() local 1296 auto fileLoc = dyn_cast<FileLineColLoc>(loc); emitDebugLine() local
|
/llvm-project/mlir/lib/Tools/mlir-lsp-server/ |
H A D | MLIRServer.cpp | 63 FileLineColLoc fileLoc = dyn_cast<FileLineColLoc>(nestedLoc); in getLocationFromLoc() local 96 FileLineColLoc fileLoc = dyn_cast<FileLineColLoc>(nestedLoc); in collectLocationsFromLoc() local
|
/llvm-project/mlir/lib/Tools/PDLL/Parser/ |
H A D | Parser.cpp | 787 SMRange fileLoc = curToken.getLoc(); parseInclude() local 816 parseTdInclude(StringRef filename,llvm::SMRange fileLoc,SmallVectorImpl<ast::Decl * > & decls) parseTdInclude() argument [all...] |
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/ |
H A D | OpenMPToLLVMIRTranslation.cpp | 2872 auto fileLoc = targetOp.getLoc()->findInstanceOf<FileLineColLoc>(); getTargetEntryUniqueInfo() local
|