class MaskedLoadSDNode

Declaration

class MaskedLoadSDNode : public MaskedLoadStoreSDNode { /* full declaration omitted */ };

Description

This class is used to represent an MLOAD node

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

Inherits from: MaskedLoadStoreSDNode

Member Variables

Inherited from MemSDNode:

protected MMO

Inherited from SDNode:

protected
public PersistentId

Method Overview

  • public MaskedLoadSDNode(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 & getPassThru() const
  • public bool isExpandingLoad() const

Inherited from MaskedLoadStoreSDNode:

Inherited from MemSDNode:

Inherited from SDNode:

Inherited from FoldingSetBase::Node:

Methods

MaskedLoadSDNode(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:2638

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:2655

Parameters

const llvm::SDNode* N

const llvm::SDValue& getBasePtr() const

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

ISD::LoadExtType getExtensionType() const

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

const llvm::SDValue& getMask() const

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

const llvm::SDValue& getOffset() const

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

const llvm::SDValue& getPassThru() const

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

bool isExpandingLoad() const

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