HomeSort by relevance Sort by last modified time
    Searched defs:PPCRegisterInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 1 //===-- PPCRegisterInfo.h - PowerPC Register Information Impl ---*- C++ -*-===//
58 class PPCRegisterInfo : public PPCGenRegisterInfo {
62 PPCRegisterInfo(const PPCTargetMachine &TM);
PPCRegisterInfo.cpp 1 //===-- PPCRegisterInfo.cpp - PowerPC Register Information ----------------===//
15 #include "PPCRegisterInfo.h"
60 PPCRegisterInfo::PPCRegisterInfo(const PPCTargetMachine &TM)
86 PPCRegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
102 PPCRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
132 PPCRegisterInfo::getCallPreservedMask(const MachineFunction &MF,
156 PPCRegisterInfo::getNoPreservedMask() const {
160 void PPCRegisterInfo::adjustStackMapLiveOutMask(uint32_t *Mask) const {
165 BitVector PPCRegisterInfo::getReservedRegs(const MachineFunction &MF) const
    [all...]

Completed in 42 milliseconds