Searched refs:NeedsPadding (Results 1 – 2 of 2) sorted by relevance
146 bool &NeedsPadding) const;672 bool &NeedsPadding) const { in shouldAggregateUseDirect()679 NeedsPadding = false; in shouldAggregateUseDirect()692 NeedsPadding = true; in shouldAggregateUseDirect()812 bool NeedsPadding = false; in classifyArgumentType() local814 if (shouldAggregateUseDirect(Ty, State, InReg, NeedsPadding)) { in classifyArgumentType()823 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; in classifyArgumentType()
589 bool NeedsPadding = Specifier == X86::S_TLSGD; in LowerTlsAddr() local590 if (NeedsPadding && Is64BitsLP64) in LowerTlsAddr()600 if (NeedsPadding) { in LowerTlsAddr()