Searched refs:IsInAlloca (Results 1 – 4 of 4) sorted by relevance
41 bool IsInAlloca : 1; member48 IsInAlloca(false), IsReturned(false), Alignment(0) {} in ArgListEntry()
246 bool ParseOptionalCommaInAlloca(bool &IsInAlloca);
5745 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in ParseAlloc() local5769 AI->setUsedWithInAlloca(IsInAlloca); in ParseAlloc()
89 IsInAlloca = CS->paramHasAttr(AttrIdx, Attribute::InAlloca); in setAttributes()965 if (Arg.IsInAlloca) { in lowerCallTo()974 if (Arg.IsByVal || Arg.IsInAlloca) { in lowerCallTo()