Lines Matching defs:loc
19 mlir::Location loc, mlir::ModuleOp module, llvm::StringRef name, in createFunction()
42 Fortran::lower::FirOpBuilder::createNullConstant(mlir::Location loc) { in createNullConstant()
50 mlir::Location loc, mlir::Type ty, std::int64_t cst) { in createIntegerConstant()
55 mlir::Location loc, mlir::Type realType, const llvm::APFloat &val) { in createRealConstant()
60 Fortran::lower::FirOpBuilder::createRealZeroConstant(mlir::Location loc, in createRealZeroConstant()
74 mlir::Location loc, mlir::Type ty, llvm::StringRef nm, in allocateLocal()
91 mlir::Location loc, mlir::Type type, llvm::StringRef name, in createTemporary()
107 mlir::Location loc, mlir::Type type, llvm::StringRef name, in createGlobal()
120 mlir::Location loc, mlir::Type type, llvm::StringRef name, bool isConst, in createGlobal()
139 mlir::Location loc, mlir::Type toTy, mlir::Value val) { in convertWithSemantics()
166 mlir::Value Fortran::lower::FirOpBuilder::createConvert(mlir::Location loc, in createConvert()
175 mlir::Location loc, mlir::Type eleTy, llvm::StringRef data) { in createStringLit()