Searched refs:IsInAlloca (Results 1 – 6 of 6) sorted by relevance
39 unsigned IsInAlloca : 1; ///< Passed with inalloca member65 IsByRef(0), IsNest(0), IsReturned(0), IsSplit(0), IsInAlloca(0), in ArgFlagsTy()95 bool isInAlloca() const { return IsInAlloca; } in isInAlloca()96 void setInAlloca() { IsInAlloca = 1; } in setInAlloca()
313 bool IsInAlloca : 1; variable326 IsInAlloca(false), IsPreallocated(false), IsReturned(false), in ArgListEntry()
1057 if (Arg.IsInAlloca) { in lowerCallTo()1076 if (Arg.IsByVal || Arg.IsInAlloca || Arg.IsPreallocated) { in lowerCallTo()
129 IsInAlloca = Call->paramHasAttr(ArgIdx, Attribute::InAlloca); in setAttributes()136 assert(IsByVal + IsPreallocated + IsInAlloca + IsSRet <= 1 && in setAttributes()145 if (IsInAlloca) in setAttributes()
11156 if (Args[i].IsInAlloca) { in LowerCallTo()11166 if (Args[i].IsByVal || Args[i].IsInAlloca || Args[i].IsPreallocated) { in LowerCallTo()
8419 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in parseAlloc() local8470 AI->setUsedWithInAlloca(IsInAlloca); in parseAlloc()