LLVM API Documentation
#include <SelectionDAGNodes.h>


Public Member Functions | |
| const GlobalValue * | getGlobal () const |
| int64_t | getOffset () const |
| unsigned char | getTargetFlags () const |
| unsigned | getAddressSpace () const |
Static Public Member Functions | |
| static bool | classof (const SDNode *N) |
Friends | |
| class | SelectionDAG |
Definition at line 1222 of file SelectionDAGNodes.h.
Definition at line 1237 of file SelectionDAGNodes.h.
References llvm::SDNode::getOpcode(), llvm::ISD::GlobalAddress, llvm::ISD::GlobalTLSAddress, llvm::ISD::TargetGlobalAddress, and llvm::ISD::TargetGlobalTLSAddress.
| unsigned GlobalAddressSDNode::getAddressSpace | ( | ) | const |
Definition at line 6270 of file SelectionDAG.cpp.
References llvm::PointerType::getAddressSpace(), getGlobal(), and llvm::GlobalValue::getType().
Referenced by AddNodeIDCustom().
| const GlobalValue* llvm::GlobalAddressSDNode::getGlobal | ( | ) | const [inline] |
Definition at line 1231 of file SelectionDAGNodes.h.
Referenced by AddNodeIDCustom(), getAddressSpace(), GetTLSADDR(), llvm::TargetLowering::isGAPlusOffset(), isMemSrcFromString(), llvm::TargetLowering::isOffsetFoldingLegal(), llvm::X86TargetLowering::LowerAsmOperandForConstraint(), llvm::AArch64TargetLowering::LowerGlobalAddressELFLarge(), llvm::AArch64TargetLowering::LowerGlobalAddressELFSmall(), llvm::AArch64TargetLowering::LowerGlobalTLSAddress(), LowerToTLSExecModel(), and LowerToTLSLocalDynamicModel().
| int64_t llvm::GlobalAddressSDNode::getOffset | ( | ) | const [inline] |
Definition at line 1232 of file SelectionDAGNodes.h.
Referenced by AddNodeIDCustom(), GetTLSADDR(), llvm::TargetLowering::isGAPlusOffset(), llvm::X86TargetLowering::LowerAsmOperandForConstraint(), llvm::AArch64TargetLowering::LowerGlobalAddressELFLarge(), llvm::AArch64TargetLowering::LowerGlobalAddressELFSmall(), LowerToTLSExecModel(), and LowerToTLSLocalDynamicModel().
| unsigned char llvm::GlobalAddressSDNode::getTargetFlags | ( | ) | const [inline] |
Definition at line 1233 of file SelectionDAGNodes.h.
Referenced by AddNodeIDCustom().
friend class SelectionDAG [friend] |
Reimplemented from llvm::SDNode.
Definition at line 1226 of file SelectionDAGNodes.h.