Searched refs:NeedsPadding (Results 1 – 1 of 1) sorted by relevance
602 bool shouldUseInReg(QualType Ty, CCState &State, bool &NeedsPadding) const;975 bool &NeedsPadding) const { in shouldUseInReg()976 NeedsPadding = false; in shouldUseInReg()1009 NeedsPadding = true; in shouldUseInReg()1067 bool NeedsPadding; in classifyArgumentType() local1068 if (shouldUseInReg(Ty, State, NeedsPadding)) { in classifyArgumentType()1074 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; in classifyArgumentType()1111 bool NeedsPadding; in classifyArgumentType() local1112 bool InReg = shouldUseInReg(Ty, State, NeedsPadding); in classifyArgumentType()