Home
last modified time | relevance | path

Searched refs:SystemZABIInfo (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DTargetInfo.cpp5788 class SystemZABIInfo : public SwiftABIInfo { class
5792 SystemZABIInfo(CodeGenTypes &CGT, bool HV) in SystemZABIInfo() function in __anoncb30615c0811::SystemZABIInfo
5824 : TargetCodeGenInfo(new SystemZABIInfo(CGT, HasVector)) {} in SystemZTargetCodeGenInfo()
5829 bool SystemZABIInfo::isPromotableIntegerType(QualType Ty) const { in isPromotableIntegerType()
5850 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType()
5856 bool SystemZABIInfo::isVectorArgumentType(QualType Ty) const { in isVectorArgumentType()
5862 bool SystemZABIInfo::isFPArgumentType(QualType Ty) const { in isFPArgumentType()
5875 QualType SystemZABIInfo::GetSingleElementType(QualType Ty) const { in GetSingleElementType()
5919 Address SystemZABIInfo::EmitVAArg(CodeGenFunction &CGF, Address VAListAddr, in EmitVAArg()
6077 ABIArgInfo SystemZABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
[all …]