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 ByVal, bool Realign, in getNaturalAlignIndirect() argument
178 AddrSpace, ByVal, Realign, Padding); in getNaturalAlignIndirect()
182 bool Realign) const { in getNaturalAlignIndirectInReg()
184 /*ByVal*/ false, Realign); in getNaturalAlignIndirectInReg()
H A DABIInfo.h114 bool Realign = false,
118 bool Realign = false) const;
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h210 bool ByVal = true, bool Realign = false,
215 AI.setIndirectRealign(Realign);
224 bool Realign = false,
228 AI.setIndirectRealign(Realign);
235 bool Realign = false) {
236 auto AI = getIndirect(Alignment, 0, ByVal, Realign);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp619 bool Realign = TypeAlign > StackAlign; in getIndirectResult() local
623 Realign); in getIndirectResult()