Home
last modified time | relevance | path

Searched refs:LoopAnnotationImporter (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Target/LLVMIR/
H A DLoopAnnotationImporter.h26 class LoopAnnotationImporter {
28 LoopAnnotationImporter(ModuleImport &moduleImport, OpBuilder &builder) in LoopAnnotationImporter() function
H A DCMakeLists.txt9 LoopAnnotationImporter.cpp
68 LoopAnnotationImporter.cpp
H A DLoopAnnotationImporter.cpp20 LoopAnnotationImporter &loopAnnotationImporter) in LoopMetadataConversion()
64 LoopAnnotationImporter &loopAnnotationImporter;
469 LoopAnnotationImporter::translateLoopAnnotation(const llvm::MDNode *node, in translateLoopAnnotation()
487 LoopAnnotationImporter::translateAccessGroup(const llvm::MDNode *node, in translateAccessGroup()
515 LoopAnnotationImporter::lookupAccessGroupAttrs(const llvm::MDNode *node) const { in lookupAccessGroupAttrs()
H A DModuleImport.cpp21 #include "LoopAnnotationImporter.h"
173 std::make_unique<LoopAnnotationImporter>(*this, builder)), in getGlobalComdatOp()
/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DModuleImport.h38 class LoopAnnotationImporter; variable
446 std::unique_ptr<detail::LoopAnnotationImporter> loopAnnotationImporter;
/llvm-project/utils/bazel/llvm-project-overlay/mlir/
H A DBUILD.bazel9586 "lib/Target/LLVMIR/LoopAnnotationImporter.cpp",
9587 "lib/Target/LLVMIR/LoopAnnotationImporter.h",