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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp536 static const unsigned MinABIStackAlignInBytes = 4; member in class:__anon3247::X86_32ABIInfo
791 if (Align <= MinABIStackAlignInBytes)
797 return MinABIStackAlignInBytes;
805 return MinABIStackAlignInBytes;
4653 unsigned MinABIStackAlignInBytes, StackAlignInBytes;
4661 ABIInfo(CGT), IsO32(_IsO32), MinABIStackAlignInBytes(IsO32 ? 4 : 8),
4707 llvm::IntegerType::get(getVMContext(), MinABIStackAlignInBytes * 8);
4709 // Add (TySize / MinABIStackAlignInBytes) args of IntTy.
4710 for (unsigned N = TySize / (MinABIStackAlignInBytes * 8); N; --N)
4714 unsigned R = TySize % (MinABIStackAlignInBytes *
[all...]

Completed in 90 milliseconds