Searched refs:IsInAlloca (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 37 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()
|
D | TargetLowering.h | 186 bool IsInAlloca : 1; variable 194 IsNest(false), IsByVal(false), IsInAlloca(false), IsReturned(false), in ArgListEntry()
|
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 42 bool IsInAlloca : 1; member 51 IsInAlloca(false), IsReturned(false), IsSwiftSelf(false), in ArgListEntry()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 245 bool ParseOptionalCommaInAlloca(bool &IsInAlloca);
|
D | LLParser.cpp | 5965 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in ParseAlloc() local 5990 AI->setUsedWithInAlloca(IsInAlloca); in ParseAlloc()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 89 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/ |
D | LLParser.h | 290 bool ParseOptionalCommaInAlloca(bool &IsInAlloca);
|
D | LLParser.cpp | 6447 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/ |
D | FastISel.cpp | 1185 if (Arg.IsInAlloca) { in lowerCallTo() 1194 if (Arg.IsByVal || Arg.IsInAlloca) { in lowerCallTo()
|
D | TargetLowering.cpp | 109 IsInAlloca = CS->paramHasAttr(ArgIdx, Attribute::InAlloca); in setAttributes()
|
D | SelectionDAGBuilder.cpp | 8470 if (Args[i].IsInAlloca) { in LowerCallTo() 8479 if (Args[i].IsByVal || Args[i].IsInAlloca) { in LowerCallTo()
|