Lines Matching refs:FirOpBuilder
18 mlir::FuncOp Fortran::lower::FirOpBuilder::createFunction( in createFunction()
25 Fortran::lower::FirOpBuilder::getNamedFunction(mlir::ModuleOp modOp, in getNamedFunction()
31 Fortran::lower::FirOpBuilder::getNamedGlobal(mlir::ModuleOp modOp, in getNamedGlobal()
36 mlir::Type Fortran::lower::FirOpBuilder::getRefType(mlir::Type eleTy) { in getRefType()
42 Fortran::lower::FirOpBuilder::createNullConstant(mlir::Location loc) { in createNullConstant()
49 mlir::Value Fortran::lower::FirOpBuilder::createIntegerConstant( in createIntegerConstant()
54 mlir::Value Fortran::lower::FirOpBuilder::createRealConstant( in createRealConstant()
60 Fortran::lower::FirOpBuilder::createRealZeroConstant(mlir::Location loc, in createRealZeroConstant()
73 mlir::Value Fortran::lower::FirOpBuilder::allocateLocal( in allocateLocal()
90 mlir::Value Fortran::lower::FirOpBuilder::createTemporary( in createTemporary()
106 fir::GlobalOp Fortran::lower::FirOpBuilder::createGlobal( in createGlobal()
119 fir::GlobalOp Fortran::lower::FirOpBuilder::createGlobal( in createGlobal()
121 std::function<void(FirOpBuilder &)> bodyBuilder, mlir::StringAttr linkage) { in createGlobal()
138 mlir::Value Fortran::lower::FirOpBuilder::convertWithSemantics( in convertWithSemantics()
166 mlir::Value Fortran::lower::FirOpBuilder::createConvert(mlir::Location loc, in createConvert()
174 fir::StringLitOp Fortran::lower::FirOpBuilder::createStringLit( in createStringLit()