LLVM 22.0.0git
LoongArchISelDAGToDAG.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "loongarch-isel"
#define PASS_NAME   "LoongArch DAG->DAG Pattern Instruction Selection"

Functions

 INITIALIZE_PASS (LoongArchDAGToDAGISelLegacy, DEBUG_TYPE, PASS_NAME, false, false) void LoongArchDAGToDAGISel

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "loongarch-isel"

Definition at line 22 of file LoongArchISelDAGToDAG.cpp.

◆ PASS_NAME

#define PASS_NAME   "LoongArch DAG->DAG Pattern Instruction Selection"

Definition at line 23 of file LoongArchISelDAGToDAG.cpp.

Function Documentation

◆ INITIALIZE_PASS()