Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp22 assert(!(hasStreamingInterface() && hasStreamingCompatibleInterface()) && in set()
83 if (Callee.hasStreamingCompatibleInterface()) in requiresSMChange()
H A DAArch64SMEAttributes.h66 bool hasStreamingCompatibleInterface() const { in hasStreamingCompatibleInterface() function
70 return !hasStreamingInterface() && !hasStreamingCompatibleInterface(); in hasNonStreamingInterface()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp539 Attrs.hasStreamingCompatibleInterface()) in fallBackToDAGISel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5183 CallerAttrs.hasStreamingCompatibleInterface()) in createFastISel()
H A DAArch64ISelLowering.cpp6924 if (Attrs.hasStreamingCompatibleInterface()) { in LowerFormalArguments()
8301 if (FuncAttrs.hasStreamingCompatibleInterface()) { in LowerReturn()