Home
last modified time | relevance | path

Searched refs:nonDeferredLenParams (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DHostAssociations.cpp265 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 DConvertVariable.cpp1280 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 DAllocatable.cpp385 builder, loc, box.getBoxTy(), box.nonDeferredLenParams()); in genSimpleAllocation()
H A DOpenMP.cpp206 return fir::MutableBoxValue(val, box.nonDeferredLenParams(), {}); in getExtendedValue()
H A DIntrinsicCall.cpp3506 builder, loc, boxType, mold->nonDeferredLenParams()); in genNull()
3508 return fir::MutableBoxValue(boxStorage, mold->nonDeferredLenParams(), {}); in genNull()
H A DBridge.cpp467 box.nonDeferredLenParams(), {}); in createHostAssociateVarClone()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp135 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 DFIRBuilder.cpp725 return {box.nonDeferredLenParams().begin(), in getNonDeferredLenParams()
726 box.nonDeferredLenParams().end()}; in getNonDeferredLenParams()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h367 llvm::ArrayRef<mlir::Value> nonDeferredLenParams() const { return lenParams; } in nonDeferredLenParams() function