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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp869 bool shouldUseInReg(QualType Ty, CCState &State, bool &NeedsPadding) const;
1252 bool &NeedsPadding) const {
1253 NeedsPadding = false;
1297 NeedsPadding = true;
1355 bool NeedsPadding; local
1356 if (shouldUseInReg(Ty, State, NeedsPadding)) {
1362 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr;
1399 bool NeedsPadding; local
1400 bool InReg = shouldUseInReg(Ty, State, NeedsPadding);

Completed in 111 milliseconds