Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp22 assert(!(hasStreamingInterface() && hasStreamingCompatibleInterface()) && in set()
97 if (callee().hasStreamingCompatibleInterface()) in requiresSMChange()
H A DAArch64SMEAttributes.h71 bool hasStreamingCompatibleInterface() const { in hasStreamingCompatibleInterface() function
75 return !hasStreamingInterface() && !hasStreamingCompatibleInterface(); in hasNonStreamingInterface()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp594 Attrs.hasStreamingCompatibleInterface()) in fallBackToDAGISel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5205 CallerAttrs.hasStreamingCompatibleInterface() || in createFastISel()
H A DAArch64TargetTransformInfo.cpp2730 if (IsStreaming || !FnSMEAttrs.hasStreamingCompatibleInterface()) in instCombineInStreamingMode()
H A DAArch64ISelLowering.cpp8039 if (Attrs.hasStreamingCompatibleInterface()) { in LowerFormalArguments()
8795 if (!CallAttrs.caller().hasStreamingCompatibleInterface() || in getSMToggleCondition()
9700 if (FuncAttrs.hasStreamingCompatibleInterface()) { in LowerReturn()