Searched defs:getRegisterInfo (Results 1 - 25 of 31) sorted by relevance

12

/external/llvm/lib/Target/ARM/
H A DARMInstrInfo.h35 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
39 const ARMRegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::ARMInstrInfo
H A DThumb1InstrInfo.h34 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
38 const Thumb1RegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::Thumb1InstrInfo
H A DThumb2InstrInfo.h63 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
67 const Thumb2RegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::Thumb2InstrInfo
H A DARMTargetMachine.h76 virtual const ARMRegisterInfo *getRegisterInfo() const { function in class:llvm::ARMTargetMachine
77 return &InstrInfo.getRegisterInfo();
117 virtual const ARMBaseRegisterInfo *getRegisterInfo() const { function in class:llvm::ThumbTargetMachine
118 return &InstrInfo->getRegisterInfo();
/external/llvm/lib/Target/Alpha/
H A DAlphaInstrInfo.h30 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
34 virtual const AlphaRegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::AlphaInstrInfo
H A DAlphaTargetMachine.h48 virtual const AlphaRegisterInfo *getRegisterInfo() const { function in class:llvm::AlphaTargetMachine
49 return &InstrInfo.getRegisterInfo();
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h30 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
34 virtual const TargetRegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::XCoreInstrInfo
H A DXCoreTargetMachine.h52 virtual const TargetRegisterInfo *getRegisterInfo() const { function in class:llvm::XCoreTargetMachine
53 return &InstrInfo.getRegisterInfo();
/external/llvm/lib/Target/Blackfin/
H A DBlackfinInstrInfo.h31 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
34 virtual const BlackfinRegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::BlackfinInstrInfo
H A DBlackfinTargetMachine.h49 virtual const BlackfinRegisterInfo *getRegisterInfo() const { function in class:llvm::BlackfinTargetMachine
50 return &InstrInfo.getRegisterInfo();
/external/llvm/lib/Target/CellSPU/
H A DSPUInstrInfo.h32 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
36 virtual const SPURegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::SPUInstrInfo
H A DSPUTargetMachine.h71 virtual const SPURegisterInfo *getRegisterInfo() const { function in class:llvm::SPUTargetMachine
72 return &InstrInfo.getRegisterInfo();
/external/llvm/lib/Target/PTX/
H A DPTXInstrInfo.h38 virtual const PTXRegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::PTXInstrInfo
H A DPTXTargetMachine.h49 virtual const TargetRegisterInfo *getRegisterInfo() const { function in class:llvm::PTXTargetMachine
50 return &InstrInfo.getRegisterInfo(); }
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h49 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
53 virtual const TargetRegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::MSP430InstrInfo
H A DMSP430TargetMachine.h52 virtual const TargetRegisterInfo *getRegisterInfo() const { function in class:llvm::MSP430TargetMachine
53 return &InstrInfo.getRegisterInfo();
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h43 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
47 virtual const SparcRegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::SparcInstrInfo
H A DSparcTargetMachine.h45 virtual const SparcRegisterInfo *getRegisterInfo() const { function in class:llvm::SparcTargetMachine
46 return &InstrInfo.getRegisterInfo();
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h59 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
63 virtual const SystemZRegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::SystemZInstrInfo
H A DSystemZTargetMachine.h51 virtual const SystemZRegisterInfo *getRegisterInfo() const { function in class:llvm::SystemZTargetMachine
52 return &InstrInfo.getRegisterInfo();
/external/llvm/lib/Target/MBlaze/
H A DMBlazeTargetMachine.h63 virtual const MBlazeRegisterInfo *getRegisterInfo() const function in class:llvm::MBlazeTargetMachine
64 { return &InstrInfo.getRegisterInfo(); }
/external/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h57 virtual const MipsRegisterInfo *getRegisterInfo() const { function in class:llvm::MipsTargetMachine
58 return &InstrInfo.getRegisterInfo();
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h82 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
86 virtual const PPCRegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::PPCInstrInfo
H A DPPCTargetMachine.h58 virtual const PPCRegisterInfo *getRegisterInfo() const { function in class:llvm::PPCTargetMachine
59 return &InstrInfo.getRegisterInfo();
/external/llvm/lib/Target/X86/
H A DX86TargetMachine.h61 virtual const X86RegisterInfo *getRegisterInfo() const { function in class:llvm::X86TargetMachine
62 return &getInstrInfo()->getRegisterInfo();

Completed in 889 milliseconds

12