LLVM 20.0.0git
|
Load/store instruction that can be merged with a base address update. More...
Public Attributes | |
SDNode * | N |
bool | isIntrinsic |
bool | isStore |
unsigned | AddrOpIdx |
Load/store instruction that can be merged with a base address update.
Definition at line 15827 of file ARMISelLowering.cpp.
unsigned BaseUpdateTarget::AddrOpIdx |
Definition at line 15831 of file ARMISelLowering.cpp.
bool BaseUpdateTarget::isIntrinsic |
Definition at line 15829 of file ARMISelLowering.cpp.
bool BaseUpdateTarget::isStore |
Definition at line 15830 of file ARMISelLowering.cpp.
SDNode* BaseUpdateTarget::N |
Definition at line 15828 of file ARMISelLowering.cpp.