Searched refs:IsTargetDevice (Results 1 – 4 of 4) sorted by relevance
88 std::optional<bool> IsTargetDevice;102 OpenMPIRBuilderConfig(bool IsTargetDevice, bool IsGPU,111 assert(IsTargetDevice.has_value() && "IsTargetDevice is not set"); in isTargetDevice()112 return *IsTargetDevice; in isTargetDevice()156 void setIsTargetDevice(bool Value) { IsTargetDevice = Value; } in setIsTargetDevice()
626 const bool IsTargetDevice = in EmitCXXTryStmt() local628 if (!IsTargetDevice) in EmitCXXTryStmt()631 if (!IsTargetDevice) in EmitCXXTryStmt()
422 bool IsTargetDevice, bool IsGPU, bool OpenMPOffloadMandatory, in OpenMPIRBuilderConfig() argument425 : IsTargetDevice(IsTargetDevice), IsGPU(IsGPU), in OpenMPIRBuilderConfig()4795 if (Config.IsTargetDevice.value_or(false)) in createTargetData()
289 OMPBuilder.Config.IsTargetDevice = isOpenMPDevice(OMPBuilder.M); in OMPInformationCache()