Home
last modified time | relevance | path

Searched defs:GenericDeviceTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project/offload/plugins-nextgen/common/include/
H A DPluginInterface.h607 struct GenericDeviceTy : public DeviceAllocatorTy { global() struct
615 getDeviceIdGenericDeviceTy getDeviceId() argument
659 callGlobalConstructorsGenericDeviceTy callGlobalConstructors() argument
666 callGlobalDestructorsGenericDeviceTy callGlobalDestructors() argument
677 supportVAManagementGenericDeviceTy supportVAManagement() argument
700 dataLockGenericDeviceTy dataLock() argument
705 dataUnlockGenericDeviceTy dataUnlock() argument
721 notifyDataMappedGenericDeviceTy notifyDataMapped() argument
728 notifyDataUnmappedGenericDeviceTy notifyDataUnmapped() argument
800 getWarpSizeGenericDeviceTy getWarpSize() argument
801 getThreadLimitGenericDeviceTy getThreadLimit() argument
802 getBlockLimitGenericDeviceTy getBlockLimit() argument
803 getDefaultNumThreadsGenericDeviceTy getDefaultNumThreads() argument
806 getDefaultNumBlocksGenericDeviceTy getDefaultNumBlocks() argument
809 getDynamicMemorySizeGenericDeviceTy getDynamicMemorySize() argument
810 getClockFrequencyGenericDeviceTy getClockFrequency() argument
813 getComputeUnitKindGenericDeviceTy getComputeUnitKind() argument
817 doJITPostProcessingGenericDeviceTy doJITPostProcessing() argument
825 getMinThreadsForLowTripCountLoopGenericDeviceTy getMinThreadsForLowTripCountLoop() argument
831 getReuseBlocksForHighTripCountGenericDeviceTy getReuseBlocksForHighTripCount() argument
838 getHardwareParallelismGenericDeviceTy getHardwareParallelism() argument
841 getRPCServerGenericDeviceTy getRPCServer() argument
851 requestedRPCPortCountGenericDeviceTy requestedRPCPortCount() argument
861 useAutoZeroCopyImplGenericDeviceTy useAutoZeroCopyImpl() argument
867 PluginGenericDeviceTy global() argument
880 shouldSetupDeviceEnvironmentGenericDeviceTy shouldSetupDeviceEnvironment() argument
884 shouldSetupDeviceMemoryPoolGenericDeviceTy shouldSetupDeviceMemoryPool() argument
888 shouldSetupRPCServerGenericDeviceTy shouldSetupRPCServer() argument
891 MemoryManagerGenericDeviceTy global() argument
894 OMP_TeamLimitGenericDeviceTy global() argument
895 OMP_NumTeamsGenericDeviceTy global() argument
896 OMP_TeamsThreadLimitGenericDeviceTy global() argument
899 OMPX_DebugKindGenericDeviceTy global() argument
900 OMPX_SharedMemorySizeGenericDeviceTy global() argument
901 OMPX_TargetStackSizeGenericDeviceTy global() argument
902 OMPX_TargetHeapSizeGenericDeviceTy global() argument
907 OMPX_MinThreadsForLowTripCountGenericDeviceTy global() argument
910 OMPX_ReuseBlocksForHighTripCountGenericDeviceTy global() argument
917 OMPX_InitialNumEventsGenericDeviceTy global() argument
921 LoadedImagesGenericDeviceTy global() argument
925 DeviceIdGenericDeviceTy global() argument
928 GridValuesGenericDeviceTy global() argument
935 PeerAccessStateGenericDeviceTy global() argument
941 PeerAccessesGenericDeviceTy global() argument
942 PeerAccessesLockGenericDeviceTy global() argument
945 PinnedAllocsGenericDeviceTy global() argument
949 RPCServerGenericDeviceTy global() argument
963 DeviceMemoryPoolTrackingGenericDeviceTy global() argument
[all...]
/llvm-project/offload/plugins-nextgen/common/src/
H A DPluginInterface.cpp712 GenericDeviceTy::GenericDeviceTy(GenericPluginTy &Plugin, int32_t DeviceId, GenericDeviceTy() function in GenericDeviceTy
[all...]