Searched refs:PPCRegisterInfo (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/lib/clang/libllvmpowerpccodegen/
H A DMakefile20 PPCRegisterInfo.cpp \
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h1 //===-- PPCRegisterInfo.h - PowerPC Register Information Impl ---*- C++ -*-===//
29 class PPCRegisterInfo : public PPCGenRegisterInfo { class in namespace:llvm
34 PPCRegisterInfo(const PPCSubtarget &SubTarget, const TargetInstrInfo &tii);
H A DPPCRegisterInfo.cpp1 //===-- PPCRegisterInfo.cpp - PowerPC Register Information ----------------===//
16 #include "PPCRegisterInfo.h"
51 PPCRegisterInfo::PPCRegisterInfo(const PPCSubtarget &ST, function in class:PPCRegisterInfo
77 PPCRegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
93 PPCRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
102 PPCRegisterInfo::getCallPreservedMask(CallingConv::ID CC) const {
111 PPCRegisterInfo::getNoPreservedMask() const {
124 BitVector PPCRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
173 PPCRegisterInfo
[all...]
H A DPPCInstrInfo.h18 #include "PPCRegisterInfo.h"
69 const PPCRegisterInfo RI;
88 virtual const PPCRegisterInfo &getRegisterInfo() const { return RI; }
H A DPPCTargetMachine.h57 virtual const PPCRegisterInfo *getRegisterInfo() const {
H A DPPCISelLowering.h20 #include "PPCRegisterInfo.h"
89 /// This instruction is lowered in PPCRegisterInfo::eliminateFrameIndex to
330 const PPCRegisterInfo *PPCRegInfo;

Completed in 112 milliseconds