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

12

/external/llvm/lib/Target/ARM/
H A DARMInstrInfo.h37 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
41 const ARMRegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::ARMInstrInfo
H A DThumb1InstrInfo.h36 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
40 const Thumb1RegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::Thumb1InstrInfo
H A DThumb2InstrInfo.h65 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
69 const Thumb2RegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::Thumb2InstrInfo
H A DARMTargetMachine.h77 virtual const ARMRegisterInfo *getRegisterInfo() const { function in class:llvm::ARMTargetMachine
78 return &InstrInfo.getRegisterInfo();
121 virtual const ARMBaseRegisterInfo *getRegisterInfo() const { function in class:llvm::ThumbTargetMachine
122 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.h53 virtual const TargetRegisterInfo *getRegisterInfo() const { function in class:llvm::XCoreTargetMachine
54 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.h69 virtual const SPURegisterInfo *getRegisterInfo() const { function in class:llvm::SPUTargetMachine
70 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.h50 virtual const TargetRegisterInfo *getRegisterInfo() const { function in class:llvm::PTXTargetMachine
51 return &InstrInfo.getRegisterInfo(); }
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h34 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
38 virtual const HexagonRegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::HexagonInstrInfo
H A DHexagonTargetMachine.h50 virtual const HexagonRegisterInfo *getRegisterInfo() const { function in class:llvm::HexagonTargetMachine
51 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.h53 virtual const TargetRegisterInfo *getRegisterInfo() const { function in class:llvm::MSP430TargetMachine
54 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.h46 virtual const SparcRegisterInfo *getRegisterInfo() const { function in class:llvm::SparcTargetMachine
47 return &InstrInfo.getRegisterInfo();
/external/llvm/lib/Target/MBlaze/
H A DMBlazeTargetMachine.h65 virtual const MBlazeRegisterInfo *getRegisterInfo() const function in class:llvm::MBlazeTargetMachine
66 { return &InstrInfo.getRegisterInfo(); }
H A DMBlazeInstrInfo.h175 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
179 virtual const MBlazeRegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::MBlazeInstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h58 virtual const MipsRegisterInfo *getRegisterInfo() const { function in class:llvm::MipsTargetMachine
59 return &InstrInfo.getRegisterInfo();
H A DMipsInstrInfo.cpp35 const MipsRegisterInfo &MipsInstrInfo::getRegisterInfo() const { function in class:MipsInstrInfo
/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.h57 virtual const PPCRegisterInfo *getRegisterInfo() const { function in class:llvm::PPCTargetMachine
58 return &InstrInfo.getRegisterInfo();
/external/llvm/lib/Target/X86/
H A DX86TargetMachine.h62 virtual const X86RegisterInfo *getRegisterInfo() const { function in class:llvm::X86TargetMachine
63 return &getInstrInfo()->getRegisterInfo();
H A DX86InstrInfo.h154 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
158 virtual const X86RegisterInfo &getRegisterInfo() const { return RI; } function in class:llvm::X86InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetMachine.h121 /// getRegisterInfo - If register information is available, return it. If
125 virtual const TargetRegisterInfo *getRegisterInfo() const { return 0; } function in class:llvm::TargetMachine

Completed in 271 milliseconds

12