Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DTypeTranslation.cpp32 if (knownTranslations.count(type)) in translateType()
33 return knownTranslations.lookup(type); in translateType()
84 knownTranslations.try_emplace(type, translated); in translateType()
128 knownTranslations.try_emplace(type, structType); in translate()
164 llvm::DenseMap<LLVM::LLVMType, llvm::Type *> knownTranslations; member in mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl
195 if (knownTranslations.count(type)) in translateType()
196 return knownTranslations.lookup(type); in translateType()
207 knownTranslations.try_emplace(type, translated); in translateType()
279 knownTranslations.try_emplace(type, translated); in translate()
310 llvm::DenseMap<llvm::Type *, LLVM::LLVMType> knownTranslations; member in mlir::LLVM::detail::TypeFromLLVMIRTranslatorImpl