LLVM 22.0.0git
CSKYISelDAGToDAG.cpp File Reference
#include "CSKY.h"
#include "CSKYSubtarget.h"
#include "CSKYTargetMachine.h"
#include "MCTargetDesc/CSKYMCTargetDesc.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/SelectionDAG.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
#include "CSKYGenDAGISel.inc"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "csky-isel"
#define PASS_NAME   "CSKY DAG->DAG Pattern Instruction Selection"

Functions

static SDValue InvertCarryFlag (const CSKYSubtarget *Subtarget, SelectionDAG *DAG, SDLoc Dl, SDValue OldCarry)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "csky-isel"

Definition at line 23 of file CSKYISelDAGToDAG.cpp.

◆ PASS_NAME

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

Definition at line 24 of file CSKYISelDAGToDAG.cpp.

Function Documentation

◆ InvertCarryFlag()