LLVM 19.0.0git
Macros | Functions
CSKYInstrInfo.cpp File Reference
#include "CSKYInstrInfo.h"
#include "CSKYConstantPoolValue.h"
#include "CSKYMachineFunctionInfo.h"
#include "CSKYTargetMachine.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/MC/MCContext.h"
#include "CSKYGenInstrInfo.inc"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "csky-instr-info"
 
#define GET_INSTRINFO_CTOR_DTOR
 

Functions

static void parseCondBranch (MachineInstr &LastInst, MachineBasicBlock *&Target, SmallVectorImpl< MachineOperand > &Cond)
 
static unsigned getOppositeBranchOpc (unsigned Opcode)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "csky-instr-info"

Definition at line 20 of file CSKYInstrInfo.cpp.

◆ GET_INSTRINFO_CTOR_DTOR

#define GET_INSTRINFO_CTOR_DTOR

Definition at line 24 of file CSKYInstrInfo.cpp.

Function Documentation

◆ getOppositeBranchOpc()

static unsigned getOppositeBranchOpc ( unsigned  Opcode)
static

◆ parseCondBranch()

static void parseCondBranch ( MachineInstr LastInst,
MachineBasicBlock *&  Target,
SmallVectorImpl< MachineOperand > &  Cond 
)
static