Searched refs:MinABIStackAlignInBytes (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp512 static const unsigned MinABIStackAlignInBytes = 4; member in class:__anon3763::X86_32ABIInfo
761 if (Align <= MinABIStackAlignInBytes)
767 return MinABIStackAlignInBytes;
775 return MinABIStackAlignInBytes;
4290 unsigned MinABIStackAlignInBytes, StackAlignInBytes;
4298 ABIInfo(CGT), IsO32(_IsO32), MinABIStackAlignInBytes(IsO32 ? 4 : 8),
4345 llvm::IntegerType::get(getVMContext(), MinABIStackAlignInBytes * 8);
4347 // Add (TySize / MinABIStackAlignInBytes) args of IntTy.
4348 for (unsigned N = TySize / (MinABIStackAlignInBytes * 8); N; --N)
4352 unsigned R = TySize % (MinABIStackAlignInBytes *
[all...]

Completed in 53 milliseconds