Searched refs:hasStreamingCompatibleInterface (Results 1 – 3 of 3) sorted by relevance
53 bool hasStreamingCompatibleInterface() const { in hasStreamingCompatibleInterface() function57 return !hasStreamingInterface() && !hasStreamingCompatibleInterface(); in hasNonStreamingInterface()
21 assert(!(hasStreamingInterface() && hasStreamingCompatibleInterface()) && in set()62 if (Callee.hasStreamingCompatibleInterface()) in requiresSMChange()
4759 assert(Attrs.hasStreamingCompatibleInterface() && "Unexpected interface"); in getPStateSM()