Searched refs:kAlternate (Results 1 – 3 of 3) sorted by relevance
1067 if (allocation.memory_space() == MemorySpace::kAlternate) { in AppendAllocationInfoDebugString()1448 aliased_allocation->memory_space() == MemorySpace::kAlternate) { in AllocateAllocationValues()1481 {start_time, end_time, MemorySpaceAssignment::MemorySpace::kAlternate}); in ViolatesOrdering()1502 CHECK(allocation.memory_space() == MemorySpace::kAlternate); in CreateOrAddToAliasedOffset()1585 AddAsyncCopy(*allocations.back(), MemorySpace::kAlternate, in AllocateCrossProgramPrefetchBuffer()1597 AddAsyncCopy(*allocations.front(), MemorySpace::kAlternate, in AllocateCrossProgramPrefetchBuffer()1614 if (allocation->memory_space() == MemorySpace::kAlternate) { in AllocateCrossProgramPrefetchBuffer()1678 if (aliased_allocation->memory_space() == MemorySpace::kAlternate) { in AddAliasedRequiredAssignment()1737 memory_space = MemorySpace::kAlternate; in AddInputAndOutputRequiredAssignments()1761 memory_space = MemorySpace::kAlternate; in AddInputAndOutputRequiredAssignments()[all …]
402 enum class MemorySpace { kDefault, kAlternate }; enumerator
4800 auto alternate_mem_space = MemorySpaceAssignment::MemorySpace::kAlternate; in TEST_F()