Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h129 bool hasRequiresUnifiedSharedMemory() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1579 bool hasRequiresUnifiedSharedMemory() const;
H A DCGOpenMPRuntime.cpp1041 hasRequiresUnifiedSharedMemory(), /*HasRequiresDynamicAllocators*/ false); in CGOpenMPRuntime()
7052 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) { in generateInfoForComponentList()
7069 if (CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory() || in generateInfoForComponentList()
7940 if (CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory() || in generateAllInfoForClauses()
10065 bool CGOpenMPRuntime::hasRequiresUnifiedSharedMemory() const { in hasRequiresUnifiedSharedMemory() function in CGOpenMPRuntime
H A DCGExpr.cpp2771 !CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) in emitDeclTargetVarDeclLValue()
2776 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) && in emitDeclTargetVarDeclLValue()
H A DCGOpenMPRuntimeGPU.cpp891 hasRequiresUnifiedSharedMemory(), /*HasRequiresDynamicAllocators*/ false); in CGOpenMPRuntimeGPU()
H A DCodeGenModule.cpp3792 getOpenMPRuntime().hasRequiresUnifiedSharedMemory(); in EmitGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp446 bool OpenMPIRBuilderConfig::hasRequiresUnifiedSharedMemory() const { in hasRequiresUnifiedSharedMemory() function in OpenMPIRBuilderConfig
6544 if (Config.isTargetDevice() && Config.hasRequiresUnifiedSharedMemory()) in createOffloadEntriesAndInfoMetadata()
6680 Config.hasRequiresUnifiedSharedMemory())) { in getAddrOfDeclareTargetVar()
6740 !Config.hasRequiresUnifiedSharedMemory()) { in registerTargetGlobalVariable()