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; variable298 IsNest(false), IsByVal(false), IsByRef(false), IsInAlloca(false), in ArgListEntry()
281 bool parseOptionalCommaInAlloca(bool &IsInAlloca);
1059 if (Arg.IsInAlloca) { in lowerCallTo()1078 if (Arg.IsByVal || Arg.IsInAlloca || Arg.IsPreallocated) { in lowerCallTo()
123 IsInAlloca = Attrs.hasParamAttribute(ArgIdx, Attribute::InAlloca); in setAttributes()126 assert(IsByVal + IsInAlloca + IsPreallocated <= 1 && in setAttributes()135 if (IsInAlloca) { in setAttributes()
9544 if (Args[i].IsInAlloca) { in LowerCallTo()9554 if (Args[i].IsByVal || Args[i].IsInAlloca || Args[i].IsPreallocated) { in LowerCallTo()
7390 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in parseAlloc() local7441 AI->setUsedWithInAlloca(IsInAlloca); in parseAlloc()