SelectionDAG node properties used by generated SDNode descriptions.

Synopsis

Declared in <llvm/CodeGen/SDNodeInfo.h>

enum SDNP;

Members

Name

Description

SDNPHasChain

Node reads and writes a chain operand and result.

SDNPOutGlue

Node produces a glue result.

SDNPInGlue

Node requires a glue operand.

SDNPOptInGlue

Node optionally accepts a glue operand.

SDNPMemOperand

Node touches memory and has an associated memory operand.

SDNPVariadic

Node has a variable number of operands.

Created with MrDocs