Home
last modified time | relevance | path

Searched refs:NeedsPadding (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;
975 bool &NeedsPadding) const { in shouldUseInReg()
976 NeedsPadding = false; in shouldUseInReg()
1009 NeedsPadding = true; in shouldUseInReg()
1067 bool NeedsPadding; in classifyArgumentType() local
1068 if (shouldUseInReg(Ty, State, NeedsPadding)) { in classifyArgumentType()
1074 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; in classifyArgumentType()
1111 bool NeedsPadding; in classifyArgumentType() local
1112 bool InReg = shouldUseInReg(Ty, State, NeedsPadding); in classifyArgumentType()