HomeSort by: relevance | last modified time | path
    Searched defs:CGOpenMPRuntime (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 1 //===----- CGOpenMPRuntime.h - Interface to OpenMP Runtimes -----*- C++ -*-===//
225 class CGOpenMPRuntime {
312 explicit CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator,
894 explicit CGOpenMPRuntime(CodeGenModule &CGM)
895 : CGOpenMPRuntime(CGM, ".", ".") {}
896 virtual ~CGOpenMPRuntime() {}
1908 class CGOpenMPSIMDRuntime final : public CGOpenMPRuntime {
1910 explicit CGOpenMPSIMDRuntime(CodeGenModule &CGM) : CGOpenMPRuntime(CGM) {}
CGOpenMPRuntime.cpp 1 //===----- CGOpenMPRuntime.cpp - Interface to OpenMP Runtimes -------------===//
13 #include "CGOpenMPRuntime.h"
1075 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator,
1086 void CGOpenMPRuntime::clear() {
1101 std::string CGOpenMPRuntime::getName(ArrayRef<StringRef> Parts) const {
1169 void CGOpenMPRuntime::emitUserDefinedReduction(
1196 CGOpenMPRuntime::getUserDefinedReduction(const OMPDeclareReductionDecl *D) {
1286 llvm::Function *CGOpenMPRuntime::emitParallelOutlinedFunction(
1294 llvm::Function *CGOpenMPRuntime::emitTeamsOutlinedFunction
    [all...]

Completed in 21 milliseconds