LLVM API Documentation
#include <AlphaSubtarget.h>
Inheritance diagram for llvm::AlphaSubtarget:
Public Member Functions | |
AlphaSubtarget (const Module &M, const std::string &FS) | |
void | ParseSubtargetFeatures (const std::string &FS, const std::string &CPU) |
bool | hasF2I () const |
bool | hasCT () const |
Protected Attributes | |
bool | HasF2I |
Used by the ISel to turn in optimizations for POWER4-derived architectures. | |
bool | HasCT |
InstrItineraryData | InstrItins |
Definition at line 25 of file AlphaSubtarget.h.
AlphaSubtarget::AlphaSubtarget | ( | const Module & | M, | |
const std::string & | FS | |||
) |
This constructor initializes the data members to match that of the specified module.
Definition at line 19 of file AlphaSubtarget.cpp.
References ParseSubtargetFeatures().
bool llvm::AlphaSubtarget::hasCT | ( | ) | const [inline] |
bool llvm::AlphaSubtarget::hasF2I | ( | ) | const [inline] |
void llvm::AlphaSubtarget::ParseSubtargetFeatures | ( | const std::string & | FS, | |
const std::string & | CPU | |||
) |
ParseSubtargetFeatures - Parses features string setting specified subtarget options. Definition of function is auto generated by tblgen.
Referenced by AlphaSubtarget().
bool llvm::AlphaSubtarget::HasCT [protected] |
bool llvm::AlphaSubtarget::HasF2I [protected] |
Used by the ISel to turn in optimizations for POWER4-derived architectures.
Definition at line 29 of file AlphaSubtarget.h.
Referenced by hasF2I().
InstrItineraryData llvm::AlphaSubtarget::InstrItins [protected] |
Definition at line 32 of file AlphaSubtarget.h.