Searched refs:IsInAlloca (Results 1 – 4 of 4) sorted by relevance
42 bool IsInAlloca : 1; member51 IsInAlloca(false), IsReturned(false), IsSwiftSelf(false), in ArgListEntry()
245 bool ParseOptionalCommaInAlloca(bool &IsInAlloca);
5965 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in ParseAlloc() local5990 AI->setUsedWithInAlloca(IsInAlloca); in ParseAlloc()
89 IsInAlloca = CS->paramHasAttr(AttrIdx, Attribute::InAlloca); in setAttributes()968 if (Arg.IsInAlloca) { in lowerCallTo()977 if (Arg.IsByVal || Arg.IsInAlloca) { in lowerCallTo()