LLVM 19.0.0git
Macros | Functions
LoongArchISelDAGToDAG.cpp File Reference
#include "LoongArchISelDAGToDAG.h"
#include "LoongArchISelLowering.h"
#include "MCTargetDesc/LoongArchMCTargetDesc.h"
#include "MCTargetDesc/LoongArchMatInt.h"
#include "llvm/Support/KnownBits.h"
#include "llvm/Support/raw_ostream.h"

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()

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