Lines Matching refs:X86_64ABIInfo
1382 class X86_64ABIInfo : public ABIInfo { class
1492 X86_64ABIInfo(CodeGen::CodeGenTypes &CGT, bool hasavx) : in X86_64ABIInfo() function in __anona890a3f30211::X86_64ABIInfo
1550 : TargetCodeGenInfo(new X86_64ABIInfo(CGT, HasAVX)), HasAVX(HasAVX) {} in X86_64TargetCodeGenInfo()
1552 const X86_64ABIInfo &getABIInfo() const { in getABIInfo()
1553 return static_cast<const X86_64ABIInfo&>(TargetCodeGenInfo::getABIInfo()); in getABIInfo()
1738 void X86_64ABIInfo::postMerge(unsigned AggregateSize, Class &Lo, in postMerge()
1771 X86_64ABIInfo::Class X86_64ABIInfo::merge(Class Accum, Class Field) { in merge()
1811 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, in classify()
2118 ABIArgInfo X86_64ABIInfo::getIndirectReturnResult(QualType Ty) const { in getIndirectReturnResult()
2133 bool X86_64ABIInfo::IsIllegalVectorType(QualType Ty) const { in IsIllegalVectorType()
2144 ABIArgInfo X86_64ABIInfo::getIndirectResult(QualType Ty, in getIndirectResult()
2206 llvm::Type *X86_64ABIInfo::GetByteVectorType(QualType Ty) const { in GetByteVectorType()
2334 llvm::Type *X86_64ABIInfo::
2369 llvm::Type *X86_64ABIInfo::
2474 ABIArgInfo X86_64ABIInfo::
2478 X86_64ABIInfo::Class Lo, Hi; in classifyReturnType()
2603 ABIArgInfo X86_64ABIInfo::classifyArgumentType( in classifyArgumentType()
2610 X86_64ABIInfo::Class Lo, Hi; in classifyArgumentType()
2732 void X86_64ABIInfo::computeInfo(CGFunctionInfo &FI) const { in computeInfo()
2823 llvm::Value *X86_64ABIInfo::EmitVAArg(llvm::Value *VAListAddr, QualType Ty, in EmitVAArg()