/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 37 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()
|
D | TargetLowering.h | 189 bool IsInAlloca : 1; variable 199 IsNest(false), IsByVal(false), IsInAlloca(false), IsReturned(false), in ArgListEntry()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 38 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()
|
D | TargetLowering.h | 282 bool IsInAlloca : 1; variable 294 IsNest(false), IsByVal(false), IsByRef(false), IsInAlloca(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-10.0/llvm/lib/AsmParser/ |
D | LLParser.h | 294 bool ParseOptionalCommaInAlloca(bool &IsInAlloca);
|
D | LLParser.cpp | 6896 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in ParseAlloc() local 6941 AI->setUsedWithInAlloca(IsInAlloca); in ParseAlloc()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.h | 281 bool parseOptionalCommaInAlloca(bool &IsInAlloca);
|
D | LLParser.cpp | 7264 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in parseAlloc() local 7315 AI->setUsedWithInAlloca(IsInAlloca); in parseAlloc()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1214 if (Arg.IsInAlloca) { in lowerCallTo() 1232 if (Arg.IsByVal || Arg.IsInAlloca || Arg.IsPreallocated) { in lowerCallTo()
|
D | SelectionDAGBuilder.cpp | 9301 if (Args[i].IsInAlloca) { in LowerCallTo() 9310 if (Args[i].IsByVal || Args[i].IsInAlloca || Args[i].IsPreallocated) { in LowerCallTo()
|
D | TargetLowering.cpp | 114 IsInAlloca = Call->paramHasAttr(ArgIdx, Attribute::InAlloca); in setAttributes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1197 if (Arg.IsInAlloca) { in lowerCallTo() 1206 if (Arg.IsByVal || Arg.IsInAlloca) { in lowerCallTo()
|
D | SelectionDAGBuilder.cpp | 9217 if (Args[i].IsInAlloca) { in LowerCallTo() 9226 if (Args[i].IsByVal || Args[i].IsInAlloca) { in LowerCallTo()
|
D | TargetLowering.cpp | 113 IsInAlloca = Call->paramHasAttr(ArgIdx, Attribute::InAlloca); in setAttributes()
|