|
LLVM
8.0.1
|
#include "Mips16InstrInfo.h"#include "llvm/ADT/BitVector.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/MachineMemOperand.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/RegisterScavenging.h"#include "llvm/CodeGen/TargetRegisterInfo.h"#include "llvm/IR/DebugLoc.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <cctype>#include <cstdint>#include <cstdlib>#include <cstring>#include <iterator>#include <vector>
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "mips16-instrinfo" |
Functions | |
| static void | addSaveRestoreRegs (MachineInstrBuilder &MIB, const std::vector< CalleeSavedInfo > &CSI, unsigned Flags=0) |
| #define DEBUG_TYPE "mips16-instrinfo" |
Definition at line 41 of file Mips16InstrInfo.cpp.
|
static |
Definition at line 189 of file Mips16InstrInfo.cpp.
References llvm::MachineInstrBuilder::addReg(), llvm_unreachable, RA, and Reg.
Referenced by llvm::Mips16InstrInfo::makeFrame(), and llvm::Mips16InstrInfo::restoreFrame().
1.8.13