Home
last modified time | relevance | path

Searched refs:getOpenMPRuntime (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1184 CGM.getOpenMPRuntime().emitReduction( in EmitOMPReductionClauseFinal()
1781 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPOuterLoop()
1885 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPForOuterLoop()
1995 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPDistributeOuterLoop()
2240 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPWorksharingLoop()
2292 CGM.getOpenMPRuntime().emitBarrierCall( in EmitOMPWorksharingLoop()
2716 CGM.getOpenMPRuntime().emitBarrierCall( in EmitOMPSingleDirective()
3266 CGM.getOpenMPRuntime().emitFlush( in EmitOMPFlushDirective()
3294 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPDistributeLoop()
3342 CGM.getOpenMPRuntime().emitBarrierCall( in EmitOMPDistributeLoop()
[all …]
H A DCGOpenMPRuntime.cpp769 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD); in emitInitWithReductionInitializer()
1270 std::string Name = CGM.getOpenMPRuntime().getName( in emitCombinerOrInitializer()
2848 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall()
2862 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall()
5194 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitTaskCall()
5682 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitReduction()
5786 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitReduction()
5844 std::string Name = CGM.getOpenMPRuntime().getName( in generateUniqueName()
5989 CGM.getOpenMPRuntime().emitSingleReductionCombiner( in emitReduceCombFunction()
6289 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitCancelCall()
[all …]
H A DCGDeclCXX.cpp197 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit()
432 getOpenMPRuntime().emitDeclareTargetVarDefinition(D, Addr, PerformInit)) in EmitCXXGlobalVarDeclInitFunc()
H A DCGOpenMPRuntimeNVPTX.cpp1186 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDKernel()
1193 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDKernel()
2048 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime()); in emitTeamsOutlinedFunction()
2066 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime()) in emitTeamsOutlinedFunction()
2807 *(static_cast<CGOpenMPRuntimeNVPTX *>(&CGM.getOpenMPRuntime())); in createRuntimeShuffleFunction()
3236 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown, in emitInterWarpCopyFunction()
3285 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown, in emitInterWarpCopyFunction()
3537 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitShuffleAndReduceFunction()
4259 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime()) in emitFunctionProlog()
H A DCGDecl.cpp1367 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitAutoVarAlloca()
2313 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitParmDecl()
2421 getOpenMPRuntime().emitUserDefinedReduction(CGF, D); in EmitOMPDeclareReduction()
2425 getOpenMPRuntime().checkArchForUnifiedAddressing(*this, D); in EmitOMPRequiresDecl()
H A DCodeGenModule.cpp1605 getOpenMPRuntime().emitDeclareSimdFunction(FD, F); in SetFunctionAttributes()
1798 getOpenMPRuntime().emitDeferredTargetDecls(); in EmitDeferred()
2210 (void)getOpenMPRuntime().getAddrOfDeclareTargetLink(VD); in EmitGlobal()
3042 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry); in GetOrCreateLLVMGlobal()
3113 getOpenMPRuntime().registerTargetGlobalVariable(D, GV); in GetOrCreateLLVMGlobal()
5338 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl()
H A DCodeGenModule.h571 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
H A DCodeGenFunction.cpp106 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
1110 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
H A DCGExpr.cpp2282 Addr = CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, Addr, Loc); in EmitThreadPrivateVarDeclLValue()
2295 Address Addr = CGF.CGM.getOpenMPRuntime().getAddrOfDeclareTargetLink(VD); in emitDeclTargetLinkVarDeclLValue()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h333 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DMinGW.cpp226 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
H A DCommonArgs.cpp482 switch (TC.getDriver().getOpenMPRuntime(Args)) { in addOpenMPRuntime()
H A DMSVC.cpp427 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
H A DClang.cpp4437 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp550 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime() function in Driver
645 OpenMPRuntimeKind OpenMPKind = getOpenMPRuntime(C.getInputArgs()); in CreateOffloadingDeviceToolChains()