Searched defs:PPCRegisterInfo (Results 1 - 2 of 2) sorted by relevance

/external/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"
64 PPCRegisterInfo::requiresRegisterScavenging(const MachineFunction &) const {
69 PPCRegisterInfo::PPCRegisterInfo(const PPCSubtarget &ST, function in class:PPCRegisterInfo
93 PPCRegisterInfo::trackLivenessAfterRegAlloc(const MachineFunction &MF) const {
101 PPCRegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
109 PPCRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
118 PPCRegisterInfo::getCallPreservedMask(CallingConv::ID CC) const {
126 BitVector PPCRegisterInfo
[all...]

Completed in 2285 milliseconds