Home
last modified time | relevance | path

Searched defs:fileLoc (Results 1 – 12 of 12) sorted by relevance

/llvm-project/mlir/lib/Dialect/LLVMIR/Transforms/
H A DDIScopeForLLVMFuncOp.cpp28 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 DOpenMPCommon.cpp19 if (auto fileLoc = dyn_cast<FileLineColLoc>(loc)) { in createSourceLocStrFromLocation() local
/llvm-project/mlir/test/lib/IR/
H A DTestDiagnostics.cpp39 FileLineColLoc fileLoc = dyn_cast<FileLineColLoc>(loc); in runOnOperation() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAddDebugInfo.cpp71 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 DBytecodeReader.cpp91 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 DQuery.cpp31 auto fileLoc = op->getLoc()->findInstanceOf<FileLineColLoc>(); in printMatch() local
/llvm-project/mlir/lib/IR/
H A DDiagnostics.cpp445 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 DDebugTranslation.cpp465 } else if (auto fileLoc = dyn_cast<FileLineColLoc>(loc)) { translateLoc() local
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp179 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 DMLIRServer.cpp63 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 DParser.cpp787 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 DOpenMPToLLVMIRTranslation.cpp2872 auto fileLoc = targetOp.getLoc()->findInstanceOf<FileLineColLoc>(); getTargetEntryUniqueInfo() local