/llvm-project/offload/include/Shared/ |
H A D | EnvironmentVar.h | 88 bool isPresent() const { return IsPresent; } isPresent() function
|
/llvm-project/flang/include/flang/Lower/ |
H A D | HlfirIntrinsics.h | 130 std::optional<mlir::Value> isPresent; member
|
/llvm-project/flang/lib/Lower/ |
H A D | HostAssociations.cpp | 271 auto isPresent = in instantiateHostTuple() local 301 mlir::Value isPresent = builder.genIsNotNullAddr(loc, addr); in getFromTuple() local 407 auto isPresent = builder.create<fir::IsPresentOp>( in instantiateHostTuple() local 468 mlir::Value isPresent = builder.genIsNotNullAddr(loc, addr); in getFromTuple() local
|
H A D | ConvertCall.cpp | 263 mlir::Value isPresent = preparedActual.value().getIsPresent(); in remapActualToDummyDescriptors() local 1386 mlir::Value isPresent = preparedActual.getIsPresent(); prepareUserCallActualArgument() local 1722 genOptionalValue(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type eleType,T actualGetter,mlir::Value isPresent) genOptionalValue() argument 1751 genOptionalAddr(fir::FirOpBuilder & builder,mlir::Location loc,hlfir::Entity entity,mlir::Value isPresent) genOptionalAddr() argument 1768 genOptionalBox(fir::FirOpBuilder & builder,mlir::Location loc,hlfir::Entity entity,mlir::Value isPresent) genOptionalBox() argument 1816 auto isPresent = [&](std::size_t i) -> std::optional<mlir::Value> { genCustomIntrinsicRefCore() local 1893 mlir::Value isPresent = arg.value()->getIsPresent(); genIntrinsicRefCore() local 2419 std::optional<mlir::Value> isPresent = genCustomElementalIntrinsicRef() local 2471 mlir::Value isPresent = genCustomIntrinsicRef() local 2567 std::optional<mlir::Value> isPresent; genIntrinsicRef() local 2662 std::optional<mlir::Value> isPresent; genProcedureRef() local 2712 std::optional<mlir::Value> isPresent; genProcedureRef() local [all...] |
H A D | HlfirIntrinsics.cpp | 184 mlir::Value isPresent = arg->getIsPresent(); loadBoxAddress() local 204 mlir::Value isPresent = arg->getIsPresent(); loadOptionalValue() local
|
H A D | DirectivesCommon.h |
|
H A D | CustomIntrinsicCall.cpp | 282 mlir::Value isPresent = in lowerAssociated() local
|
H A D | ConvertExpr.cpp | 472 .genIfOp(loc, {eleType}, isPresent, in genOptionalAddr() argument 448 genOptionalValue(fir::FirOpBuilder & builder,mlir::Location loc,const fir::ExtendedValue & exv,mlir::Value isPresent) genOptionalValue() argument 489 genOptionalBox(fir::FirOpBuilder & builder,mlir::Location loc,const fir::ExtendedValue & exv,mlir::Value isPresent) genOptionalBox() argument 575 absentBoxToUnallocatedBox(fir::FirOpBuilder & builder,mlir::Location loc,const fir::ExtendedValue & exv,mlir::Value isPresent) absentBoxToUnallocatedBox() argument 1808 mlir::Value isPresent = genIntrinsicRef() local 1841 auto isPresent = [&](std::size_t i) -> std::optional<mlir::Value> { genIntrinsicRef() local 1894 mlir::Value isPresent = genActualIsPresentTest(builder, loc, optional); genIntrinsicRef() local 2374 mlir::Value isPresent = fir::factory::genIsAllocatedOrAssociatedTest( prepareActualThatMayBeAbsent() local 2386 mlir::Value isPresent = builder.create<fir::IsPresentOp>( prepareActualThatMayBeAbsent() local 2399 createScalarTempForArgThatMayBeAbsent(ExtValue actualArg,mlir::Value isPresent) createScalarTempForArgThatMayBeAbsent() argument 2774 mlir::Value isPresent = genActualIsPresentTest(builder, loc, opt); genRawProcedureRef() local 2806 mlir::Value isPresent = genRawProcedureRef() local 4615 mlir::Value isPresent = genElementalIntrinsicProcRef() local 4643 auto isPresent = [&](std::size_t i) -> std::optional<mlir::Value> { genElementalIntrinsicProcRef() local 5909 mlir::Value isPresent = genActualIsPresentTest(builder, loc, optionalArg); genOptionalArrayFetch() local 5976 mlir::Value isPresent = genActualIsPresentTest(builder, loc, optionalArg); genarrForwardOptionalArgumentToCall() local 5983 mlir::Value isPresent; genarrForwardOptionalArgumentToCall() local [all...] |
H A D | ConvertVariable.cpp | 770 auto isPresent = builder.create<fir::IsPresentOp>(loc, builder.getI1Type(), defaultInitializeAtRuntime() local 855 auto isPresent = builder.create<fir::IsPresentOp>(loc, builder.getI1Type(), finalizeAtRuntime() local 902 auto isPresent = builder.create<fir::IsPresentOp>( deallocateIntentOut() local 1967 auto isPresent = builder.create<fir::IsPresentOp>( mapSymbolAttributes() local
|
H A D | Allocatable.cpp | 1134 auto isPresent = builder.create<fir::IsPresentOp>(loc, builder.getI1Type(), getAssumedCharAllocatableOrPointerLen() local
|
H A D | OpenACC.cpp | 88 createDataEntryOp(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value baseAddr,std::stringstream & name,mlir::SmallVector<mlir::Value> bounds,bool structured,bool implicit,mlir::acc::DataClause dataClause,mlir::Type retTy,llvm::ArrayRef<mlir::Value> async,llvm::ArrayRef<mlir::Attribute> asyncDeviceTypes,llvm::ArrayRef<mlir::Attribute> asyncOnlyDeviceTypes,mlir::Value isPresent={}) createDataEntryOp() argument
|
/llvm-project/llvm/unittests/Support/ |
H A D | Casting.cpp | 111 static inline bool isPresent(const T3 &t) { return t.hasValue; } in isPresent() function 445 static inline bool isPresent(const pointer_wrappers::PTy &P) { in isPresent() function 453 static inline bool isPresent(const pointer_wrappers::PTy &P) { in isPresent() function
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 262 bool isPresent(uint32_t K) const { return Present.test(K); } in isPresent() function
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | ConvertToFIR.cpp | 214 mlir::Value isPresent = copyInOp.getVarIsPresent(); in genOptionalCopyIn() local 367 mlir::Value isPresent = in matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Intrinsics.cpp | 314 mlir::Value isPresent = genSignal() local
|
/llvm-project/offload/include/OpenMP/ |
H A D | Mapping.h | 353 bool isPresent() const { return Flags.IsPresent; } in isPresent() function
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 5273 mlir::Value isPresent = genLoc() local
|