Searched refs:IsGPU (Results 1 – 3 of 3) sorted by relevance
113 std::optional<bool> IsGPU; variable134 LLVM_ABI OpenMPIRBuilderConfig(bool IsTargetDevice, bool IsGPU,148 assert(IsGPU.has_value() && "IsGPU is not set"); in isGPU()149 return *IsGPU; in isGPU()194 void setIsGPU(bool Value) { IsGPU = Value; } in setIsGPU()
432 bool IsTargetDevice, bool IsGPU, bool OpenMPOffloadMandatory, in OpenMPIRBuilderConfig() argument435 : IsTargetDevice(IsTargetDevice), IsGPU(IsGPU), in OpenMPIRBuilderConfig()3515 bool IsGPU) { in checkReductionInfos() argument3522 if (!IsGPU) { in checkReductionInfos()3752 IRBuilder<> &Builder, ArrayRef<bool> IsByRef, bool IsGPU) { in populateReductionFunction() argument3761 if (IsGPU) { in populateReductionFunction()
297 OMPBuilder.Config.IsGPU = true; in OMPInformationCache()300 OMPBuilder.Config.IsGPU = false; in OMPInformationCache()