LLVM API Documentation
#include <SparcSubtarget.h>
Inheritance diagram for llvm::SparcSubtarget:
Public Member Functions | |
SparcSubtarget (const Module &M, const std::string &FS) | |
bool | isV9 () const |
bool | isVIS () const |
bool | useDeprecatedV8Instructions () const |
void | ParseSubtargetFeatures (const std::string &FS, const std::string &CPU) |
Definition at line 23 of file SparcSubtarget.h.
SparcSubtarget::SparcSubtarget | ( | const Module & | M, | |
const std::string & | FS | |||
) |
Definition at line 25 of file SparcSubtarget.cpp.
References EnableV9, and ParseSubtargetFeatures().
bool llvm::SparcSubtarget::isV9 | ( | ) | const [inline] |
Definition at line 30 of file SparcSubtarget.h.
Referenced by llvm::SparcRegisterInfo::copyRegToReg().
bool llvm::SparcSubtarget::isVIS | ( | ) | const [inline] |
Definition at line 31 of file SparcSubtarget.h.
bool llvm::SparcSubtarget::useDeprecatedV8Instructions | ( | ) | const [inline] |
Definition at line 32 of file SparcSubtarget.h.
void llvm::SparcSubtarget::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 SparcSubtarget().