LLVM 22.0.0git
HexagonSelectionDAGInfo.cpp File Reference
#include "HexagonSelectionDAGInfo.h"
#include "HexagonTargetMachine.h"
#include "llvm/CodeGen/SelectionDAG.h"
#include "HexagonGenSDNodeInfo.inc"

Go to the source code of this file.

Macros

#define GET_SDNODE_DESC
#define DEBUG_TYPE   "hexagon-selectiondag-info"
#define CASE(NAME)

Macro Definition Documentation

◆ CASE

#define CASE ( NAME)
Value:
case HexagonISD::NAME: \
return "HexagonISD::" #NAME

◆ DEBUG_TYPE

#define DEBUG_TYPE   "hexagon-selectiondag-info"

Definition at line 22 of file HexagonSelectionDAGInfo.cpp.

◆ GET_SDNODE_DESC

#define GET_SDNODE_DESC

Definition at line 17 of file HexagonSelectionDAGInfo.cpp.