Home
last modified time | relevance | path

Searched defs:convertType (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/test/lib/Transforms/
H A DTestDialectConversion.cpp35 static LogicalResult convertType(Type t, SmallVectorImpl<Type> &results) { convertType() function
/llvm-project/flang/include/flang/Optimizer/CodeGen/
H A DFIROpPatterns.h31 mlir::Type convertType(mlir::Type ty) const { in convertType() function
/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DModuleImport.h172 Type convertType(llvm::Type *type) { convertType() function
/llvm-project/flang/lib/Optimizer/Transforms/
H A DDebugTypeGenerator.cpp268 llvmTy = llvmTypeConverter.convertType(fieldTy); in convertType() function in fir::DebugTypeGenerator
[all...]
/llvm-project/mlir/include/mlir/Transforms/
H A DDialectConversion.h255 TargetType convertType(Type t) const { convertType() function
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1733 llvm::Type *ModuleTranslation::convertType(Type type) { convertType() function in ModuleTranslation
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp3021 LogicalResult TypeConverter::convertType(Type t, convertType() function in TypeConverter
3066 Type TypeConverter::convertType(Type t) const { convertType() function in TypeConverter
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp1057 static LogicalResult convertType(Type t, SmallVectorImpl<Type> &results) { convertType() function