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 Realign, in getNaturalAlignIndirect() argument 178 Realign, Padding); in getNaturalAlignIndirect() 182 bool Realign) const { in getNaturalAlignIndirectInReg() 184 /*ByVal*/ false, Realign); in getNaturalAlignIndirectInReg()
|
H A D | ABIInfo.h | 112 getNaturalAlignIndirect(QualType Ty, bool ByVal = true, bool Realign = false, 116 bool Realign = false) const;
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 199 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 D | X86.cpp | 626 bool Realign = TypeAlign > StackAlign; in getIndirectResult() local 628 /*ByVal=*/true, Realign); in getIndirectResult()
|