class VPLoadSDNode

Declaration

class VPLoadSDNode : public VPBaseLoadStoreSDNode { /* full declaration omitted */ };

Description

This class is used to represent a VP_LOAD node

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2462

Inherits from: VPBaseLoadStoreSDNode

Member Variables

Inherited from MemSDNode:

protected MMO

Inherited from SDNode:

protected
public PersistentId

Method Overview

  • public VPLoadSDNode(unsigned int Order, const llvm::DebugLoc & dl, llvm::SDVTList VTs, ISD::MemIndexedMode AM, ISD::LoadExtType ETy, bool isExpanding, llvm::EVT MemVT, llvm::MachineMemOperand * MMO)
  • public static bool classof(const llvm::SDNode * N)
  • public const llvm::SDValue & getBasePtr() const
  • public ISD::LoadExtType getExtensionType() const
  • public const llvm::SDValue & getMask() const
  • public const llvm::SDValue & getOffset() const
  • public const llvm::SDValue & getVectorLength() const
  • public bool isExpandingLoad() const

Inherited from VPBaseLoadStoreSDNode:

Inherited from MemSDNode:

Inherited from SDNode:

Inherited from FoldingSetBase::Node:

Methods

VPLoadSDNode(unsigned int Order,
             const llvm::DebugLoc& dl,
             llvm::SDVTList VTs,
             ISD::MemIndexedMode AM,
             ISD::LoadExtType ETy,
             bool isExpanding,
             llvm::EVT MemVT,
             llvm::MachineMemOperand* MMO)

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2466

Parameters

unsigned int Order
const llvm::DebugLoc& dl
llvm::SDVTList VTs
ISD::MemIndexedMode AM
ISD::LoadExtType ETy
bool isExpanding
llvm::EVT MemVT
llvm::MachineMemOperand* MMO

static bool classof(const llvm::SDNode* N)

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2483

Parameters

const llvm::SDNode* N

const llvm::SDValue& getBasePtr() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2478

ISD::LoadExtType getExtensionType() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2474

const llvm::SDValue& getMask() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2480

const llvm::SDValue& getOffset() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2479

const llvm::SDValue& getVectorLength() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2481

bool isExpandingLoad() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2486