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

  /external/clang/lib/CodeGen/
CGOpenMPRuntimeNVPTX.h 18 #include "CGOpenMPRuntime.h"
26 class CGOpenMPRuntimeNVPTX : public CGOpenMPRuntime {
CGOpenMPRuntime.cpp 1 //===----- CGOpenMPRuntime.cpp - Interface to OpenMP Runtimes -------------===//
16 #include "CGOpenMPRuntime.h"
723 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM)
734 void CGOpenMPRuntime::clear() {
782 void CGOpenMPRuntime::emitUserDefinedReduction(
    [all...]
CGOpenMPRuntime.h 1 //===----- CGOpenMPRuntime.h - Interface to OpenMP Runtimes -----*- C++ -*-===//
108 class CGOpenMPRuntime {
496 explicit CGOpenMPRuntime(CodeGenModule &CGM);
497 virtual ~CGOpenMPRuntime() {}
    [all...]
CGOpenMPRuntimeNVPTX.cpp 348 : CGOpenMPRuntime(CGM), ActiveWorkers(nullptr), WorkID(nullptr) {
368 CGOpenMPRuntime::emitParallelOrTeamsOutlinedFunction(
CodeGenModule.h 90 class CGOpenMPRuntime;
290 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime;
523 CGOpenMPRuntime &getOpenMPRuntime() {
    [all...]
CodeGenModule.cpp 22 #include "CGOpenMPRuntime.h"
199 OpenMPRuntime.reset(new CGOpenMPRuntime(*this));
    [all...]

Completed in 906 milliseconds