Home
last modified time | relevance | path

Searched refs:NeedsPadding (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp564 bool IsFastCall, bool &NeedsPadding) const;
847 bool IsFastCall, bool &NeedsPadding) const { in shouldUseInReg()
848 NeedsPadding = false; in shouldUseInReg()
880 NeedsPadding = true; in shouldUseInReg()
911 bool NeedsPadding; in classifyArgumentType() local
912 if (shouldUseInReg(Ty, FreeRegs, IsFastCall, NeedsPadding)) { in classifyArgumentType()
918 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : 0; in classifyArgumentType()
952 bool NeedsPadding; in classifyArgumentType() local
953 bool InReg = shouldUseInReg(Ty, FreeRegs, IsFastCall, NeedsPadding); in classifyArgumentType()