Searched refs:isPreallocated (Results 1 – 6 of 6) sorted by relevance
94 bool isPreallocated() const { return IsPreallocated; } in isPreallocated() function
46 class CCIfPreallocated<CCAction A> : CCIf<"ArgFlags.isPreallocated()", A> {
191 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated()) { in setArgFlags()
3227 if (Flag.isSwiftError() || Flag.isPreallocated()) in fastLowerCall()
4491 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()4684 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()
10384 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated() || in LowerArguments()