Searched refs:CGOpenMPRuntime (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1 //===----- CGOpenMPRuntime.h - Interface to OpenMP Runtimes -----*- C++ -*-===//
43 class CGOpenMPRuntime { class in namespace:clang::CodeGen
139 explicit CGOpenMPRuntime(CodeGenModule &CGM);
140 ~CGOpenMPRuntime() {}
H A DCGOpenMPRuntime.cpp1 //===----- CGOpenMPRuntime.cpp - Interface to OpenMP Runtimes -------------===//
14 #include "CGOpenMPRuntime.h"
27 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM) function in class:CGOpenMPRuntime
40 CGOpenMPRuntime::GetOrCreateDefaultOpenMPLocation(OpenMPLocationFlags Flags) {
70 llvm::Value *CGOpenMPRuntime::EmitOpenMPUpdateLocation(
122 llvm::Value *CGOpenMPRuntime::GetOpenMPGlobalThreadNum(CodeGenFunction &CGF,
142 void CGOpenMPRuntime::FunctionFinished(CodeGenFunction &CGF) {
150 llvm::Type *CGOpenMPRuntime::getIdentTyPointerTy() {
154 llvm::Type *CGOpenMPRuntime
[all...]
H A DAndroid.mk44 CGOpenMPRuntime.cpp \
H A DCGStmtOpenMP.cpp14 #include "CGOpenMPRuntime.h"
47 CGOpenMPRuntime::OMPRTL__kmpc_fork_call);
H A DCodeGenModule.h85 class CGOpenMPRuntime;
296 CGOpenMPRuntime* OpenMPRuntime;
507 CGOpenMPRuntime &getOpenMPRuntime() {
H A DCodeGenModule.cpp21 #include "CGOpenMPRuntime.h"
186 OpenMPRuntime = new CGOpenMPRuntime(*this);

Completed in 510 milliseconds