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> {
213 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated()) { in setArgFlags()
2145 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()2338 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()
3279 if (Flag.isSwiftError() || Flag.isPreallocated()) in fastLowerCall()
11035 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated() || in LowerArguments()