LLVM 19.0.0git
Functions
SelectionDAGAddressAnalysis.cpp File Reference
#include "llvm/CodeGen/SelectionDAGAddressAnalysis.h"
#include "llvm/Analysis/MemoryLocation.h"
#include "llvm/CodeGen/ISDOpcodes.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/SelectionDAG.h"
#include "llvm/CodeGen/SelectionDAGNodes.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/IR/GlobalAlias.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Debug.h"
#include <cstdint>

Go to the source code of this file.

Functions

static BaseIndexOffset matchLSNode (const LSBaseSDNode *N, const SelectionDAG &DAG)
 Parses tree in Ptr for base, index, offset addresses.
 

Function Documentation

◆ matchLSNode()

static BaseIndexOffset matchLSNode ( const LSBaseSDNode N,
const SelectionDAG DAG 
)
static