Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1829 bool hasRequiresUnifiedSharedMemory() const;
H A DCGExpr.cpp2461 !CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) in emitDeclTargetVarDeclLValue()
2465 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) && in emitDeclTargetVarDeclLValue()
H A DCGOpenMPRuntime.cpp3277 CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory()) in createOffloadEntriesAndInfoMetadata()
7844 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) { in generateInfoForComponentList()
7861 if (CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory() || in generateInfoForComponentList()
8638 if (CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory() || in generateAllInfoForClauses()
10932 bool CGOpenMPRuntime::hasRequiresUnifiedSharedMemory() const { in hasRequiresUnifiedSharedMemory() function in CGOpenMPRuntime
H A DCodeGenModule.cpp2953 getOpenMPRuntime().hasRequiresUnifiedSharedMemory(); in EmitGlobal()