Searched refs:getOpenMPRuntime (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp480 : CGM.getOpenMPRuntime().translateParameter(FD, Arg));
514 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt],
655 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(WrapperCGF, Loc, F, CallArgs);
805 (void)CGM.getOpenMPRuntime().registerTargetFirstprivateCopy(*this,
891 CGM.getOpenMPRuntime().emitLastprivateConditionalInit(
1060 CGM.getOpenMPRuntime().emitLastprivateConditionalInit(*this,
1102 CGM.getOpenMPRuntime().emitBarrierCall(*this, D.getBeginLoc(),
1153 CGM.getOpenMPRuntime().emitLastprivateConditionalFinalUpdate(
1281 llvm::Value *ReductionDesc = CGM.getOpenMPRuntime().emitTaskReductionInit(
1415 CGM.getOpenMPRuntime()
[all...]
H A DCGOpenMPRuntime.cpp618 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD);
638 std::string Name = CGF.CGM.getOpenMPRuntime().getName({"init"});
1116 std::string Name = CGM.getOpenMPRuntime().getName(
1266 llvm::OpenMPIRBuilder &OMPBuilder = CGM.getOpenMPRuntime().getOMPBuilder();
2042 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime();
2057 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime();
2305 CGM.getOpenMPRuntime().getName({"omp", "copyprivate", "copy_func"});
3194 CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())
3478 std::string Name = CGM.getOpenMPRuntime().getName({"omp_task_entry", ""});
3554 CGM.getOpenMPRuntime()
[all...]
H A DCGDeclCXX.cpp210 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition(
481 getOpenMPRuntime().emitDeclareTargetVarDefinition(D, Addr, PerformInit))
H A DCGDecl.cpp1409 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D)
2433 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D)
2540 getOpenMPRuntime().emitUserDefinedReduction(CGF, D);
2548 getOpenMPRuntime().emitUserDefinedMapper(D, CGF);
2552 getOpenMPRuntime().processRequiresDirective(D);
H A DCGOpenMPRuntimeNVPTX.cpp1192 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime());
1199 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime());
2100 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime());
2118 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime())
2878 *(static_cast<CGOpenMPRuntimeNVPTX *>(&CGM.getOpenMPRuntime()));
3324 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown,
3375 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown,
3632 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(
3863 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(
4067 CGM.getOpenMPRuntime()
[all...]
H A DCGExpr.cpp1042 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this,
2406 CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, Addr, Loc);
2420 !CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory()))
2424 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) &&
2427 Address Addr = CGF.CGM.getOpenMPRuntime().getAddrOfDeclareTargetVar(VD);
2694 CGM.getOpenMPRuntime().isNontemporalDecl(VD))
2708 CGM.getOpenMPRuntime().isNontemporalDecl(VD))
4089 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) ||
4885 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this,
H A DCodeGenFunction.cpp83 CGM.getOpenMPRuntime().functionFinished(*this);
91 CGM.getOpenMPRuntime().getOMPBuilder().finalize();
1049 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl);
H A DCodeGenModule.cpp1941 getOpenMPRuntime().emitDeclareSimdFunction(FD, F);
2153 getOpenMPRuntime().emitDeferredTargetDecls();
2613 getOpenMPRuntime().hasRequiresUnifiedSharedMemory();
2622 (void)getOpenMPRuntime().getAddrOfDeclareTargetVar(VD);
3483 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry);
3554 getOpenMPRuntime().registerTargetGlobalVariable(D, GV);
5837 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition(
H A DCodeGenModule.h594 CGOpenMPRuntime &getOpenMPRuntime() { function in class:clang::CodeGen::CodeGenModule
H A DCGExprComplex.cpp1147 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this,
H A DCGStmt.cpp1130 !CGM.getOpenMPRuntime()
H A DCGExprScalar.cpp2410 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(
3093 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(CGF,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h353 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp250 switch (TC.getDriver().getOpenMPRuntime(Args)) {
H A DCommonArgs.cpp577 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args);
H A DMSVC.cpp453 switch (TC.getDriver().getOpenMPRuntime(Args)) {
H A DClang.cpp5200 switch (D.getOpenMPRuntime(Args)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp609 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { function in class:Driver
704 OpenMPRuntimeKind OpenMPKind = getOpenMPRuntime(C.getInputArgs());

Completed in 214 milliseconds