class LifetimeSDNode
Declaration
class LifetimeSDNode : public SDNode { /* full declaration omitted */ };
Description
This SDNode is used for LIFETIME_START/LIFETIME_END values, which indicate the offet and size that are started/ended in the underlying FrameIndex.
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1786
Inherits from: SDNode
Member Variables
- private int64_t Size
- private int64_t Offset
Inherited from SDNode:
Method Overview
- private LifetimeSDNode(unsigned int Opcode, unsigned int Order, const llvm::DebugLoc & dl, llvm::SDVTList VTs, int64_t Size, int64_t Offset)
- public static bool classof(const llvm::SDNode * N)
- public int64_t getFrameIndex() const
- public int64_t getOffset() const
- public int64_t getSize() const
- public bool hasOffset() const
Inherited from SDNode:
- protected DropOperands
- public Profile
- public addUse
- public areOnlyUsersOf
- public dump
- public dump
- public dumpr
- public dumpr
- public dumprFull
- public dumprWithDepth
- public getConstantOperandAPInt
- public getConstantOperandVal
- public getDebugLoc
- public getFlags
- public getGluedNode
- public getGluedUser
- public getHasDebugValue
- public getIROrder
- public getIndexedModeName
- public getMachineOpcode
- public getMaxNumOperands
- public getNodeId
- public getNumOperands
- public getNumValues
- public getOpcode
- public getOperand
- public getOperationName
- protected getSDVTList
- public getSimpleValueType
- public getVTList
- public getValueSizeInBits
- public getValueType
- public hasAnyUseOfValue
- public hasNUsesOfValue
- public hasOneUse
- public hasPredecessor
- public hasPredecessorHelper
- public intersectFlagsWith
- public isDivergent
- public isMachineOpcode
- public isMemIntrinsic
- public isOnlyUserOf
- public isOperandOf
- public isPredecessorOf
- public isStrictFPOpcode
- public isTargetMemoryOpcode
- public isTargetOpcode
- public isTargetStrictFPOpcode
- public isUndef
- public isVPOpcode
- public op_begin
- public op_end
- public op_values
- public ops
- public print
- public print_details
- public print_types
- public printr
- public printrFull
- public printrWithDepth
- public setDebugLoc
- public setFlags
- public setHasDebugValue
- public setIROrder
- public setNodeId
- public use_begin
- public use_empty
- public use_end
- public use_size
- public uses
- public uses
- public value_begin
- public value_end
- public values
Inherited from FoldingSetBase::Node:
Methods
¶LifetimeSDNode(unsigned int Opcode,
unsigned int Order,
const llvm::DebugLoc& dl,
llvm::SDVTList VTs,
int64_t Size,
int64_t Offset)
LifetimeSDNode(unsigned int Opcode,
unsigned int Order,
const llvm::DebugLoc& dl,
llvm::SDVTList VTs,
int64_t Size,
int64_t Offset)
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1791
Parameters
- unsigned int Opcode
- unsigned int Order
- const llvm::DebugLoc& dl
- llvm::SDVTList VTs
- int64_t Size
- int64_t Offset
¶static bool classof(const llvm::SDNode* N)
static bool classof(const llvm::SDNode* N)
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1810
Parameters
- const llvm::SDNode* N
¶int64_t getFrameIndex() const
int64_t getFrameIndex() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1795
¶int64_t getOffset() const
int64_t getOffset() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1800
¶int64_t getSize() const
int64_t getSize() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1804
¶bool hasOffset() const
bool hasOffset() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1799