LLVM API Documentation
#include <SkeletonInstrInfo.h>
Inheritance diagram for llvm::SkeletonInstrInfo:
Public Member Functions | |
SkeletonInstrInfo () | |
virtual const MRegisterInfo & | getRegisterInfo () const |
Definition at line 23 of file SkeletonInstrInfo.h.
|
Definition at line 19 of file SkeletonInstrInfo.cpp. |
|
getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As such, whenever a client has an instance of instruction info, it should always be able to get register info as well (through this method). Definition at line 32 of file SkeletonInstrInfo.h. Referenced by llvm::SkeletonTargetMachine::getRegisterInfo(). |