Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp609 bool shouldUseInReg(QualType Ty, CCState &State, bool &NeedsPadding) const;
981 bool X86_32ABIInfo::shouldUseInReg(QualType Ty, CCState &State, in shouldUseInReg() function in X86_32ABIInfo
1075 if (shouldUseInReg(Ty, State, NeedsPadding)) { in classifyArgumentType()
1119 bool InReg = shouldUseInReg(Ty, State, NeedsPadding); in classifyArgumentType()