Lines Matching refs:PPCFunctionInfo
22 void PPCFunctionInfo::anchor() {} in anchor()
23 PPCFunctionInfo::PPCFunctionInfo(const MachineFunction &MF) in PPCFunctionInfo() function in PPCFunctionInfo
27 PPCFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone()
30 return DestMF.cloneInfo<PPCFunctionInfo>(*this); in clone()
33 MCSymbol *PPCFunctionInfo::getPICOffsetSymbol(MachineFunction &MF) const { in getPICOffsetSymbol()
40 MCSymbol *PPCFunctionInfo::getGlobalEPSymbol(MachineFunction &MF) const { in getGlobalEPSymbol()
47 MCSymbol *PPCFunctionInfo::getLocalEPSymbol(MachineFunction &MF) const { in getLocalEPSymbol()
54 MCSymbol *PPCFunctionInfo::getTOCOffsetSymbol(MachineFunction &MF) const { in getTOCOffsetSymbol()
61 bool PPCFunctionInfo::isLiveInSExt(Register VReg) const { in isLiveInSExt()
68 bool PPCFunctionInfo::isLiveInZExt(Register VReg) const { in isLiveInZExt()
75 void PPCFunctionInfo::appendParameterType(ParamType Type) { in appendParameterType()
96 uint32_t PPCFunctionInfo::getVecExtParmsType() const { in getVecExtParmsType()
142 uint32_t PPCFunctionInfo::getParmsType() const { in getParmsType()