Searched refs:Realign (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfo.h | 115 bool Realign = false, 119 getNaturalAlignIndirectInReg(QualType Ty, bool Realign = false) const;
|
| H A D | TargetInfo.cpp | 86 bool Realign, in getNaturalAlignIndirect() argument 89 Realign, Padding); in getNaturalAlignIndirect() 93 ABIInfo::getNaturalAlignIndirectInReg(QualType Ty, bool Realign) const { in getNaturalAlignIndirectInReg() 95 /*ByVal*/ false, Realign); in getNaturalAlignIndirectInReg() 1639 bool Realign = TypeAlign > StackAlign; in getIndirectResult() local 1641 /*ByVal=*/true, Realign); in getIndirectResult()
|
| /freebsd-13.1/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);
|