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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp882 static const unsigned MinABIStackAlignInBytes = 4; member in class:__anon1657::X86_32ABIInfo
1344 if (Align <= MinABIStackAlignInBytes)
1350 return MinABIStackAlignInBytes;
1358 return MinABIStackAlignInBytes;
6184 unsigned MinABIStackAlignInBytes, StackAlignInBytes;
6192 ABIInfo(CGT), IsO32(_IsO32), MinABIStackAlignInBytes(IsO32 ? 4 : 8),
6259 llvm::IntegerType::get(getVMContext(), MinABIStackAlignInBytes * 8);
6261 // Add (TySize / MinABIStackAlignInBytes) args of IntTy.
6262 for (unsigned N = TySize / (MinABIStackAlignInBytes * 8); N; --N)
6266 unsigned R = TySize % (MinABIStackAlignInBytes *
[all...]

Completed in 215 milliseconds