Searched defs:boxValue (Results 1 – 6 of 6) sorted by relevance
| /llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | TemporaryStack.cpp | 30 mlir::Value opaquePtr, mlir::Value boxValue) { in genPushValue()
|
| /llvm-project/flang/lib/Lower/ |
| H A D | HostAssociations.cpp | 452 fir::BoxValue boxValue(box, lbounds, /*explicitParams=*/std::nullopt); in getFromTuple() local 473 fir::BoxValue boxValue(box, lbounds, /*explicitParams=*/std::nullopt); in getFromTuple() local
|
| H A D | ConvertVariable.cpp | 1841 fir::BoxValue boxValue{box, lbounds, explicitParams, explicitExtents}; genBoxDeclare() local
|
| /llvm-project/flang/lib/Optimizer/Builder/ |
| H A D | FIRBuilder.cpp | 1558 if (auto *boxValue = exv.getBoxOf<fir::BoxValue>()) createBoxValue() local
|
| H A D | IntrinsicCall.cpp | 6190 __anon345295e73702(const fir::BoxValue &boxValue) createBoxForRuntimeBoundInquiry() argument
|
| /llvm-project/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 2898 auto boxValue = rewriter.create<mlir::LLVM::LoadOp>(loc, llvmLoadTy, matchAndRewrite() local
|