Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1801 bool hasRequiresUnifiedSharedMemory() const;
DCGExpr.cpp2465 !CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) in emitDeclTargetVarDeclLValue()
2469 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) && in emitDeclTargetVarDeclLValue()
DCGOpenMPRuntime.cpp3227 CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory()) in createOffloadEntriesAndInfoMetadata()
7601 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) { in generateInfoForComponentList()
7618 if (CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory() || in generateInfoForComponentList()
8390 if (CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory() || in generateAllInfo()
10603 bool CGOpenMPRuntime::hasRequiresUnifiedSharedMemory() const { in hasRequiresUnifiedSharedMemory() function in CGOpenMPRuntime
DCodeGenModule.cpp2788 getOpenMPRuntime().hasRequiresUnifiedSharedMemory(); in EmitGlobal()