Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h41 bool IsInAlloca : 1; member
48 IsInAlloca(false), IsReturned(false), Alignment(0) {} in ArgListEntry()
/external/llvm/lib/AsmParser/
DLLParser.h246 bool ParseOptionalCommaInAlloca(bool &IsInAlloca);
DLLParser.cpp5745 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in ParseAlloc() local
5769 AI->setUsedWithInAlloca(IsInAlloca); in ParseAlloc()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp89 IsInAlloca = CS->paramHasAttr(AttrIdx, Attribute::InAlloca); in setAttributes()
965 if (Arg.IsInAlloca) { in lowerCallTo()
974 if (Arg.IsByVal || Arg.IsInAlloca) { in lowerCallTo()