Searched refs:X86_64ABIInfo (Results 1 – 1 of 1) sorted by relevance
1850 class X86_64ABIInfo : public SwiftABIInfo { class1971 X86_64ABIInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) : in X86_64ABIInfo() function in __anonbc557ed20211::X86_64ABIInfo2040 : TargetCodeGenInfo(new X86_64ABIInfo(CGT, AVXLevel)) {} in X86_64TargetCodeGenInfo()2042 const X86_64ABIInfo &getABIInfo() const { in getABIInfo()2043 return static_cast<const X86_64ABIInfo&>(TargetCodeGenInfo::getABIInfo()); in getABIInfo()2244 void X86_64ABIInfo::postMerge(unsigned AggregateSize, Class &Lo, in postMerge()2277 X86_64ABIInfo::Class X86_64ABIInfo::merge(Class Accum, Class Field) { in merge()2317 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, in classify()2653 ABIArgInfo X86_64ABIInfo::getIndirectReturnResult(QualType Ty) const { in getIndirectReturnResult()2668 bool X86_64ABIInfo::IsIllegalVectorType(QualType Ty) const { in IsIllegalVectorType()[all …]