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 15781 of file ARMISelLowering.cpp.
unsigned BaseUpdateTarget::AddrOpIdx |
Definition at line 15785 of file ARMISelLowering.cpp.
bool BaseUpdateTarget::isIntrinsic |
Definition at line 15783 of file ARMISelLowering.cpp.
bool BaseUpdateTarget::isStore |
Definition at line 15784 of file ARMISelLowering.cpp.
SDNode* BaseUpdateTarget::N |
Definition at line 15782 of file ARMISelLowering.cpp.