Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp230 if (LowerToSMERoutines && !Attrs.hasNonStreamingInterfaceAndBody()) in EmitTargetCodeForMemcpy()
250 if (LowerToSMERoutines && !Attrs.hasNonStreamingInterfaceAndBody()) in EmitTargetCodeForMemset()
269 if (LowerToSMERoutines && !Attrs.hasNonStreamingInterfaceAndBody()) in EmitTargetCodeForMemmove()
H A DAArch64RegisterInfo.cpp659 !AFI->getSMEFnAttrs().hasNonStreamingInterfaceAndBody()) { in hasBasePointer()
H A DAArch64FrameLowering.cpp3881 if (!StackHazardInNonStreaming && Attrs.hasNonStreamingInterfaceAndBody()) in determineStackHazardSlot()
5768 if (AFI->getSMEFnAttrs().hasNonStreamingInterfaceAndBody()) in emitRemarks()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp101 if (caller().hasNonStreamingInterfaceAndBody() && in requiresSMChange()
H A DAArch64SMEAttributes.h77 bool hasNonStreamingInterfaceAndBody() const { in hasNonStreamingInterfaceAndBody() function