Searched refs:IsInAlloca (Results 1 – 7 of 7) sorted by relevance
37 unsigned IsInAlloca : 1; ///< Passed with inalloca member55 IsReturned(0), IsSplit(0), IsInAlloca(0), IsSplitEnd(0), in ArgFlagsTy()78 bool isInAlloca() const { return IsInAlloca; } in isInAlloca()79 void setInAlloca() { IsInAlloca = 1; } in setInAlloca()
187 bool IsInAlloca : 1; variable195 IsNest(false), IsByVal(false), IsInAlloca(false), IsReturned(false), in ArgListEntry()
295 bool ParseOptionalCommaInAlloca(bool &IsInAlloca);
6611 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in ParseAlloc() local6656 AI->setUsedWithInAlloca(IsInAlloca); in ParseAlloc()
1196 if (Arg.IsInAlloca) { in lowerCallTo()1205 if (Arg.IsByVal || Arg.IsInAlloca) { in lowerCallTo()
8580 if (Args[i].IsInAlloca) { in LowerCallTo()8589 if (Args[i].IsByVal || Args[i].IsInAlloca) { in LowerCallTo()
111 IsInAlloca = CS->paramHasAttr(ArgIdx, Attribute::InAlloca); in setAttributes()