Home
last modified time | relevance | path

Searched defs:isPresent (Results 1 – 17 of 17) sorted by relevance

/llvm-project/offload/include/Shared/
H A DEnvironmentVar.h88 bool isPresent() const { return IsPresent; } isPresent() function
/llvm-project/flang/include/flang/Lower/
H A DHlfirIntrinsics.h130 std::optional<mlir::Value> isPresent; member
/llvm-project/flang/lib/Lower/
H A DHostAssociations.cpp271 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 DConvertCall.cpp263 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 DHlfirIntrinsics.cpp184 mlir::Value isPresent = arg->getIsPresent(); loadBoxAddress() local
204 mlir::Value isPresent = arg->getIsPresent(); loadOptionalValue() local
H A DDirectivesCommon.h
H A DCustomIntrinsicCall.cpp282 mlir::Value isPresent = in lowerAssociated() local
H A DConvertExpr.cpp472 .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 DConvertVariable.cpp770 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 DAllocatable.cpp1134 auto isPresent = builder.create<fir::IsPresentOp>(loc, builder.getI1Type(), getAssumedCharAllocatableOrPointerLen() local
H A DOpenACC.cpp88 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 DCasting.cpp111 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 DHashTable.h262 bool isPresent(uint32_t K) const { return Present.test(K); } in isPresent() function
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DConvertToFIR.cpp214 mlir::Value isPresent = copyInOp.getVarIsPresent(); in genOptionalCopyIn() local
367 mlir::Value isPresent = in matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DIntrinsics.cpp314 mlir::Value isPresent = genSignal() local
/llvm-project/offload/include/OpenMP/
H A DMapping.h353 bool isPresent() const { return Flags.IsPresent; } in isPresent() function
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp5273 mlir::Value isPresent = genLoc() local