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> {
2158 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()2351 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()
3281 if (Flag.isSwiftError() || Flag.isPreallocated()) in fastLowerCall()
234 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated() || in setArgFlags()
11555 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated() || in LowerArguments()