Home
last modified time | relevance | path

Searched refs:hasNonStreamingInterfaceAndBody (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp155 if (LowerToSMERoutines && !Attrs.hasNonStreamingInterfaceAndBody()) in EmitTargetCodeForMemcpy()
173 if (LowerToSMERoutines && !Attrs.hasNonStreamingInterfaceAndBody()) in EmitTargetCodeForMemset()
191 if (LowerToSMERoutines && !Attrs.hasNonStreamingInterfaceAndBody()) in EmitTargetCodeForMemmove()
H A DAArch64FrameLowering.cpp3582 if (!StackHazardInNonStreaming && Attrs.hasNonStreamingInterfaceAndBody()) in determineStackHazardSlot()
5089 if (Attrs.hasNonStreamingInterfaceAndBody()) in emitRemarks()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp96 if (hasNonStreamingInterfaceAndBody() && Callee.hasNonStreamingInterface()) in requiresSMChange()
H A DAArch64SMEAttributes.h71 bool hasNonStreamingInterfaceAndBody() const { in hasNonStreamingInterfaceAndBody() function