LLVM 18.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 15705 of file ARMISelLowering.cpp.
unsigned BaseUpdateTarget::AddrOpIdx |
Definition at line 15709 of file ARMISelLowering.cpp.
bool BaseUpdateTarget::isIntrinsic |
Definition at line 15707 of file ARMISelLowering.cpp.
bool BaseUpdateTarget::isStore |
Definition at line 15708 of file ARMISelLowering.cpp.
SDNode* BaseUpdateTarget::N |
Definition at line 15706 of file ARMISelLowering.cpp.