LLVM 17.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 bool | isReadOrWriteToDSPReg (const MachineInstr &MI, bool &isWrite) |
If @MI is WRDSP/RRDSP instruction return true with @isWrite set to true if it is WRDSP instruction. | |
|
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().
|
static |
If @MI is WRDSP/RRDSP instruction return true with @isWrite set to true if it is WRDSP instruction.
Definition at line 205 of file MipsSEInstrInfo.cpp.
References MI.
Referenced by llvm::MipsSEInstrInfo::isCopyInstrImpl().