LLVM API Documentation

Public Types | Public Member Functions | Public Attributes
llvm::HexagonSubtarget Class Reference

#include <HexagonSubtarget.h>

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

List of all members.

Public Types

enum  HexagonArchEnum {
  V1, V2, V3, V4,
  V5
}

Public Member Functions

 HexagonSubtarget (StringRef TT, StringRef CPU, StringRef FS, const TargetMachine &TM)
const InstrItineraryDatagetInstrItineraryData () const override
const HexagonInstrInfogetInstrInfo () const override
const HexagonRegisterInfogetRegisterInfo () const override
const HexagonTargetLoweringgetTargetLowering () const override
const HexagonFrameLoweringgetFrameLowering () const override
const HexagonSelectionDAGInfogetSelectionDAGInfo () const override
const DataLayoutgetDataLayout () const override
HexagonSubtargetinitializeSubtargetDependencies (StringRef CPU, StringRef FS)
void ParseSubtargetFeatures (StringRef CPU, StringRef FS)
bool hasV2TOps () const
bool hasV2TOpsOnly () const
bool hasV3TOps () const
bool hasV3TOpsOnly () const
bool hasV4TOps () const
bool hasV4TOpsOnly () const
bool useMemOps () const
bool hasV5TOps () const
bool hasV5TOpsOnly () const
bool modeIEEERndNear () const
bool isSubtargetV2 () const
const std::string & getCPUString () const
unsigned getSmallDataThreshold () const
const HexagonArchEnumgetHexagonArchVersion () const

Public Attributes

HexagonArchEnum HexagonArchVersion

Detailed Description

Definition at line 34 of file HexagonSubtarget.h.


Member Enumeration Documentation

Enumerator:
V1 
V2 
V3 
V4 
V5 

Definition at line 41 of file HexagonSubtarget.h.


Constructor & Destructor Documentation

Definition at line 74 of file HexagonSubtarget.cpp.

References DisableMemOps, EnableIEEERndNear, and EnableMemOps.


Member Function Documentation

const std::string& llvm::HexagonSubtarget::getCPUString ( ) const [inline]

Definition at line 98 of file HexagonSubtarget.h.

Definition at line 77 of file HexagonSubtarget.h.

Definition at line 71 of file HexagonSubtarget.h.

Definition at line 64 of file HexagonSubtarget.h.

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

getInstrItins - Return the instruction itineraries based on subtarget selection.

Definition at line 61 of file HexagonSubtarget.h.

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

Definition at line 65 of file HexagonSubtarget.h.

References llvm::HexagonInstrInfo::getRegisterInfo().

Definition at line 74 of file HexagonSubtarget.h.

Definition at line 101 of file HexagonSubtarget.h.

References Hexagon_SMALL_DATA_THRESHOLD.

Definition at line 68 of file HexagonSubtarget.h.

Definition at line 86 of file HexagonSubtarget.h.

References HexagonArchVersion, and V2.

Definition at line 87 of file HexagonSubtarget.h.

References HexagonArchVersion, and V2.

Definition at line 88 of file HexagonSubtarget.h.

References HexagonArchVersion, and V3.

Definition at line 89 of file HexagonSubtarget.h.

References HexagonArchVersion, and V3.

Definition at line 91 of file HexagonSubtarget.h.

References HexagonArchVersion, and V4.

Definition at line 93 of file HexagonSubtarget.h.

References HexagonArchVersion, and V5.

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

Definition at line 94 of file HexagonSubtarget.h.

References HexagonArchVersion, and V5.

Definition at line 97 of file HexagonSubtarget.h.

References HexagonArchVersion, and V2.

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

Definition at line 95 of file HexagonSubtarget.h.

ParseSubtargetFeatures - Parses features string setting specified subtarget options. Definition of function is auto generated by tblgen.

Referenced by initializeSubtargetDependencies().

Definition at line 92 of file HexagonSubtarget.h.

References HexagonArchVersion, and V4.


Member Data Documentation


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