#include "MipsISelDAGToDAG.h"
#include "MCTargetDesc/MipsBaseInfo.h"
#include "Mips.h"
#include "Mips16ISelDAGToDAG.h"
#include "MipsMachineFunction.h"
#include "MipsRegisterInfo.h"
#include "MipsSEISelDAGToDAG.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/SelectionDAG.h"
#include "llvm/CodeGen/SelectionDAGNodes.h"
#include "llvm/CodeGen/StackProtector.h"
#include "llvm/IR/CFG.h"
#include "llvm/IR/GlobalValue.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Type.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/KnownBits.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
usingnamespacellvm;
#define DEBUG_TYPE …
#define PASS_NAME …
void MipsDAGToDAGISelLegacy::getAnalysisUsage(AnalysisUsage &AU) const { … }
bool MipsDAGToDAGISel::runOnMachineFunction(MachineFunction &MF) { … }
SDNode *MipsDAGToDAGISel::getGlobalBaseReg() { … }
bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base,
SDValue &Offset) const { … }
bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base,
SDValue &Offset) const { … }
bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base,
SDValue &Offset) const { … }
bool MipsDAGToDAGISel::selectIntAddr11MM(SDValue Addr, SDValue &Base,
SDValue &Offset) const { … }
bool MipsDAGToDAGISel::selectIntAddr12MM(SDValue Addr, SDValue &Base,
SDValue &Offset) const { … }
bool MipsDAGToDAGISel::selectIntAddr16MM(SDValue Addr, SDValue &Base,
SDValue &Offset) const { … }
bool MipsDAGToDAGISel::selectIntAddrLSL2MM(SDValue Addr, SDValue &Base,
SDValue &Offset) const { … }
bool MipsDAGToDAGISel::selectIntAddrSImm10(SDValue Addr, SDValue &Base,
SDValue &Offset) const { … }
bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl1(SDValue Addr, SDValue &Base,
SDValue &Offset) const { … }
bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl2(SDValue Addr, SDValue &Base,
SDValue &Offset) const { … }
bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl3(SDValue Addr, SDValue &Base,
SDValue &Offset) const { … }
bool MipsDAGToDAGISel::selectAddr16(SDValue Addr, SDValue &Base,
SDValue &Offset) { … }
bool MipsDAGToDAGISel::selectAddr16SP(SDValue Addr, SDValue &Base,
SDValue &Offset) { … }
bool MipsDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm,
unsigned MinSizeInBits) const { … }
bool MipsDAGToDAGISel::selectVSplatUimm1(SDValue N, SDValue &Imm) const { … }
bool MipsDAGToDAGISel::selectVSplatUimm2(SDValue N, SDValue &Imm) const { … }
bool MipsDAGToDAGISel::selectVSplatUimm3(SDValue N, SDValue &Imm) const { … }
bool MipsDAGToDAGISel::selectVSplatUimm4(SDValue N, SDValue &Imm) const { … }
bool MipsDAGToDAGISel::selectVSplatUimm5(SDValue N, SDValue &Imm) const { … }
bool MipsDAGToDAGISel::selectVSplatUimm6(SDValue N, SDValue &Imm) const { … }
bool MipsDAGToDAGISel::selectVSplatUimm8(SDValue N, SDValue &Imm) const { … }
bool MipsDAGToDAGISel::selectVSplatSimm5(SDValue N, SDValue &Imm) const { … }
bool MipsDAGToDAGISel::selectVSplatUimmPow2(SDValue N, SDValue &Imm) const { … }
bool MipsDAGToDAGISel::selectVSplatUimmInvPow2(SDValue N, SDValue &Imm) const { … }
bool MipsDAGToDAGISel::selectVSplatMaskL(SDValue N, SDValue &Imm) const { … }
bool MipsDAGToDAGISel::selectVSplatMaskR(SDValue N, SDValue &Imm) const { … }
bool MipsDAGToDAGISel::selectVecAddAsVecSubIfProfitable(SDNode *Node) { … }
void MipsDAGToDAGISel::Select(SDNode *Node) { … }
bool MipsDAGToDAGISel::SelectInlineAsmMemoryOperand(
const SDValue &Op, InlineAsm::ConstraintCode ConstraintID,
std::vector<SDValue> &OutOps) { … }
bool MipsDAGToDAGISel::isUnneededShiftMask(SDNode *N,
unsigned ShAmtBits) const { … }
char MipsDAGToDAGISelLegacy::ID = …;
MipsDAGToDAGISelLegacy::MipsDAGToDAGISelLegacy(
std::unique_ptr<SelectionDAGISel> S)
: … { … }
INITIALIZE_PASS(…)