Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp431 Type LLVMTypeConverter::convertCallingConventionType(Type type) { in convertCallingConventionType() function in LLVMTypeConverter
461 return convertCallingConventionType(types.front()); in packFunctionResults()
466 auto converted = convertCallingConventionType(t); in packFunctionResults()
565 auto llvmTy = converter.convertCallingConventionType(type); in barePtrFuncArgTypeConverter()
/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DTypeConverter.h66 Type convertCallingConventionType(Type type);