Searched refs:shouldUseInReg (Results 1 – 1 of 1) sorted by relevance
602 bool shouldUseInReg(QualType Ty, CCState &State, bool &NeedsPadding) const;974 bool X86_32ABIInfo::shouldUseInReg(QualType Ty, CCState &State, in shouldUseInReg() function in X86_32ABIInfo1068 if (shouldUseInReg(Ty, State, NeedsPadding)) { in classifyArgumentType()1112 bool InReg = shouldUseInReg(Ty, State, NeedsPadding); in classifyArgumentType()