LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations
llvm::NVPTX::PTXLdStInstCode Namespace Reference

Enumerations

enum  AddressSpace {
  GENERIC = 0, GLOBAL = 1, CONSTANT = 2, SHARED = 3,
  PARAM = 4, LOCAL = 5
}
 
enum  FromType { Unsigned = 0, Signed, Float }
 
enum  VecType { Scalar = 1, V2 = 2, V4 = 4 }
 

Enumeration Type Documentation

Enumerator
GENERIC 
GLOBAL 
CONSTANT 
SHARED 
PARAM 
LOCAL 

Definition at line 112 of file NVPTX.h.

Enumerator
Unsigned 
Signed 
Float 

Definition at line 120 of file NVPTX.h.

Enumerator
Scalar 
V2 
V4 

Definition at line 125 of file NVPTX.h.