Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DCallInterface.h194 mlir::FunctionType genFunctionType();
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp438 mlir::FunctionType ty = genFunctionType(); in declare()
1065 mlir::FunctionType Fortran::lower::CallInterface<T>::genFunctionType() { in genFunctionType() function in Fortran::lower::CallInterface
1159 mlir::FunctionType getFunctionType() { return genFunctionType(); } in getFunctionType()
H A DConvertExpr.cpp3045 mlir::FunctionType callSiteType = caller.genFunctionType(); in genRawProcedureRef()
4976 mlir::FunctionType callSiteType = caller.genFunctionType(); in genElementalUserDefinedProcRef()