Searched refs:NeedsPadding (Results 1 – 6 of 6) 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()
1014 bool NeedsPadding = SRVK == MCSymbolRefExpr::VK_TLSGD; in LowerTlsAddr() local1015 if (NeedsPadding) in LowerTlsAddr()1025 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()
1148 bool &NeedsPadding) const;1684 bool &NeedsPadding) const { in shouldAggregateUseDirect()1691 NeedsPadding = false; in shouldAggregateUseDirect()1704 NeedsPadding = true; in shouldAggregateUseDirect()1813 bool NeedsPadding = false; in classifyArgumentType() local1815 if (shouldAggregateUseDirect(Ty, State, InReg, NeedsPadding)) { in classifyArgumentType()1824 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; in classifyArgumentType()