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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1 //===----- CGOpenMPRuntime.cpp - Interface to OpenMP Runtimes -------------===//
13 #include "CGOpenMPRuntime.h"
1062 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator, function in class:CGOpenMPRuntime
1073 void CGOpenMPRuntime::clear() {
1088 std::string CGOpenMPRuntime::getName(ArrayRef<StringRef> Parts) const {
1156 void CGOpenMPRuntime::emitUserDefinedReduction(
1183 CGOpenMPRuntime::getUserDefinedReduction(const OMPDeclareReductionDecl *D) {
1274 llvm::Function *CGOpenMPRuntime::emitParallelOutlinedFunction(
1282 llvm::Function *CGOpenMPRuntime
[all...]
H A DCGOpenMPRuntime.h1 //===----- CGOpenMPRuntime.h - Interface to OpenMP Runtimes -----*- C++ -*-===//
225 class CGOpenMPRuntime { class in namespace:clang::CodeGen
296 explicit CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator,
871 explicit CGOpenMPRuntime(CodeGenModule &CGM) function in class:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy
872 : CGOpenMPRuntime(CGM, ".", ".") {}
873 virtual ~CGOpenMPRuntime() {}
1847 class CGOpenMPSIMDRuntime final : public CGOpenMPRuntime {
1849 explicit CGOpenMPSIMDRuntime(CodeGenModule &CGM) : CGOpenMPRuntime(CGM) {}
H A DCGStmtOpenMP.cpp14 #include "CGOpenMPRuntime.h"
1738 CGOpenMPRuntime::LastprivateConditionalRAII::disable(*this, S);
2257 CGOpenMPRuntime::NontemporalDeclsRAII NontemporalsRegion(CGF.CGM, S);
2346 CGOpenMPRuntime::LastprivateConditionalRAII LPCRegion(
2391 CGOpenMPRuntime::LastprivateConditionalRAII::disable(*this, S);
2405 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime();
2518 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime();
2588 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal,
2593 CGOpenMPRuntime::StaticRTInput StaticInit(
2628 CGOpenMPRuntime
[all...]
H A DCGOpenMPRuntimeNVPTX.h17 #include "CGOpenMPRuntime.h"
24 class CGOpenMPRuntimeNVPTX : public CGOpenMPRuntime {
H A DCGOpenMPRuntimeNVPTX.cpp731 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
745 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
929 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
947 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
960 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
973 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
997 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
1947 : CGOpenMPRuntime(CGM, "_", "$") {
1959 CGOpenMPRuntime::emitProcBindClause(CGF, ProcBind, Loc);
1969 CGOpenMPRuntime
[all...]
H A DCodeGenModule.h94 class CGOpenMPRuntime;
326 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime;
594 CGOpenMPRuntime &getOpenMPRuntime() {
H A DCGDecl.cpp18 #include "CGOpenMPRuntime.h"
309 CGOpenMPRuntime::DisableAutoDeclareTargetRAII NoDeclTarget(*this);
H A DCodeGenModule.cpp21 #include "CGOpenMPRuntime.h"
222 OpenMPRuntime.reset(new CGOpenMPRuntime(*this));
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile261 SRCS_MIN+= CodeGen/CGOpenMPRuntime.cpp

Completed in 144 milliseconds