LLVM 20.0.0git
NVPTXAddrSpace.h
Go to the documentation of this file.
1//===---------------- NVPTXAddrSpace.h -------------------------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8//
9/// \file
10/// NVPTX address space definition
11///
12//
13//===----------------------------------------------------------------------===//
14
15#ifndef LLVM_SUPPORT_NVPTXADDRSPACE_H
16#define LLVM_SUPPORT_NVPTXADDRSPACE_H
17
18namespace llvm {
19namespace NVPTXAS {
20enum AddressSpace : unsigned {
26
28};
29} // end namespace NVPTXAS
30
31} // end namespace llvm
32
33#endif // LLVM_SUPPORT_NVPTXADDRSPACE_H
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18