Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h37 unsigned IsInAlloca : 1; ///< Passed with inalloca member
59 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()
DTargetLowering.h189 bool IsInAlloca : 1; variable
199 IsNest(false), IsByVal(false), IsInAlloca(false), IsReturned(false), in ArgListEntry()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetCallingConv.h38 unsigned IsInAlloca : 1; ///< Passed with inalloca member
67 IsNest(0), IsReturned(0), IsSplit(0), IsInAlloca(0), IsPreallocated(0), in ArgFlagsTy()
94 bool isInAlloca() const { return IsInAlloca; } in isInAlloca()
95 void setInAlloca() { IsInAlloca = 1; } in setInAlloca()
DTargetLowering.h282 bool IsInAlloca : 1; variable
294 IsNest(false), IsByVal(false), IsByRef(false), IsInAlloca(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-10.0/llvm/lib/AsmParser/
DLLParser.h294 bool ParseOptionalCommaInAlloca(bool &IsInAlloca);
DLLParser.cpp6896 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in ParseAlloc() local
6941 AI->setUsedWithInAlloca(IsInAlloca); in ParseAlloc()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.h281 bool parseOptionalCommaInAlloca(bool &IsInAlloca);
DLLParser.cpp7264 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in parseAlloc() local
7315 AI->setUsedWithInAlloca(IsInAlloca); in parseAlloc()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1214 if (Arg.IsInAlloca) { in lowerCallTo()
1232 if (Arg.IsByVal || Arg.IsInAlloca || Arg.IsPreallocated) { in lowerCallTo()
DSelectionDAGBuilder.cpp9301 if (Args[i].IsInAlloca) { in LowerCallTo()
9310 if (Args[i].IsByVal || Args[i].IsInAlloca || Args[i].IsPreallocated) { in LowerCallTo()
DTargetLowering.cpp114 IsInAlloca = Call->paramHasAttr(ArgIdx, Attribute::InAlloca); in setAttributes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1197 if (Arg.IsInAlloca) { in lowerCallTo()
1206 if (Arg.IsByVal || Arg.IsInAlloca) { in lowerCallTo()
DSelectionDAGBuilder.cpp9217 if (Args[i].IsInAlloca) { in LowerCallTo()
9226 if (Args[i].IsByVal || Args[i].IsInAlloca) { in LowerCallTo()
DTargetLowering.cpp113 IsInAlloca = Call->paramHasAttr(ArgIdx, Attribute::InAlloca); in setAttributes()