Home
last modified time | relevance | path

Searched refs:hasStreamingInterfaceOrBody (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp106 if (caller().hasStreamingInterfaceOrBody() && in requiresSMChange()
H A DAArch64SMEAttributes.h68 bool hasStreamingInterfaceOrBody() const { in hasStreamingInterfaceOrBody() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp593 Attrs.hasStreamingInterfaceOrBody() || in fallBackToDAGISel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5204 CallerAttrs.hasStreamingInterfaceOrBody() || in createFastISel()
H A DAArch64TargetTransformInfo.cpp2729 bool IsStreaming = FnSMEAttrs.hasStreamingInterfaceOrBody(); in instCombineInStreamingMode()
H A DAArch64ISelLowering.cpp9025 if (CallAttrs.caller().hasStreamingInterfaceOrBody()) in LowerCall()