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

  /src/external/apache2/llvm/lib/libclangCodeGen/
Makefile 40 CGOpenMPRuntime.cpp \
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
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...]
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) {}
CGOpenMPRuntimeGPU.cpp 630 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
644 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
828 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
846 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
859 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
872 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
896 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
1530 : CGOpenMPRuntime(CGM, "_", "$") {
1542 CGOpenMPRuntime::emitProcBindClause(CGF, ProcBind, Loc);
1552 CGOpenMPRuntime::emitNumThreadsClause(CGF, NumThreads, Loc)
    [all...]
CGStmtOpenMP.cpp 14 #include "CGOpenMPRuntime.h"
1771 CGOpenMPRuntime::LastprivateConditionalRAII::disable(*this, S);
2436 CGOpenMPRuntime::NontemporalDeclsRAII NontemporalsRegion(CGF.CGM, S);
2525 CGOpenMPRuntime::LastprivateConditionalRAII LPCRegion(
2570 CGOpenMPRuntime::LastprivateConditionalRAII::disable(*this, S);
2590 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime();
2705 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime();
2775 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal,
2780 CGOpenMPRuntime::StaticRTInput StaticInit(
2815 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime()
    [all...]
CGOpenMPRuntimeGPU.h 17 #include "CGOpenMPRuntime.h"
25 class CGOpenMPRuntimeGPU : public CGOpenMPRuntime {
CodeGenModule.h 94 class CGOpenMPRuntime;
330 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime;
616 CGOpenMPRuntime &getOpenMPRuntime() {
CGDecl.cpp 18 #include "CGOpenMPRuntime.h"
317 CGOpenMPRuntime::DisableAutoDeclareTargetRAII NoDeclTarget(*this);
CodeGenModule.cpp 21 #include "CGOpenMPRuntime.h"
258 OpenMPRuntime.reset(new CGOpenMPRuntime(*this));

Completed in 63 milliseconds