Searched refs:isPreallocated (Results 1 – 6 of 6) sorted by relevance
98 bool isPreallocated() const { return IsPreallocated; } in isPreallocated() function
46 class CCIfPreallocated<CCAction A> : CCIf<"ArgFlags.isPreallocated()", A> {
2201 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()2395 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()
3317 if (Flag.isSwiftError() || Flag.isPreallocated()) in fastLowerCall()
233 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated() || in setArgFlags()
11703 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated() || in LowerArguments()