SelectionDAG node properties used by generated SDNode descriptions.
Synopsis
Declared in <llvm/CodeGen/SDNodeInfo.h>
enum SDNP;
Members
Name |
Description |
|
Node reads and writes a chain operand and result. |
|
Node produces a glue result. |
|
Node requires a glue operand. |
|
Node optionally accepts a glue operand. |
|
Node touches memory and has an associated memory operand. |
|
Node has a variable number of operands. |
Created with MrDocs