LLVM 20.0.0git
|
#include "MipsSEInstrInfo.h"
#include "MCTargetDesc/MipsInstPrinter.h"
#include "MipsAnalyzeImmediate.h"
#include "MipsMachineFunction.h"
#include "MipsTargetMachine.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MathExtras.h"
Go to the source code of this file.
Functions | |
static unsigned | getUnconditionalBranch (const MipsSubtarget &STI) |
static bool | isORCopyInst (const MachineInstr &MI) |
|
static |
Definition at line 27 of file MipsSEInstrInfo.cpp.
References llvm::MipsSubtarget::inMicroMipsMode(), and llvm::MipsSubtarget::isPositionIndependent().
|
static |
Definition at line 186 of file MipsSEInstrInfo.cpp.
References MI.
Referenced by llvm::MipsSEInstrInfo::isCopyInstrImpl().