Searched defs:NeedsPadding (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp547 bool shouldUseInReg(QualType Ty, CCState &State, bool &NeedsPadding) const;
826 bool &NeedsPadding) const {
827 NeedsPadding = false;
859 NeedsPadding = true;
896 bool NeedsPadding; local
897 if (shouldUseInReg(Ty, State, NeedsPadding)) {
903 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr;
938 bool NeedsPadding; local
939 bool InReg = shouldUseInReg(Ty, State, NeedsPadding);

Completed in 93 milliseconds