Searched refs:X86_64ABIInfo (Results 1 – 1 of 1) sorted by relevance
1208 class X86_64ABIInfo : public ABIInfo { class1352 X86_64ABIInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) in X86_64ABIInfo() function in __anon8aa8892d0211::X86_64ABIInfo1418 : TargetCodeGenInfo(std::make_unique<X86_64ABIInfo>(CGT, AVXLevel)) { in X86_64TargetCodeGenInfo()1459 if (getABIInfo<X86_64ABIInfo>().isPassedUsingAVXType(it->Ty)) { in isNoProtoCallVariadic()1719 void X86_64ABIInfo::postMerge(unsigned AggregateSize, Class &Lo, in postMerge()1752 X86_64ABIInfo::Class X86_64ABIInfo::merge(Class Accum, Class Field) { in merge()1792 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, Class &Lo, in classify()2167 ABIArgInfo X86_64ABIInfo::getIndirectReturnResult(QualType Ty) const { in getIndirectReturnResult()2185 bool X86_64ABIInfo::IsIllegalVectorType(QualType Ty) const { in IsIllegalVectorType()2201 ABIArgInfo X86_64ABIInfo::getIndirectResult(QualType Ty, in getIndirectResult()[all …]