Searched refs:hasNonStreamingInterfaceAndBody (Results 1 – 4 of 4) sorted by relevance
155 if (LowerToSMERoutines && !Attrs.hasNonStreamingInterfaceAndBody()) in EmitTargetCodeForMemcpy()173 if (LowerToSMERoutines && !Attrs.hasNonStreamingInterfaceAndBody()) in EmitTargetCodeForMemset()191 if (LowerToSMERoutines && !Attrs.hasNonStreamingInterfaceAndBody()) in EmitTargetCodeForMemmove()
3582 if (!StackHazardInNonStreaming && Attrs.hasNonStreamingInterfaceAndBody()) in determineStackHazardSlot()5089 if (Attrs.hasNonStreamingInterfaceAndBody()) in emitRemarks()
96 if (hasNonStreamingInterfaceAndBody() && Callee.hasNonStreamingInterface()) in requiresSMChange()
71 bool hasNonStreamingInterfaceAndBody() const { in hasNonStreamingInterfaceAndBody() function