LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
llvm::HexagonTargetMachine Class Reference

#include <HexagonTargetMachine.h>

Inheritance diagram for llvm::HexagonTargetMachine:
Inheritance graph
[legend]
Collaboration diagram for llvm::HexagonTargetMachine:
Collaboration graph
[legend]

Public Member Functions

 HexagonTargetMachine (const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL)
 
virtual const HexagonInstrInfogetInstrInfo () const
 
virtual const HexagonSubtargetgetSubtargetImpl () const
 
virtual const HexagonRegisterInfogetRegisterInfo () const
 
virtual const InstrItineraryDatagetInstrItineraryData () const
 
virtual const
HexagonTargetLowering
getTargetLowering () const
 
virtual const
HexagonFrameLowering
getFrameLowering () const
 
virtual const
HexagonSelectionDAGInfo
getSelectionDAGInfo () const
 
virtual const DataLayoutgetDataLayout () const
 
virtual bool addPassesForOptimizations (PassManagerBase &PM)
 
virtual TargetPassConfigcreatePassConfig (PassManagerBase &PM)
 
- Public Member Functions inherited from llvm::LLVMTargetMachine
virtual void addAnalysisPasses (PassManagerBase &PM)
 Register analysis passes for this target with a pass manager. More...
 
virtual bool addPassesToEmitFile (PassManagerBase &PM, formatted_raw_ostream &Out, CodeGenFileType FileType, bool DisableVerify=true, AnalysisID StartAfter=0, AnalysisID StopAfter=0)
 
virtual bool addPassesToEmitMachineCode (PassManagerBase &PM, JITCodeEmitter &MCE, bool DisableVerify=true)
 
virtual bool addPassesToEmitMC (PassManagerBase &PM, MCContext *&Ctx, raw_ostream &OS, bool DisableVerify=true)
 
virtual bool addCodeEmitter (PassManagerBase &, JITCodeEmitter &)
 
- Public Member Functions inherited from llvm::TargetMachine
virtual ~TargetMachine ()
 
const TargetgetTarget () const
 
const StringRef getTargetTriple () const
 
const StringRef getTargetCPU () const
 
const StringRef getTargetFeatureString () const
 
void resetTargetOptions (const MachineFunction *MF) const
 Reset the target options based on the function's attributes. More...
 
const MCAsmInfogetMCAsmInfo () const
 
template<typename STC >
const STC & getSubtarget () const
 
virtual const TargetIntrinsicInfogetIntrinsicInfo () const
 
virtual TargetJITInfogetJITInfo ()
 
bool hasMCRelaxAll () const
 
void setMCRelaxAll (bool Value)
 
bool hasMCSaveTempLabels () const
 
void setMCSaveTempLabels (bool Value)
 
bool hasMCNoExecStack () const
 hasMCNoExecStack - Check whether an executable stack is not needed. More...
 
void setMCNoExecStack (bool Value)
 setMCNoExecStack - Set whether an executabel stack is not needed. More...
 
bool hasMCUseLoc () const
 hasMCUseLoc - Check whether we should use dwarf's .loc directive. More...
 
void setMCUseLoc (bool Value)
 setMCUseLoc - Set whether all we should use dwarf's .loc directive. More...
 
bool hasMCUseCFI () const
 hasMCUseCFI - Check whether we should use dwarf's .cfi_* directives. More...
 
void setMCUseCFI (bool Value)
 setMCUseCFI - Set whether all we should use dwarf's .cfi_* directives. More...
 
bool hasMCUseDwarfDirectory () const
 
void setMCUseDwarfDirectory (bool Value)
 
Reloc::Model getRelocationModel () const
 
CodeModel::Model getCodeModel () const
 
TLSModel::Model getTLSModel (const GlobalValue *GV) const
 
CodeGenOpt::Level getOptLevel () const
 
void setOptLevel (CodeGenOpt::Level Level) const
 Overrides the optimization level. More...
 
void setFastISel (bool Enable)
 
bool shouldPrintMachineCode () const
 

Static Public Member Functions

static unsigned getModuleMatchQuality (const Module &M)
 
- Static Public Member Functions inherited from llvm::TargetMachine
static bool getAsmVerbosityDefault ()
 
static void setAsmVerbosityDefault (bool)
 
static bool getDataSections ()
 
static bool getFunctionSections ()
 
static void setDataSections (bool)
 setDataSections - Set if the data are emit into separate sections. More...
 
static void setFunctionSections (bool)
 

Additional Inherited Members

- Public Types inherited from llvm::TargetMachine
enum  CodeGenFileType { CGFT_AssemblyFile, CGFT_ObjectFile, CGFT_Null }
 
- Public Attributes inherited from llvm::TargetMachine
TargetOptions Options
 
- Protected Member Functions inherited from llvm::LLVMTargetMachine
 LLVMTargetMachine (const Target &T, StringRef TargetTriple, StringRef CPU, StringRef FS, TargetOptions Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL)
 
void initAsmInfo ()
 
- Protected Member Functions inherited from llvm::TargetMachine
 TargetMachine (const Target &T, StringRef TargetTriple, StringRef CPU, StringRef FS, const TargetOptions &Options)
 
- Protected Attributes inherited from llvm::TargetMachine
const TargetTheTarget
 TheTarget - The Target that this machine was created for. More...
 
std::string TargetTriple
 
std::string TargetCPU
 
std::string TargetFS
 
MCCodeGenInfoCodeGenInfo
 
const MCAsmInfoAsmInfo
 
unsigned MCRelaxAll: 1
 
unsigned MCNoExecStack: 1
 
unsigned MCSaveTempLabels: 1
 
unsigned MCUseLoc: 1
 
unsigned MCUseCFI: 1
 
unsigned MCUseDwarfDirectory: 1
 

Detailed Description

Definition at line 29 of file HexagonTargetMachine.h.

Constructor & Destructor Documentation

HexagonTargetMachine::HexagonTargetMachine ( const Target T,
StringRef  TT,
StringRef  CPU,
StringRef  FS,
const TargetOptions Options,
Reloc::Model  RM,
CodeModel::Model  CM,
CodeGenOpt::Level  OL 
)

HexagonTargetMachine ctor - Create an ILP32 architecture model.Hexagon_TODO: Do I need an aggregate alignment?

Definition at line 67 of file HexagonTargetMachine.cpp.

References llvm::LLVMTargetMachine::initAsmInfo(), and llvm::TargetMachine::setMCUseCFI().

Member Function Documentation

bool HexagonTargetMachine::addPassesForOptimizations ( PassManagerBase &  PM)
virtual
TargetPassConfig * HexagonTargetMachine::createPassConfig ( PassManagerBase &  PM)
virtual

createPassConfig - Create a pass configuration object to be used by addPassToEmitX methods for generating a pipeline of CodeGen passes.

createPassConfig - Create a pass configuration object to be used by addPassToEmitX methods for generating a pipeline of CodeGen passes.

Targets may override this to extend TargetPassConfig.

Reimplemented from llvm::LLVMTargetMachine.

Definition at line 132 of file HexagonTargetMachine.cpp.

virtual const DataLayout* llvm::HexagonTargetMachine::getDataLayout ( ) const
inlinevirtual

Reimplemented from llvm::TargetMachine.

Definition at line 71 of file HexagonTargetMachine.h.

virtual const HexagonFrameLowering* llvm::HexagonTargetMachine::getFrameLowering ( ) const
inlinevirtual

Reimplemented from llvm::TargetMachine.

Definition at line 63 of file HexagonTargetMachine.h.

virtual const HexagonInstrInfo* llvm::HexagonTargetMachine::getInstrInfo ( ) const
inlinevirtual

Reimplemented from llvm::TargetMachine.

Definition at line 44 of file HexagonTargetMachine.h.

Referenced by llvm::HexagonMCInst::getUnits().

virtual const InstrItineraryData* llvm::HexagonTargetMachine::getInstrItineraryData ( ) const
inlinevirtual

getInstrItineraryData - Returns instruction itinerary data for the target or specific subtarget.

Reimplemented from llvm::TargetMachine.

Definition at line 54 of file HexagonTargetMachine.h.

Referenced by llvm::HexagonMCInst::getUnits().

static unsigned llvm::HexagonTargetMachine::getModuleMatchQuality ( const Module M)
static
virtual const HexagonRegisterInfo* llvm::HexagonTargetMachine::getRegisterInfo ( ) const
inlinevirtual

getRegisterInfo - If register information is available, return it. If not, return null. This is kept separate from RegInfo until RegInfo has details of graph coloring register allocation removed from it.

Reimplemented from llvm::TargetMachine.

Definition at line 50 of file HexagonTargetMachine.h.

References llvm::HexagonInstrInfo::getRegisterInfo().

Referenced by llvm::HexagonTargetLowering::HexagonTargetLowering(), llvm::HexagonTargetLowering::isFPImmLegal(), llvm::HexagonTargetLowering::LowerCall(), llvm::HexagonTargetLowering::LowerDYNAMIC_STACKALLOC(), llvm::HexagonTargetLowering::LowerFRAMEADDR(), llvm::HexagonTargetLowering::LowerINLINEASM(), and llvm::HexagonTargetLowering::LowerRETURNADDR().

virtual const HexagonSelectionDAGInfo* llvm::HexagonTargetMachine::getSelectionDAGInfo ( ) const
inlinevirtual

Reimplemented from llvm::TargetMachine.

Definition at line 67 of file HexagonTargetMachine.h.

virtual const HexagonSubtarget* llvm::HexagonTargetMachine::getSubtargetImpl ( ) const
inlinevirtual

getSubtargetImpl - virtual method implemented by subclasses that returns a reference to that target's TargetSubtargetInfo-derived member variable.

Reimplemented from llvm::TargetMachine.

Definition at line 47 of file HexagonTargetMachine.h.

Referenced by llvm::HexagonTargetLowering::HexagonTargetLowering().

virtual const HexagonTargetLowering* llvm::HexagonTargetMachine::getTargetLowering ( ) const
inlinevirtual

Reimplemented from llvm::TargetMachine.

Definition at line 59 of file HexagonTargetMachine.h.


The documentation for this class was generated from the following files: