Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp22 assert(!(hasStreamingInterface() && hasStreamingCompatibleInterface()) && in set()
92 if (Callee.hasStreamingCompatibleInterface()) in requiresSMChange()
H A DAArch64SMEAttributes.h65 bool hasStreamingCompatibleInterface() const { in hasStreamingCompatibleInterface() function
69 return !hasStreamingInterface() && !hasStreamingCompatibleInterface(); in hasNonStreamingInterface()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp545 Attrs.hasStreamingCompatibleInterface()) in fallBackToDAGISel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5198 CallerAttrs.hasStreamingCompatibleInterface()) in createFastISel()
H A DAArch64ISelLowering.cpp7562 if (Attrs.hasStreamingCompatibleInterface()) { in LowerFormalArguments()
8232 if (!CallerAttrs.hasStreamingCompatibleInterface() || in getSMCondition()
9079 if (FuncAttrs.hasStreamingCompatibleInterface()) { in LowerReturn()