Searched refs:Realign (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfo.cpp | 175 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 D | ABIInfo.h | 114 bool Realign = false, 118 bool Realign = false) const;
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 210 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 D | X86.cpp | 619 bool Realign = TypeAlign > StackAlign; in getIndirectResult() local 623 Realign); in getIndirectResult()
|