Searched refs:shouldUseInReg (Results 1 – 1 of 1) sorted by relevance
609 bool shouldUseInReg(QualType Ty, CCState &State, bool &NeedsPadding) const;981 bool X86_32ABIInfo::shouldUseInReg(QualType Ty, CCState &State, in shouldUseInReg() function in X86_32ABIInfo1075 if (shouldUseInReg(Ty, State, NeedsPadding)) { in classifyArgumentType()1119 bool InReg = shouldUseInReg(Ty, State, NeedsPadding); in classifyArgumentType()