Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h42 bool IsInAlloca : 1; member
51 IsInAlloca(false), IsReturned(false), IsSwiftSelf(false), in ArgListEntry()
/external/llvm/lib/AsmParser/
DLLParser.h245 bool ParseOptionalCommaInAlloca(bool &IsInAlloca);
DLLParser.cpp5965 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in ParseAlloc() local
5990 AI->setUsedWithInAlloca(IsInAlloca); in ParseAlloc()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp89 IsInAlloca = CS->paramHasAttr(AttrIdx, Attribute::InAlloca); in setAttributes()
968 if (Arg.IsInAlloca) { in lowerCallTo()
977 if (Arg.IsByVal || Arg.IsInAlloca) { in lowerCallTo()