Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DTypeConverter.h101 std::pair<Type, bool> convertFunctionTypeCWrapper(FunctionType type);
/llvm-project-15.0.7/mlir/lib/Conversion/FuncToLLVM/
H A DFuncToLLVM.cpp137 typeConverter.convertFunctionTypeCWrapper(type); in wrapForExternalCallers()
195 typeConverter.convertFunctionTypeCWrapper(funcOp.getFunctionType()); in wrapExternalFunction()
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp240 LLVMTypeConverter::convertFunctionTypeCWrapper(FunctionType type) { in convertFunctionTypeCWrapper() function in LLVMTypeConverter