LLVM: llvm::ARCSubtarget Class Reference (original) (raw)

#include "[Target/ARC/ARCSubtarget.h](ARCSubtarget%5F8h%5Fsource.html)"

Public Member Functions
ARCSubtarget (const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM)
This constructor initializes the data members to match that of the specified triple.
~ARCSubtarget () override
void ParseSubtargetFeatures (StringRef CPU, StringRef TuneCPU, StringRef FS)
Parses features string setting specified subtarget options.
const ARCInstrInfo * getInstrInfo () const override
const ARCFrameLowering * getFrameLowering () const override
const ARCTargetLowering * getTargetLowering () const override
const ARCRegisterInfo * getRegisterInfo () const override
const SelectionDAGTargetInfo * getSelectionDAGInfo () const override
bool hasNorm () const

Definition at line 30 of file ARCSubtarget.h.

This constructor initializes the data members to match that of the specified triple.

Definition at line 28 of file ARCSubtarget.cpp.

~ARCSubtarget()

ARCSubtarget::~ARCSubtarget ( ) overridedefault

getFrameLowering()

getInstrInfo()

getRegisterInfo()

getSelectionDAGInfo()

getTargetLowering()

hasNorm()

bool llvm::ARCSubtarget::hasNorm ( ) const inline

ParseSubtargetFeatures()

Parses features string setting specified subtarget options.

Definition of function is auto generated by tblgen.


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