Lines Matching refs:PPC64_SVR4_ABIInfo
4878 class PPC64_SVR4_ABIInfo : public SwiftABIInfo { class
4891 PPC64_SVR4_ABIInfo(CodeGen::CodeGenTypes &CGT, ABIKind Kind, in PPC64_SVR4_ABIInfo() function in __anon57a50d410611::PPC64_SVR4_ABIInfo
4949 PPC64_SVR4_ABIInfo::ABIKind Kind, in PPC64_SVR4_TargetCodeGenInfo()
4952 std::make_unique<PPC64_SVR4_ABIInfo>(CGT, Kind, SoftFloatABI)) {} in PPC64_SVR4_TargetCodeGenInfo()
4981 PPC64_SVR4_ABIInfo::isPromotableTypeForABI(QualType Ty) const { in isPromotableTypeForABI()
5010 CharUnits PPC64_SVR4_ABIInfo::getParamTypeAlignment(QualType Ty) const { in getParamTypeAlignment()
5162 bool PPC64_SVR4_ABIInfo::isHomogeneousAggregateBaseType(QualType Ty) const { in isHomogeneousAggregateBaseType()
5183 bool PPC64_SVR4_ABIInfo::isHomogeneousAggregateSmallEnough( in isHomogeneousAggregateSmallEnough()
5198 PPC64_SVR4_ABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType()
5273 PPC64_SVR4_ABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
5332 Address PPC64_SVR4_ABIInfo::EmitVAArg(CodeGenFunction &CGF, Address VAListAddr, in EmitVAArg()
10918 PPC64_SVR4_ABIInfo::ABIKind Kind = PPC64_SVR4_ABIInfo::ELFv1; in getTargetCodeGenInfo()
10920 Kind = PPC64_SVR4_ABIInfo::ELFv2; in getTargetCodeGenInfo()
10929 PPC64_SVR4_ABIInfo::ABIKind Kind = PPC64_SVR4_ABIInfo::ELFv2; in getTargetCodeGenInfo()
10931 Kind = PPC64_SVR4_ABIInfo::ELFv1; in getTargetCodeGenInfo()