Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h37 unsigned IsInAlloca : 1; ///< Passed with inalloca member
55 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()
DTargetLowering.h186 bool IsInAlloca : 1; variable
194 IsNest(false), IsByVal(false), IsInAlloca(false), IsReturned(false), in ArgListEntry()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h290 bool ParseOptionalCommaInAlloca(bool &IsInAlloca);
DLLParser.cpp6447 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in ParseAlloc() local
6492 AI->setUsedWithInAlloca(IsInAlloca); in ParseAlloc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1185 if (Arg.IsInAlloca) { in lowerCallTo()
1194 if (Arg.IsByVal || Arg.IsInAlloca) { in lowerCallTo()
DTargetLowering.cpp109 IsInAlloca = CS->paramHasAttr(ArgIdx, Attribute::InAlloca); in setAttributes()
DSelectionDAGBuilder.cpp8470 if (Args[i].IsInAlloca) { in LowerCallTo()
8479 if (Args[i].IsByVal || Args[i].IsInAlloca) { in LowerCallTo()