Home
last modified time | relevance | path

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

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