class MaskedGatherScatterSDNode
Declaration
class MaskedGatherScatterSDNode : public MemSDNode { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2392
Inherits from: MemSDNode
Member Variables
Inherited from MemSDNode:
Inherited from SDNode:
Method Overview
- public MaskedGatherScatterSDNode(ISD::NodeType NodeTy, unsigned int Order, const llvm::DebugLoc & dl, llvm::SDVTList VTs, llvm::EVT MemVT, llvm::MachineMemOperand * MMO, ISD::MemIndexType IndexType)
- public static bool classof(const llvm::SDNode * N)
- public const llvm::SDValue & getBasePtr() const
- public const llvm::SDValue & getIndex() const
- public ISD::MemIndexType getIndexType() const
- public const llvm::SDValue & getMask() const
- public const llvm::SDValue & getScale() const
- public bool isIndexScaled() const
- public bool isIndexSigned() const
Inherited from MemSDNode:
- public classof
- public getAAInfo
- public getAddressSpace
- public getAlignment
- public getBasePtr
- public getChain
- public getMemOperand
- public getMemoryVT
- public getOrdering
- public getOriginalAlignment
- public getPointerInfo
- public getRanges
- public getRawSubclassData
- public getSrcValueOffset
- public getSyncScopeID
- public isAtomic
- public isDereferenceable
- public isInvariant
- public isNonTemporal
- public isSimple
- public isUnordered
- public isVolatile
- public readMem
- public refineAlignment
- public writeMem
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 isFast
- public isMachineOpcode
- public isMemIntrinsic
- public isOnlyUserOf
- public isOperandOf
- public isPredecessorOf
- public isStrictFPOpcode
- public isTargetMemoryOpcode
- public isTargetOpcode
- public isTargetStrictFPOpcode
- public isUndef
- 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
Inherited from FoldingSetBase::Node:
Methods
¶MaskedGatherScatterSDNode(
ISD::NodeType NodeTy,
unsigned int Order,
const llvm::DebugLoc& dl,
llvm::SDVTList VTs,
llvm::EVT MemVT,
llvm::MachineMemOperand* MMO,
ISD::MemIndexType IndexType)
MaskedGatherScatterSDNode(
ISD::NodeType NodeTy,
unsigned int Order,
const llvm::DebugLoc& dl,
llvm::SDVTList VTs,
llvm::EVT MemVT,
llvm::MachineMemOperand* MMO,
ISD::MemIndexType IndexType)
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2396
Parameters
- ISD::NodeType NodeTy
- unsigned int Order
- const llvm::DebugLoc& dl
- llvm::SDVTList VTs
- llvm::EVT MemVT
- llvm::MachineMemOperand* MMO
- ISD::MemIndexType IndexType
¶static bool classof(const llvm::SDNode* N)
static bool classof(const llvm::SDNode* N)
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2426
Parameters
- const llvm::SDNode* N
¶const llvm::SDValue& getBasePtr() const
const llvm::SDValue& getBasePtr() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2421
¶const llvm::SDValue& getIndex() const
const llvm::SDValue& getIndex() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2422
¶ISD::MemIndexType getIndexType() const
ISD::MemIndexType getIndexType() const
Description
How is Index applied to BasePtr when computing addresses.
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2405
¶const llvm::SDValue& getMask() const
const llvm::SDValue& getMask() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2423
¶const llvm::SDValue& getScale() const
const llvm::SDValue& getScale() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2424
¶bool isIndexScaled() const
bool isIndexScaled() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2408
¶bool isIndexSigned() const
bool isIndexSigned() const
Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2412