Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Conversion/StandardToLLVM/
DConvertStandardToLLVM.h88 Type convertCallingConventionType(Type type);
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp91 auto llvmTy = converter.convertCallingConventionType(type); in barePtrFuncArgTypeConverter()
423 Type LLVMTypeConverter::convertCallingConventionType(Type type) { in convertCallingConventionType() function in LLVMTypeConverter
4043 return convertCallingConventionType(types.front()); in packFunctionResults()
4049 convertCallingConventionType(t).dyn_cast_or_null<LLVM::LLVMType>(); in packFunctionResults()