LLVM 22.0.0git
VESelectionDAGInfo.cpp File Reference
#include "VESelectionDAGInfo.h"
#include "VEGenSDNodeInfo.inc"

Go to the source code of this file.

Macros

#define GET_SDNODE_DESC
#define TARGET_NODE_CASE(NAME)

Macro Definition Documentation

◆ GET_SDNODE_DESC

#define GET_SDNODE_DESC

Definition at line 11 of file VESelectionDAGInfo.cpp.

◆ TARGET_NODE_CASE

#define TARGET_NODE_CASE ( NAME)
Value:
case VEISD::NAME: \
return "VEISD::" #NAME;

Referenced by llvm::VESelectionDAGInfo::getTargetNodeName().