Home
last modified time | relevance | path

Searched refs:IsGPU (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h113 std::optional<bool> IsGPU; variable
134 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()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp432 bool IsTargetDevice, bool IsGPU, bool OpenMPOffloadMandatory, in OpenMPIRBuilderConfig() argument
435 : IsTargetDevice(IsTargetDevice), IsGPU(IsGPU), in OpenMPIRBuilderConfig()
3515 bool IsGPU) { in checkReductionInfos() argument
3522 if (!IsGPU) { in checkReductionInfos()
3752 IRBuilder<> &Builder, ArrayRef<bool> IsByRef, bool IsGPU) { in populateReductionFunction() argument
3761 if (IsGPU) { in populateReductionFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp297 OMPBuilder.Config.IsGPU = true; in OMPInformationCache()
300 OMPBuilder.Config.IsGPU = false; in OMPInformationCache()