LLVM  8.0.1
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, Untyped }
 
enum  VecType { Scalar = 1, V2 = 2, V4 = 4 }
 

Enumeration Type Documentation

◆ AddressSpace

Enumerator
GENERIC 
GLOBAL 
CONSTANT 
SHARED 
PARAM 
LOCAL 

Definition at line 99 of file NVPTX.h.

◆ FromType

Enumerator
Unsigned 
Signed 
Float 
Untyped 

Definition at line 107 of file NVPTX.h.

◆ VecType

Enumerator
Scalar 
V2 
V4 

Definition at line 113 of file NVPTX.h.