Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DTemporaryStack.cpp30 mlir::Value opaquePtr, mlir::Value boxValue) { in genPushValue()
/llvm-project/flang/lib/Lower/
H A DHostAssociations.cpp452 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 DConvertVariable.cpp1841 fir::BoxValue boxValue{box, lbounds, explicitParams, explicitExtents}; genBoxDeclare() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1558 if (auto *boxValue = exv.getBoxOf<fir::BoxValue>()) createBoxValue() local
H A DIntrinsicCall.cpp6190 __anon345295e73702(const fir::BoxValue &boxValue) createBoxForRuntimeBoundInquiry() argument
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2898 auto boxValue = rewriter.create<mlir::LLVM::LoadOp>(loc, llvmLoadTy, matchAndRewrite() local