LLVM 22.0.0git
LoongArchInstrInfo.cpp File Reference

Go to the source code of this file.

Macros

#define GET_INSTRINFO_CTOR_DTOR

Functions

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

Macro Definition Documentation

◆ GET_INSTRINFO_CTOR_DTOR

#define GET_INSTRINFO_CTOR_DTOR

Definition at line 25 of file LoongArchInstrInfo.cpp.

Function Documentation

◆ getOppositeBranchOpc()

unsigned getOppositeBranchOpc ( unsigned Opc)
static

Definition at line 673 of file LoongArchInstrInfo.cpp.

References llvm_unreachable, and Opc.

◆ parseCondBranch()