Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h82 class OpenMPIRBuilderConfig {
104 OpenMPIRBuilderConfig() {} in OpenMPIRBuilderConfig() function
105 OpenMPIRBuilderConfig(bool IsEmbedded, bool IsTargetCodegen, in OpenMPIRBuilderConfig() function
178 void setConfig(OpenMPIRBuilderConfig C) { Config = C; } in setConfig()
1043 OpenMPIRBuilderConfig Config;
1932 OpenMPIRBuilderConfig Config;
1936 void setConfig(OpenMPIRBuilderConfig C) { Config = C; } in setConfig()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp862 llvm::OpenMPIRBuilderConfig Config(CGM.getLangOpts().OpenMPIsDevice, true, in CGOpenMPRuntimeGPU()
H A DCGOpenMPRuntime.cpp1064 llvm::OpenMPIRBuilderConfig Config(CGM.getLangOpts().OpenMPIsDevice, false, in CGOpenMPRuntime()