Searched defs:isShared (Results 1 – 4 of 4) sorted by relevance
99 bool DIASectionContrib::isShared() const { in isShared() function in DIASectionContrib
77 static void *allocDeviceMemory(sycl::queue *queue, size_t size, bool isShared) { in allocDeviceMemory()165 mgpuMemAlloc(uint64_t size, sycl::queue *queue, bool isShared) { in mgpuMemAlloc()
188 bool isShared() const { return symbolKind == SharedKind; } isShared() function
749 bool isShared = allocOp.getHostShared(); matchAndRewrite() local