LLVM 19.0.0git
Public Attributes | List of all members
BaseUpdateTarget Struct Reference

Load/store instruction that can be merged with a base address update. More...

Public Attributes

SDNodeN
 
bool isIntrinsic
 
bool isStore
 
unsigned AddrOpIdx
 

Detailed Description

Load/store instruction that can be merged with a base address update.

Definition at line 15752 of file ARMISelLowering.cpp.

Member Data Documentation

◆ AddrOpIdx

unsigned BaseUpdateTarget::AddrOpIdx

Definition at line 15756 of file ARMISelLowering.cpp.

◆ isIntrinsic

bool BaseUpdateTarget::isIntrinsic

Definition at line 15754 of file ARMISelLowering.cpp.

◆ isStore

bool BaseUpdateTarget::isStore

Definition at line 15755 of file ARMISelLowering.cpp.

◆ N

SDNode* BaseUpdateTarget::N

Definition at line 15753 of file ARMISelLowering.cpp.


The documentation for this struct was generated from the following file: