Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DCallInterface.h178 mlir::func::FuncOp getFuncOp() const { return func; }
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp2586 mlir::FunctionType funcOpType = caller.getFuncOp().getFunctionType(); in genCallOpAndResult()
2591 fir::anyFuncArgsHaveAttr(caller.getFuncOp(), in genCallOpAndResult()
2596 assert(funcOpType.getInput(findHostAssocTuplePos(caller.getFuncOp())) == in genCallOpAndResult()
2628 funcPointer ? callSiteType : caller.getFuncOp().getFunctionType(); in genCallOpAndResult()
3924 Fortran::lower::CallerInterface(procRef, converter).getFuncOp(); in lowerElementalUserAssignment()
7644 Fortran::lower::CallerInterface(call, converter).getFuncOp(); in createSubroutineCall()
H A DIntrinsicCall.cpp1414 static mlir::func::FuncOp getFuncOp(mlir::Location loc, in getFuncOp() function
1439 return getFuncOp(loc, builder, impl); // exact match in searchFunctionInLibrary()