14 #ifndef LLVM_LIB_TARGET_MIPS_MIPSTARGETMACHINE_H
15 #define LLVM_LIB_TARGET_MIPS_MIPSTARGETMACHINE_H
26 class formatted_raw_ostream;
27 class MipsRegisterInfo;
31 std::unique_ptr<TargetLoweringObjectFile> TLOF;
52 return &DefaultSubtarget;
74 virtual void anchor();
85 virtual void anchor();
MipsTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle)
Analysis pass providing the TargetTransformInfo.
void resetSubtarget(MachineFunction *MF)
Reset the subtarget for the Mips target.
TargetPassConfig * createPassConfig(PassManagerBase &PM) override
Create a pass configuration object to be used by addPassToEmitX methods for generating a pipeline of ...
const MipsABIInfo & getABI() const
Target-Independent Code Generator Pass Configuration Options.
~MipsTargetMachine() override
This class describes a target machine that is implemented with the LLVM target-independent code gener...
This file provides a helper that implements much of the TTI interface in terms of the target-independ...
Triple - Helper class for working with autoconf configuration names.
MipsebTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL)
TargetLoweringObjectFile * getObjFileLowering() const override
MipsebTargetMachine - Mips32/64 big endian target machine.
TargetIRAnalysis getTargetIRAnalysis() override
Get a TargetIRAnalysis implementation for the target.
MipselTargetMachine - Mips32/64 little endian target machine.
StringMap - This is an unconventional map that is specialized for handling keys that are "strings"...
bool isLittleEndian() const
Target - Wrapper for Target specific information.
const MipsSubtarget * getSubtargetImpl() const
StringRef - Represent a constant reference to a string, i.e.
MipselTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL)