Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp23 class SystemZABIInfo : public ABIInfo { class
28 SystemZABIInfo(CodeGenTypes &CGT, bool HV, bool SF) in SystemZABIInfo() function in __anona9fb9b860111::SystemZABIInfo
62 std::make_unique<SystemZABIInfo>(CGT, HasVector, SoftFloatABI)), in SystemZTargetCodeGenInfo()
145 bool SystemZABIInfo::isPromotableIntegerTypeForABI(QualType Ty) const { in isPromotableIntegerTypeForABI()
170 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType()
176 bool SystemZABIInfo::isVectorArgumentType(QualType Ty) const { in isVectorArgumentType()
182 bool SystemZABIInfo::isFPArgumentType(QualType Ty) const { in isFPArgumentType()
198 QualType SystemZABIInfo::GetSingleElementType(QualType Ty) const { in GetSingleElementType()
246 RValue SystemZABIInfo::EmitVAArg(CodeGenFunction &CGF, Address VAListAddr, in EmitVAArg()
403 ABIArgInfo SystemZABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
[all …]