Home
last modified time | relevance | path

Searched refs:Realign (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DABIInfo.h112 bool Realign = false,
116 getNaturalAlignIndirectInReg(QualType Ty, bool Realign = false) const;
H A DTargetInfo.cpp87 bool Realign, in getNaturalAlignIndirect() argument
90 Realign, Padding); in getNaturalAlignIndirect()
94 ABIInfo::getNaturalAlignIndirectInReg(QualType Ty, bool Realign) const { in getNaturalAlignIndirectInReg()
96 /*ByVal*/ false, Realign); in getNaturalAlignIndirectInReg()
1692 bool Realign = TypeAlign > StackAlign; in getIndirectResult() local
1694 /*ByVal=*/true, Realign); in getIndirectResult()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h199 bool Realign = false,
204 AI.setIndirectRealign(Realign);
212 bool Realign = false,
216 AI.setIndirectRealign(Realign);
223 bool Realign = false) {
224 auto AI = getIndirect(Alignment, ByVal, Realign);