Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp175 bool Realign, in getNaturalAlignIndirect() argument
178 Realign, Padding); in getNaturalAlignIndirect()
182 bool Realign) const { in getNaturalAlignIndirectInReg()
184 /*ByVal*/ false, Realign); in getNaturalAlignIndirectInReg()
H A DABIInfo.h112 getNaturalAlignIndirect(QualType Ty, bool ByVal = true, bool Realign = false,
116 bool Realign = false) const;
/freebsd/contrib/llvm-project/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);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp626 bool Realign = TypeAlign > StackAlign; in getIndirectResult() local
628 /*ByVal=*/true, Realign); in getIndirectResult()