Searched refs:PPC64_SVR4_ABIInfo (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 3879 class PPC64_SVR4_ABIInfo : public ABIInfo { class 3920 PPC64_SVR4_ABIInfo(CodeGen::CodeGenTypes &CGT, ABIKind Kind, bool HasQPX) in PPC64_SVR4_ABIInfo() function in __anona890a3f30411::PPC64_SVR4_ABIInfo 3969 PPC64_SVR4_ABIInfo::ABIKind Kind, bool HasQPX) in PPC64_SVR4_TargetCodeGenInfo() 3970 : TargetCodeGenInfo(new PPC64_SVR4_ABIInfo(CGT, Kind, HasQPX)) {} in PPC64_SVR4_TargetCodeGenInfo() 3999 PPC64_SVR4_ABIInfo::isPromotableTypeForABI(QualType Ty) const { in isPromotableTypeForABI() 4024 CharUnits PPC64_SVR4_ABIInfo::getParamTypeAlignment(QualType Ty) const { in getParamTypeAlignment() 4182 bool PPC64_SVR4_ABIInfo::isHomogeneousAggregateBaseType(QualType Ty) const { in isHomogeneousAggregateBaseType() 4198 bool PPC64_SVR4_ABIInfo::isHomogeneousAggregateSmallEnough( in isHomogeneousAggregateSmallEnough() 4210 PPC64_SVR4_ABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType() 4281 PPC64_SVR4_ABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType() [all …]
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 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() [all …]
|