Home
last modified time | relevance | path

Searched refs:hasRequiresUnifiedSharedMemory (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1809 bool hasRequiresUnifiedSharedMemory() const;
H A DCGExpr.cpp2461 !CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) in emitDeclTargetVarDeclLValue()
2465 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) && in emitDeclTargetVarDeclLValue()
H A DCGOpenMPRuntime.cpp3272 CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory()) in createOffloadEntriesAndInfoMetadata()
7661 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) { in generateInfoForComponentList()
7678 if (CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory() || in generateInfoForComponentList()
8459 if (CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory() || in generateAllInfoForClauses()
10773 bool CGOpenMPRuntime::hasRequiresUnifiedSharedMemory() const { in hasRequiresUnifiedSharedMemory() function in CGOpenMPRuntime
H A DCodeGenModule.cpp2923 getOpenMPRuntime().hasRequiresUnifiedSharedMemory(); in EmitGlobal()