Lines Matching refs:PPCFunctionInfo
22 void PPCFunctionInfo::anchor() {} in anchor()
23 PPCFunctionInfo::PPCFunctionInfo(const MachineFunction &MF) in PPCFunctionInfo() function in PPCFunctionInfo
26 MCSymbol *PPCFunctionInfo::getPICOffsetSymbol(MachineFunction &MF) const { in getPICOffsetSymbol()
33 MCSymbol *PPCFunctionInfo::getGlobalEPSymbol(MachineFunction &MF) const { in getGlobalEPSymbol()
40 MCSymbol *PPCFunctionInfo::getLocalEPSymbol(MachineFunction &MF) const { in getLocalEPSymbol()
47 MCSymbol *PPCFunctionInfo::getTOCOffsetSymbol(MachineFunction &MF) const { in getTOCOffsetSymbol()
54 bool PPCFunctionInfo::isLiveInSExt(Register VReg) const { in isLiveInSExt()
61 bool PPCFunctionInfo::isLiveInZExt(Register VReg) const { in isLiveInZExt()
68 void PPCFunctionInfo::appendParameterType(ParamType Type) { in appendParameterType()
89 uint32_t PPCFunctionInfo::getVecExtParmsType() const { in getVecExtParmsType()
135 uint32_t PPCFunctionInfo::getParmsType() const { in getParmsType()