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> {
160 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated()) { in setArgFlags()
3231 if (Flag.isSwiftError() || Flag.isPreallocated()) in fastLowerCall()
4078 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()4270 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()
10104 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated() || in LowerArguments()