LLVM  8.0.1
Enumerations
llvm::AArch64Layout Namespace Reference

Enumerations

enum  VectorLayout {
  Invalid = -1, VL_8B, VL_4H, VL_2S,
  VL_1D, VL_16B, VL_8H, VL_4S,
  VL_2D, VL_B, VL_H, VL_S,
  VL_D
}
 

Enumeration Type Documentation

◆ VectorLayout

Enumerator
Invalid 
VL_8B 
VL_4H 
VL_2S 
VL_1D 
VL_16B 
VL_8H 
VL_4S 
VL_2D 
VL_B 
VL_H 
VL_S 
VL_D 

Definition at line 421 of file AArch64BaseInfo.h.