LLVM 18.0.0git
|
Namespaces | |
namespace | PTXCmpMode |
PTXCmpMode - Comparison mode enumeration. | |
namespace | PTXCvtMode |
PTXCvtMode - Conversion code enumeration. | |
namespace | PTXLdStInstCode |
namespace | PTXPrmtMode |
Enumerations | |
enum | DrvInterface { NVCL , CUDA } |
enum | VecInstType { VecInstTypeShift = 0 , VecInstTypeMask = 0xF , VecNOP = 0 , VecLoad = 1 , VecStore = 2 , VecBuild = 3 , VecShuffle = 4 , VecExtract = 5 , VecInsert = 6 , VecDest = 7 , VecOther = 15 } |
enum | SimpleMove { SimpleMoveMask = 0x10 , SimpleMoveShift = 4 } |
enum | LoadStore { isLoadMask = 0x20 , isLoadShift = 5 , isStoreMask = 0x40 , isStoreShift = 6 } |