Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h49 bool hasStreamingInterface() const { return Bitmask & SM_Enabled; } in hasStreamingInterface() function
51 return hasStreamingBody() || hasStreamingInterface(); in hasStreamingInterfaceOrBody()
57 return !hasStreamingInterface() && !hasStreamingCompatibleInterface(); in hasNonStreamingInterface()
H A DAArch64SMEAttributes.cpp21 assert(!(hasStreamingInterface() && hasStreamingCompatibleInterface()) && in set()
70 if (hasStreamingInterfaceOrBody() && Callee.hasStreamingInterface()) in requiresSMChange()
73 return Callee.hasStreamingInterface(); in requiresSMChange()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp543 (!Attrs.hasStreamingInterface() && Attrs.hasStreamingBody())) in fallBackToDAGISel()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5149 (!CallerAttrs.hasStreamingInterface() && CallerAttrs.hasStreamingBody())) in createFastISel()
H A DAArch64ISelLowering.cpp6337 !Attrs.hasStreamingInterface() && Attrs.hasStreamingBody(); in LowerFormalArguments()
7826 if (FuncAttrs.hasStreamingBody() && !FuncAttrs.hasStreamingInterface()) { in LowerReturn()