Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp602 bool shouldUseInReg(QualType Ty, CCState &State, bool &NeedsPadding) const;
974 bool X86_32ABIInfo::shouldUseInReg(QualType Ty, CCState &State, in shouldUseInReg() function in X86_32ABIInfo
1068 if (shouldUseInReg(Ty, State, NeedsPadding)) { in classifyArgumentType()
1112 bool InReg = shouldUseInReg(Ty, State, NeedsPadding); in classifyArgumentType()