Home
last modified time | relevance | path

Searched refs:loopAnnotationTranslation (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Target/LLVMIR/
H A DLoopAnnotationTranslation.cpp20 LoopAnnotationTranslation &loopAnnotationTranslation, in LoopAnnotationConversion()
23 loopAnnotationTranslation(loopAnnotationTranslation), ctx(ctx) {} in LoopAnnotationConversion()
51 LoopAnnotationTranslation &loopAnnotationTranslation; member
99 loopAnnotationTranslation.translateLoopAnnotation(attr, op); in convertFollowupNode()
197 loopAnnotationTranslation.moduleTranslation.translateDebugInfo( in convertLocation()
202 loopAnnotationTranslation.moduleTranslation.translateLoc(location, in convertLocation()
250 loopAnnotationTranslation.getAccessGroup(accessGroupAttr)); in convert()
H A DModuleTranslation.cpp720 loopAnnotationTranslation(std::make_unique<LoopAnnotationTranslation>( in ModuleTranslation()
1710 if (llvm::MDNode *node = loopAnnotationTranslation->getAccessGroups(op)) in createTBAAMetadata()
1913 loopAnnotationTranslation->translateLoopAnnotation(attr, op);
/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DModuleTranslation.h361 std::unique_ptr<detail::LoopAnnotationTranslation> loopAnnotationTranslation;
349 std::unique_ptr<detail::LoopAnnotationTranslation> loopAnnotationTranslation; global() variable