Searched refs:IsInAlloca (Results 1 – 7 of 7) sorted by relevance
38 unsigned IsInAlloca : 1; ///< Passed with inalloca member63 IsNest(0), IsReturned(0), IsSplit(0), IsInAlloca(0), in ArgFlagsTy()91 bool isInAlloca() const { return IsInAlloca; } in isInAlloca()92 void setInAlloca() { IsInAlloca = 1; } in setInAlloca()
285 bool IsInAlloca : 1; variable297 IsNest(false), IsByVal(false), IsByRef(false), IsInAlloca(false), in ArgListEntry()
273 bool parseOptionalCommaInAlloca(bool &IsInAlloca);
1059 if (Arg.IsInAlloca) { in lowerCallTo()1078 if (Arg.IsByVal || Arg.IsInAlloca || Arg.IsPreallocated) { in lowerCallTo()
116 IsInAlloca = Call->paramHasAttr(ArgIdx, Attribute::InAlloca); in setAttributes()123 assert(IsByVal + IsPreallocated + IsInAlloca <= 1 && in setAttributes()132 if (IsInAlloca) in setAttributes()
9602 if (Args[i].IsInAlloca) { in LowerCallTo()9612 if (Args[i].IsByVal || Args[i].IsInAlloca || Args[i].IsPreallocated) { in LowerCallTo()
7091 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in parseAlloc() local7142 AI->setUsedWithInAlloca(IsInAlloca); in parseAlloc()