Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1831 bool hasRequiresUnifiedSharedMemory() const;
H A DCGOpenMPRuntime.cpp3231 CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory()) in createOffloadEntriesAndInfoMetadata()
7787 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) { in generateInfoForComponentList()
7804 if (CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory() || in generateInfoForComponentList()
8587 if (CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory() || in generateAllInfoForClauses()
10892 bool CGOpenMPRuntime::hasRequiresUnifiedSharedMemory() const { in hasRequiresUnifiedSharedMemory() function in CGOpenMPRuntime
H A DCGExpr.cpp2546 !CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) in emitDeclTargetVarDeclLValue()
2550 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) && in emitDeclTargetVarDeclLValue()
H A DCodeGenModule.cpp3227 getOpenMPRuntime().hasRequiresUnifiedSharedMemory(); in EmitGlobal()