|
LLVM 22.0.0git
|
#include "MipsInstrInfo.h"#include "MCTargetDesc/MipsBaseInfo.h"#include "MCTargetDesc/MipsMCTargetDesc.h"#include "Mips.h"#include "MipsSubtarget.h"#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/TargetOpcodes.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/IR/DebugInfoMetadata.h"#include "llvm/IR/DebugLoc.h"#include "llvm/MC/MCInstBuilder.h"#include "llvm/MC/MCInstrDesc.h"#include "llvm/Target/TargetMachine.h"#include <cassert>#include "MipsGenInstrInfo.inc"Go to the source code of this file.
Macros | |
| #define | GET_INSTRINFO_CTOR_DTOR |
Functions | |
| static bool | verifyInsExtInstruction (const MachineInstr &MI, StringRef &ErrInfo, const int64_t PosLow, const int64_t PosHigh, const int64_t SizeLow, const int64_t SizeHigh, const int64_t BothLow, const int64_t BothHigh) |
| #define GET_INSTRINFO_CTOR_DTOR |
Definition at line 36 of file MipsInstrInfo.cpp.
|
static |
Definition at line 852 of file MipsInstrInfo.cpp.
References llvm::MachineOperand::getImm(), llvm::MachineOperand::isImm(), MI, and Size.
Referenced by llvm::MipsInstrInfo::verifyInstruction().