HomeSort by relevance Sort by last modified time
    Searched defs:CGOpenMPRuntime (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h 1 //===----- CGOpenMPRuntime.h - Interface to OpenMP Runtimes -----*- C++ -*-===//
43 class CGOpenMPRuntime {
139 explicit CGOpenMPRuntime(CodeGenModule &CGM);
140 ~CGOpenMPRuntime() {}
CGOpenMPRuntime.cpp 1 //===----- CGOpenMPRuntime.cpp - Interface to OpenMP Runtimes -------------===//
14 #include "CGOpenMPRuntime.h"
27 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM)
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::getKmpc_MicroPointerTy()
    [all...]

Completed in 60 milliseconds