Searched refs:IsPreallocated (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h39 unsigned IsPreallocated : 1; ///< ByVal without the copy member in struct:llvm::ISD::ArgFlagsTy
65 IsPreallocated(0), IsSplitEnd(0), IsSwiftSelf(0), IsSwiftAsync(0),
94 bool isPreallocated() const { return IsPreallocated; }
95 void setPreallocated() { IsPreallocated = 1; }
H A DTargetLowering.h308 bool IsPreallocated : 1;
320 IsPreallocated(false), IsReturned(false), IsSwiftSelf(false),
4376 bool IsPreallocated : 1; member in struct:llvm::TargetLoweringBase::TargetLowering::CallLoweringInfo
4402 IsPatchPoint(false), IsPreallocated(false), NoMerge(false),
4517 IsPreallocated = Value;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1056 if (Arg.IsPreallocated) {
1066 if (Arg.IsByVal || Arg.IsInAlloca || Arg.IsPreallocated) {
H A DTargetLowering.cpp119 IsPreallocated = Call->paramHasAttr(ArgIdx, Attribute::Preallocated);
127 assert(IsByVal + IsPreallocated + IsInAlloca + IsSRet <= 1 &&
134 if (IsPreallocated)
H A DSelectionDAGBuilder.cpp10464 if (Args[i].IsPreallocated) {
10483 if (Args[i].IsByVal || Args[i].IsInAlloca || Args[i].IsPreallocated) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2101 } else if (CLI.IsPreallocated) {

Completed in 315 milliseconds