Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp609 bool shouldUseInReg(QualType Ty, CCState &State, bool &NeedsPadding) const;
982 bool &NeedsPadding) const { in shouldUseInReg()
983 NeedsPadding = false; in shouldUseInReg()
1016 NeedsPadding = true; in shouldUseInReg()
1074 bool NeedsPadding; in classifyArgumentType() local
1075 if (shouldUseInReg(Ty, State, NeedsPadding)) { in classifyArgumentType()
1081 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; in classifyArgumentType()
1118 bool NeedsPadding; in classifyArgumentType() local
1119 bool InReg = shouldUseInReg(Ty, State, NeedsPadding); in classifyArgumentType()