Searched refs:boxValue (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | HostAssociations.cpp | 389 fir::BoxValue boxValue(box, lbounds, /*explicitParams=*/llvm::None); in getFromTuple() local 391 fir::factory::readBoxValue(builder, loc, boxValue)); in getFromTuple() 409 fir::BoxValue boxValue(box, lbounds, /*explicitParams=*/llvm::None); in getFromTuple() local 410 args.symMap.addSymbol(sym, boxValue); in getFromTuple()
|
| H A D | IntrinsicCall.cpp | 3873 if (const auto *boxValue = args[0].getBoxOf<fir::BoxValue>()) in genSize() local 3874 if (boxValue->hasAssumedRank()) in genSize() 3961 [&](const fir::BoxValue &boxValue) -> mlir::Value { in createBoxForLBOUND() argument 3966 mlir::Value oldBox = boxValue.getAddr(); in createBoxForLBOUND() 4008 if (const auto *boxValue = array.getBoxOf<fir::BoxValue>()) in genLbound() local 4009 if (boxValue->hasAssumedRank()) in genLbound()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 143 unsigned boxValue) const { in getValueFromBox() 146 genConstantOffset(loc, rewriter, boxValue); in getValueFromBox() 1485 mlir::Location loc, mlir::Value boxValue) const { in placeInMemoryIfNotGlobalInit() 1488 return boxValue; in placeInMemoryIfNotGlobalInit() 1489 auto boxPtrTy = mlir::LLVM::LLVMPointerType::get(boxValue.getType()); in placeInMemoryIfNotGlobalInit() 1491 rewriter.create<mlir::LLVM::StoreOp>(loc, boxValue, alloca); in placeInMemoryIfNotGlobalInit()
|