Searched refs:getOpenMPRuntime (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1184 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 D | CGOpenMPRuntime.cpp | 769 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 D | CGDeclCXX.cpp | 197 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit() 432 getOpenMPRuntime().emitDeclareTargetVarDefinition(D, Addr, PerformInit)) in EmitCXXGlobalVarDeclInitFunc()
|
| H A D | CGOpenMPRuntimeNVPTX.cpp | 1186 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 D | CGDecl.cpp | 1367 ? 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 D | CodeGenModule.cpp | 1605 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 D | CodeGenModule.h | 571 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
|
| H A D | CodeGenFunction.cpp | 106 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction() 1110 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
|
| H A D | CGExpr.cpp | 2282 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 D | Driver.h | 333 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | MinGW.cpp | 226 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
|
| H A D | CommonArgs.cpp | 482 switch (TC.getDriver().getOpenMPRuntime(Args)) { in addOpenMPRuntime()
|
| H A D | MSVC.cpp | 427 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
|
| H A D | Clang.cpp | 4437 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Driver.cpp | 550 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime() function in Driver 645 OpenMPRuntimeKind OpenMPKind = getOpenMPRuntime(C.getInputArgs()); in CreateOffloadingDeviceToolChains()
|