Searched refs:hasStreamingInterface (Results 1 – 3 of 3) sorted by relevance
62 bool hasStreamingInterface() const { return Bitmask & SM_Enabled; } in hasStreamingInterface() function64 return hasStreamingBody() || hasStreamingInterface(); in hasStreamingInterfaceOrBody()70 return !hasStreamingInterface() && !hasStreamingCompatibleInterface(); in hasNonStreamingInterface()
22 assert(!(hasStreamingInterface() && hasStreamingCompatibleInterface()) && in set()91 if (hasStreamingInterfaceOrBody() && Callee.hasStreamingInterface()) in requiresSMChange()
6685 !Attrs.hasStreamingInterface() && Attrs.hasStreamingBody(); in LowerFormalArguments()8007 changeStreamingMode(DAG, DL, CalleeAttrs.hasStreamingInterface(), Chain, in LowerCall()8161 Result = changeStreamingMode(DAG, DL, !CalleeAttrs.hasStreamingInterface(), in LowerCall()8300 if (FuncAttrs.hasStreamingBody() && !FuncAttrs.hasStreamingInterface()) { in LowerReturn()