Searched refs:NeedsPadding (Results 1 – 1 of 1) sorted by relevance
609 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() local1075 if (shouldUseInReg(Ty, State, NeedsPadding)) { in classifyArgumentType()1081 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; in classifyArgumentType()1118 bool NeedsPadding; in classifyArgumentType() local1119 bool InReg = shouldUseInReg(Ty, State, NeedsPadding); in classifyArgumentType()