Searched refs:nonDeferredLenParams (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | HostAssociations.cpp | 265 llvm::SmallVector<mlir::Value> nonDeferredLenParams; in getFromTuple() local 269 nonDeferredLenParams.push_back( in getFromTuple() 298 nonDeferredLenParams.push_back(len); in getFromTuple() 300 nonDeferredLenParams.push_back(readLength()); in getFromTuple() 308 sym, fir::MutableBoxValue(args.valueInTuple, nonDeferredLenParams, {})); in getFromTuple()
|
| H A D | ConvertVariable.cpp | 1280 llvm::SmallVector<mlir::Value> nonDeferredLenParams; in mapSymbolAttributes() local 1284 nonDeferredLenParams.push_back(len); in mapSymbolAttributes() 1295 converter, loc, var, boxAlloc, nonDeferredLenParams); in mapSymbolAttributes()
|
| H A D | Allocatable.cpp | 385 builder, loc, box.getBoxTy(), box.nonDeferredLenParams()); in genSimpleAllocation()
|
| H A D | OpenMP.cpp | 206 return fir::MutableBoxValue(val, box.nonDeferredLenParams(), {}); in getExtendedValue()
|
| H A D | IntrinsicCall.cpp | 3506 builder, loc, boxType, mold->nonDeferredLenParams()); in genNull() 3508 return fir::MutableBoxValue(boxStorage, mold->nonDeferredLenParams(), {}); in genNull()
|
| H A D | Bridge.cpp | 467 box.nonDeferredLenParams(), {}); in createHostAssociateVarClone()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | MutableBox.cpp | 135 return box.nonDeferredLenParams()[0]; in readCharacterLength() 237 builder, loc, box.getBoxTy(), box.nonDeferredLenParams()); in setUnallocatedStatus() 407 box.nonDeferredLenParams()}; in genMutableBoxRead() 645 builder.createConvert(loc, idxTy, box.nonDeferredLenParams()[0])); in getNewLengths()
|
| H A D | FIRBuilder.cpp | 725 return {box.nonDeferredLenParams().begin(), in getNonDeferredLenParams() 726 box.nonDeferredLenParams().end()}; in getNonDeferredLenParams()
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/ |
| H A D | BoxValue.h | 367 llvm::ArrayRef<mlir::Value> nonDeferredLenParams() const { return lenParams; } in nonDeferredLenParams() function
|