Searched refs:IsPreallocated (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetCallingConv.h | 39 unsigned IsPreallocated : 1; ///< ByVal without the copy member 64 IsPreallocated(0), IsSplitEnd(0), IsSwiftSelf(0), IsSwiftAsync(0), in ArgFlagsTy() 94 bool isPreallocated() const { return IsPreallocated; } in isPreallocated() 95 void setPreallocated() { IsPreallocated = 1; } in setPreallocated()
|
| H A D | TargetLowering.h | 286 bool IsPreallocated : 1; variable 299 IsPreallocated(false), IsReturned(false), IsSwiftSelf(false), in ArgListEntry() 3712 bool IsPreallocated : 1; member 3737 IsPatchPoint(false), IsPreallocated(false), NoMerge(false), in CallLoweringInfo() 3846 IsPreallocated = Value;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1068 if (Arg.IsPreallocated) { in lowerCallTo() 1078 if (Arg.IsByVal || Arg.IsInAlloca || Arg.IsPreallocated) { in lowerCallTo()
|
| H A D | TargetLowering.cpp | 124 IsPreallocated = Attrs.hasParamAttribute(ArgIdx, Attribute::Preallocated); in setAttributes() 126 assert(IsByVal + IsInAlloca + IsPreallocated <= 1 && in setAttributes() 139 if (IsPreallocated) { in setAttributes()
|
| H A D | SelectionDAGBuilder.cpp | 9535 if (Args[i].IsPreallocated) { in LowerCallTo() 9554 if (Args[i].IsByVal || Args[i].IsInAlloca || Args[i].IsPreallocated) { in LowerCallTo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 4034 } else if (CLI.IsPreallocated) { in LowerCall()
|