Searched refs:Realign (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | ABIInfo.h | 115 bool Realign = false, 119 getNaturalAlignIndirectInReg(QualType Ty, bool Realign = false) const;
|
D | TargetInfo.cpp | 84 bool Realign, in getNaturalAlignIndirect() argument 87 Realign, Padding); in getNaturalAlignIndirect() 91 ABIInfo::getNaturalAlignIndirectInReg(QualType Ty, bool Realign) const { in getNaturalAlignIndirectInReg() 93 /*ByVal*/ false, Realign); in getNaturalAlignIndirectInReg() 1633 bool Realign = TypeAlign > StackAlign; in getIndirectResult() local 1635 /*ByVal=*/true, Realign); in getIndirectResult()
|
/external/clang/lib/CodeGen/ |
D | ABIInfo.h | 117 bool Realign = false, 121 getNaturalAlignIndirectInReg(QualType Ty, bool Realign = false) const;
|
D | TargetInfo.cpp | 78 ABIInfo::getNaturalAlignIndirect(QualType Ty, bool ByRef, bool Realign, in getNaturalAlignIndirect() argument 81 ByRef, Realign, Padding); in getNaturalAlignIndirect() 85 ABIInfo::getNaturalAlignIndirectInReg(QualType Ty, bool Realign) const { in getNaturalAlignIndirectInReg() 87 /*ByRef*/ false, Realign); in getNaturalAlignIndirectInReg() 1380 bool Realign = TypeAlign > StackAlign; in getIndirectResult() local 1382 /*ByVal=*/true, Realign); in getIndirectResult()
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 189 bool Realign = false, 194 AI.setIndirectRealign(Realign); 202 bool Realign = false, 206 AI.setIndirectRealign(Realign); 213 bool Realign = false) { 214 auto AI = getIndirect(Alignment, ByVal, Realign);
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 152 bool Realign = false, 157 AI.setIndirectRealign(Realign); 163 bool Realign = false) { 164 auto AI = getIndirect(Alignment, ByVal, Realign);
|
/external/libchrome/ui/gfx/geometry/ |
D | quad_f.h | 74 void Realign(size_t times) { in Realign() function
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 693 StringMap<unsigned> &Realign) { in getModuleForFile() argument 769 Realign[Sym.name] = Align; in getModuleForFile() 1145 StringMap<unsigned> Realign; in linkInModule() local 1147 Internalize, Keep, Realign); in linkInModule() 1170 for (const auto &I : Realign) { in linkInModule()
|
/external/libchrome/mojo/core/ |
D | channel.cc | 580 void Realign() { in Realign() function in mojo::core::Channel::ReadBuffer 631 read_buffer_->Realign(); in OnReadComplete()
|