Searched refs:IsInAlloca (Results 1 – 7 of 7) sorted by relevance
37 unsigned IsInAlloca : 1; ///< Passed with inalloca member59 IsReturned(0), IsSplit(0), IsInAlloca(0), IsSplitEnd(0), in ArgFlagsTy()83 bool isInAlloca() const { return IsInAlloca; } in isInAlloca()84 void setInAlloca() { IsInAlloca = 1; } in setInAlloca()
189 bool IsInAlloca : 1; variable199 IsNest(false), IsByVal(false), IsInAlloca(false), IsReturned(false), in ArgListEntry()
294 bool ParseOptionalCommaInAlloca(bool &IsInAlloca);
6896 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in ParseAlloc() local6941 AI->setUsedWithInAlloca(IsInAlloca); in ParseAlloc()
1197 if (Arg.IsInAlloca) { in lowerCallTo()1206 if (Arg.IsByVal || Arg.IsInAlloca) { in lowerCallTo()
9217 if (Args[i].IsInAlloca) { in LowerCallTo()9226 if (Args[i].IsByVal || Args[i].IsInAlloca) { in LowerCallTo()
113 IsInAlloca = Call->paramHasAttr(ArgIdx, Attribute::InAlloca); in setAttributes()