Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DTypeTranslation.cpp98 translateTypes(type.getParams(), paramTypes); in translate()
120 translateTypes(type.getBody(), subtypes); in translate()
132 translateTypes(type.getBody(), subtypes); in translate()
150 void translateTypes(ArrayRef<LLVM::LLVMType> types, in translateTypes() function in mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl
249 translateTypes(type->params(), paramTypes); in translate()
269 translateTypes(type->subtypes(), subtypes); in translate()
280 translateTypes(type->subtypes(), subtypes); in translate()
301 void translateTypes(ArrayRef<llvm::Type *> types, in translateTypes() function in mlir::LLVM::detail::TypeFromLLVMIRTranslatorImpl