Searched refs:Realign (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | ABIInfo.h | 110 bool Realign = false, 114 getNaturalAlignIndirectInReg(QualType Ty, bool Realign = false) const;
|
| H A D | TargetInfo.cpp | 81 ABIInfo::getNaturalAlignIndirect(QualType Ty, bool ByRef, bool Realign, in getNaturalAlignIndirect() argument 84 ByRef, Realign, Padding); in getNaturalAlignIndirect() 88 ABIInfo::getNaturalAlignIndirectInReg(QualType Ty, bool Realign) const { in getNaturalAlignIndirectInReg() 90 /*ByRef*/ false, Realign); in getNaturalAlignIndirectInReg() 1527 bool Realign = TypeAlign > StackAlign; in getIndirectResult() local 1529 /*ByVal=*/true, Realign); in getIndirectResult()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 178 bool Realign = false, 183 AI.setIndirectRealign(Realign); 189 bool Realign = false) { 190 auto AI = getIndirect(Alignment, ByVal, Realign);
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.opt | 230 Realign stack in prologue
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-1998 | 1927 * exception.cc (__cplus_type_matcher): Realign some code.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | invoke.texi | 9515 Realign the stack at entry. On the Intel x86, the
|