Lines Matching refs:X86_64ABIInfo
2179 class X86_64ABIInfo : public SwiftABIInfo { class
2320 X86_64ABIInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) : in X86_64ABIInfo() function in __anon57a50d410311::X86_64ABIInfo
2406 : TargetCodeGenInfo(std::make_unique<X86_64ABIInfo>(CGT, AVXLevel)) {} in X86_64TargetCodeGenInfo()
2408 const X86_64ABIInfo &getABIInfo() const { in getABIInfo()
2409 return static_cast<const X86_64ABIInfo&>(TargetCodeGenInfo::getABIInfo()); in getABIInfo()
2702 void X86_64ABIInfo::postMerge(unsigned AggregateSize, Class &Lo, in postMerge()
2735 X86_64ABIInfo::Class X86_64ABIInfo::merge(Class Accum, Class Field) { in merge()
2775 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, in classify()
3140 ABIArgInfo X86_64ABIInfo::getIndirectReturnResult(QualType Ty) const { in getIndirectReturnResult()
3158 bool X86_64ABIInfo::IsIllegalVectorType(QualType Ty) const { in IsIllegalVectorType()
3174 ABIArgInfo X86_64ABIInfo::getIndirectResult(QualType Ty, in getIndirectResult()
3237 llvm::Type *X86_64ABIInfo::GetByteVectorType(QualType Ty) const { in GetByteVectorType()
3387 llvm::Type *X86_64ABIInfo::
3423 llvm::Type *X86_64ABIInfo::
3530 ABIArgInfo X86_64ABIInfo::
3534 X86_64ABIInfo::Class Lo, Hi; in classifyReturnType()
3658 ABIArgInfo X86_64ABIInfo::classifyArgumentType( in classifyArgumentType()
3665 X86_64ABIInfo::Class Lo, Hi; in classifyArgumentType()
3788 X86_64ABIInfo::classifyRegCallStructTypeImpl(QualType Ty, unsigned &NeededInt, in classifyRegCallStructTypeImpl()
3835 ABIArgInfo X86_64ABIInfo::classifyRegCallStructType(QualType Ty, in classifyRegCallStructType()
3845 void X86_64ABIInfo::computeInfo(CGFunctionInfo &FI) const { in computeInfo()
3962 Address X86_64ABIInfo::EmitVAArg(CodeGenFunction &CGF, Address VAListAddr, in EmitVAArg()
4147 Address X86_64ABIInfo::EmitMSVAArg(CodeGenFunction &CGF, Address VAListAddr, in EmitMSVAArg()
4324 X86_64ABIInfo SysVABIInfo(CGT, AVXLevel); in computeInfo()