Searched refs:getFuncOp (Results 1 – 3 of 3) sorted by relevance
178 mlir::func::FuncOp getFuncOp() const { return func; }
2586 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()
1414 static mlir::func::FuncOp getFuncOp(mlir::Location loc, in getFuncOp() function1439 return getFuncOp(loc, builder, impl); // exact match in searchFunctionInLibrary()