Searched refs:IsInAlloca (Results 1 – 6 of 6) sorted by relevance
38 unsigned IsInAlloca : 1; ///< Passed with inalloca member64 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()
309 bool IsInAlloca : 1; variable321 IsNest(false), IsByVal(false), IsByRef(false), IsInAlloca(false), in ArgListEntry()
1060 if (Arg.IsInAlloca) { in lowerCallTo()1079 if (Arg.IsByVal || Arg.IsInAlloca || Arg.IsPreallocated) { in lowerCallTo()
121 IsInAlloca = Call->paramHasAttr(ArgIdx, Attribute::InAlloca); in setAttributes()128 assert(IsByVal + IsPreallocated + IsInAlloca + IsSRet <= 1 && in setAttributes()137 if (IsInAlloca) in setAttributes()
10993 if (Args[i].IsInAlloca) { in LowerCallTo()11003 if (Args[i].IsByVal || Args[i].IsInAlloca || Args[i].IsPreallocated) { in LowerCallTo()
8108 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in parseAlloc() local8159 AI->setUsedWithInAlloca(IsInAlloca); in parseAlloc()