/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | MutableBox.cpp | 30 mlir::ValueRange lengths, mlir::Value tdesc = {}) { in createNewFirBox() argument 168 llvm::SmallVectorImpl<mlir::Value> &lengths) { in read() argument 210 updateMutableBox(mlir::Value addr,mlir::ValueRange lbounds,mlir::ValueRange extents,mlir::ValueRange lengths,mlir::Value tdesc={}) updateMutableBox() argument 256 llvm::SmallVector<mlir::Value> lengths; syncMutablePropertiesFromIRBox() local 269 llvm::SmallVector<mlir::Value> lengths; syncIRBoxFromMutableProperties() local 278 updateIRBox(mlir::Value addr,mlir::ValueRange lbounds,mlir::ValueRange extents,mlir::ValueRange lengths,mlir::Value tdesc={}) updateIRBox() argument 288 updateMutableProperties(mlir::Value addr,mlir::ValueRange lbounds,mlir::ValueRange extents,mlir::ValueRange lengths) updateMutableProperties() argument 430 llvm::SmallVector<mlir::Value> lengths; genMutableBoxRead() local 713 llvm::SmallVector<mlir::Value> lengths; getNewLengths() local 739 auto lengths = getNewLengths(builder, loc, box, lenParams); allocateAndInitNewStorage() local 759 auto lengths = getNewLengths(builder, loc, box, lenParams); genInlinedAllocation() local 931 auto lengths = getNewLengths(builder, loc, box, lenParams); finalizeRealloc() local [all...] |
H A D | TemporaryStorage.cpp | 67 llvm::ArrayRef<mlir::Value> lengths, bool allocateOnHeap, in HomogeneousScalarStack()
|
H A D | HLFIRTools.cpp | 320 llvm::SmallVector<mlir::Value> lengths; genVariableBoxChar() local
|
H A D | FIRBuilder.cpp | 676 createBox(mlir::Location loc,mlir::Type boxType,mlir::Value addr,mlir::Value shape,mlir::Value slice,llvm::ArrayRef<mlir::Value> lengths,mlir::Value tdesc) createBox() argument
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertArrayConstructor.cpp | 121 llvm::ArrayRef<mlir::Value> lengths) in InlinedTempStrategyImpl() argument 195 llvm::ArrayRef<mlir::Value> lengths) in AsElementalStrategy() argument 306 RuntimeTempStrategy(mlir::Location loc,fir::FirOpBuilder & builder,Fortran::lower::StatementContext & stmtCtx,Fortran::lower::SymMap & symMap,fir::SequenceType declaredType,std::optional<mlir::Value> extent,llvm::ArrayRef<mlir::Value> lengths,bool missingLengthParameters) RuntimeTempStrategy() argument 566 missingLengthParameters(mlir::Type elementType,llvm::ArrayRef<mlir::Value> lengths) missingLengthParameters() argument 694 mlir::SmallVector<mlir::Value> lengths; selectArrayCtorLoweringStrategy() local [all...] |
H A D | ConvertCall.cpp | 51 llvm::ArrayRef<mlir::Value> lengths) { in toExtendedValue() argument 194 llvm::SmallVector<mlir::Value> lengths; in remapActualToDummyDescriptor() local 338 llvm::SmallVector<mlir::Value> lengths; genCallOpAndResult() local 2257 llvm::SmallVector<mlir::Value> lengths; computeDynamicCharacterResultLength() local [all...] |
H A D | ConvertExprToHLFIR.cpp | 937 llvm::SmallVector<mlir::Value, 1> lengths; convertVectorSubscriptedExprToElementalAddr() local 1262 llvm::SmallVector<mlir::Value> lengths; genResultTypeParams() local [all...] |