Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DABIInfo.h116 getNaturalAlignIndirectInReg(QualType Ty, bool Realign = false) const;
H A DTargetInfo.cpp94 ABIInfo::getNaturalAlignIndirectInReg(QualType Ty, bool Realign) const { in getNaturalAlignIndirectInReg() function in ABIInfo
1513 return getNaturalAlignIndirectInReg(RetTy); in getIndirectReturnResult()
1679 return getNaturalAlignIndirectInReg(Ty); in getIndirectResult()
8980 return getNaturalAlignIndirectInReg(Ty); in getIndirectResult()
9994 return HasFreeRegs ? getNaturalAlignIndirectInReg(Ty) : in getIndirectByRef()