Searched refs:NeedsPadding (Results 1 – 4 of 4) sorted by relevance
145 bool Format::NeedsPadding(type::Type* t) const { in NeedsPadding() function in amber::Format327 if (NeedsPadding(type)) { in AddSegmentsForType()352 if (NeedsPadding(type)) { in AddSegmentsForType()
219 bool NeedsPadding(type::Type* t) const;
964 bool NeedsPadding = SRVK == MCSymbolRefExpr::VK_TLSGD; in LowerTlsAddr() local965 if (NeedsPadding) in LowerTlsAddr()975 if (NeedsPadding) { in LowerTlsAddr()
925 bool &NeedsPadding) const;1431 bool &NeedsPadding) const { in shouldAggregateUseDirect()1438 NeedsPadding = false; in shouldAggregateUseDirect()1450 NeedsPadding = true; in shouldAggregateUseDirect()1522 bool NeedsPadding = false; in classifyArgumentType() local1524 if (shouldAggregateUseDirect(Ty, State, InReg, NeedsPadding)) { in classifyArgumentType()1533 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; in classifyArgumentType()