|
LLVM 22.0.0git
|
#include "MCTargetDesc/MipsABIInfo.h"#include "MCTargetDesc/MipsBaseInfo.h"#include "MCTargetDesc/MipsMCTargetDesc.h"#include "Mips.h"#include "MipsSelectionDAGInfo.h"#include "llvm/CodeGen/CallingConvLower.h"#include "llvm/CodeGen/ISDOpcodes.h"#include "llvm/CodeGen/MachineMemOperand.h"#include "llvm/CodeGen/SelectionDAG.h"#include "llvm/CodeGen/SelectionDAGNodes.h"#include "llvm/CodeGen/TargetLowering.h"#include "llvm/CodeGen/ValueTypes.h"#include "llvm/CodeGenTypes/MachineValueType.h"#include "llvm/IR/CallingConv.h"#include "llvm/IR/InlineAsm.h"#include "llvm/IR/Type.h"#include "llvm/Target/TargetMachine.h"#include <algorithm>#include <deque>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | llvm::MipsTargetLowering |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::Mips |
Functions | |
| const MipsTargetLowering * | llvm::createMips16TargetLowering (const MipsTargetMachine &TM, const MipsSubtarget &STI) |
| Create MipsTargetLowering objects. | |
| const MipsTargetLowering * | llvm::createMipsSETargetLowering (const MipsTargetMachine &TM, const MipsSubtarget &STI) |
| FastISel * | llvm::Mips::createFastISel (FunctionLoweringInfo &funcInfo, const TargetLibraryInfo *libInfo) |