Searched refs:hasStreamingInterface (Results 1 – 5 of 5) sorted by relevance
49 bool hasStreamingInterface() const { return Bitmask & SM_Enabled; } in hasStreamingInterface() function51 return hasStreamingBody() || hasStreamingInterface(); in hasStreamingInterfaceOrBody()57 return !hasStreamingInterface() && !hasStreamingCompatibleInterface(); in hasNonStreamingInterface()
21 assert(!(hasStreamingInterface() && hasStreamingCompatibleInterface()) && in set()70 if (hasStreamingInterfaceOrBody() && Callee.hasStreamingInterface()) in requiresSMChange()73 return Callee.hasStreamingInterface(); in requiresSMChange()
543 (!Attrs.hasStreamingInterface() && Attrs.hasStreamingBody())) in fallBackToDAGISel()
5149 (!CallerAttrs.hasStreamingInterface() && CallerAttrs.hasStreamingBody())) in createFastISel()
6337 !Attrs.hasStreamingInterface() && Attrs.hasStreamingBody(); in LowerFormalArguments()7826 if (FuncAttrs.hasStreamingBody() && !FuncAttrs.hasStreamingInterface()) { in LowerReturn()