enum TargetLoweringBase::IndexedModeActionsBits
Description
The bits of IndexedModeActions used to store the legalisation actions We store the data as | ML | MS | L | S | each taking 4 bits.
Declared at: llvm/include/llvm/CodeGen/TargetLowering.h:2818
Enumerators
Name | Value | Comment |
---|---|---|
IMAB_Store | 0 | |
IMAB_Load | 4 | |
IMAB_MaskedStore | 8 | |
IMAB_MaskedLoad | 12 |