Home
last modified time | relevance | path

Searched refs:IsInAlloca (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDFastISel.h41 bool IsInAlloca : 1; member
48 IsInAlloca(false), IsReturned(false), Alignment(0) {} in ArgListEntry()
/NextBSD/contrib/llvm/lib/AsmParser/
HDLLParser.h235 bool ParseOptionalCommaInAlloca(bool &IsInAlloca);
HDLLParser.cpp5317 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in ParseAlloc() local
5341 AI->setUsedWithInAlloca(IsInAlloca); in ParseAlloc()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp89 IsInAlloca = CS->paramHasAttr(AttrIdx, Attribute::InAlloca); in setAttributes()
962 if (Arg.IsInAlloca) { in lowerCallTo()
971 if (Arg.IsByVal || Arg.IsInAlloca) { in lowerCallTo()