Home
last modified time | relevance | path

Searched defs:ubounds (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/lib/Evaluate/
H A Dconstant.cpp41 ConstantSubscripts ubounds(Rank()); in ComputeUbounds() local
H A Dfold-integer.cpp233 Shape ubounds{GetUBOUNDs(context, *named)}; UBOUND() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp593 associateMutableBoxWithRemap(fir::FirOpBuilder & builder,mlir::Location loc,const fir::MutableBoxValue & box,const fir::ExtendedValue & source,mlir::ValueRange lbounds,mlir::ValueRange ubounds) associateMutableBoxWithRemap() argument
/llvm-project/flang/lib/Lower/
H A DBridge.cpp3902 genArrayAssignment(const Fortran::evaluate::Assignment & assign,Fortran::lower::StatementContext & localStmtCtx,std::optional<llvm::SmallVector<mlir::Value>> lbounds=std::nullopt,std::optional<llvm::SmallVector<mlir::Value>> ubounds=std::nullopt) genArrayAssignment() argument
4068 createBoundArray(llvm::ArrayRef<mlir::Value> lbounds,llvm::ArrayRef<mlir::Value> ubounds,mlir::Location loc) createBoundArray() argument
4107 llvm::SmallVector<mlir::Value> ubounds; genPointerAssignment() local
[all...]
H A DConvertExpr.cpp3315 lowerArrayOfPointerAssignment(Fortran::lower::AbstractConverter & converter,Fortran::lower::SymMap & symMap,Fortran::lower::StatementContext & stmtCtx,const Fortran::lower::SomeExpr & lhs,const Fortran::lower::SomeExpr & rhs,Fortran::lower::ExplicitIterSpace & explicitSpace,Fortran::lower::ImplicitIterSpace & implicitSpace,const llvm::SmallVector<mlir::Value> & lbounds,std::optional<llvm::SmallVector<mlir::Value>> ubounds) lowerArrayOfPointerAssignment() argument
3334 lowerArrayOfPointerAssignment(const Fortran::lower::SomeExpr & lhs,const Fortran::lower::SomeExpr & rhs,const llvm::SmallVector<mlir::Value> & lbounds,std::optional<llvm::SmallVector<mlir::Value>> ubounds) lowerArrayOfPointerAssignment() argument
7258 std::optional<llvm::SmallVector<mlir::Value>> ubounds; global() member in __anonb82c9c085811::ArrayExprLowering
7366 createArrayOfPointerAssignment(Fortran::lower::AbstractConverter & converter,const Fortran::lower::SomeExpr & lhs,const Fortran::lower::SomeExpr & rhs,Fortran::lower::ExplicitIterSpace & explicitSpace,Fortran::lower::ImplicitIterSpace & implicitSpace,const llvm::SmallVector<mlir::Value> & lbounds,std::optional<llvm::SmallVector<mlir::Value>> ubounds,Fortran::lower::SymMap & symMap,Fortran::lower::StatementContext & stmtCtx) createArrayOfPointerAssignment() argument
[all...]
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1999 llvm::SmallVector<std::int64_t> ubounds; parseCustomRangeSubscript() local