Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h53 bool hasStreamingCompatibleInterface() const { in hasStreamingCompatibleInterface() function
57 return !hasStreamingInterface() && !hasStreamingCompatibleInterface(); in hasNonStreamingInterface()
H A DAArch64SMEAttributes.cpp21 assert(!(hasStreamingInterface() && hasStreamingCompatibleInterface()) && in set()
62 if (Callee.hasStreamingCompatibleInterface()) in requiresSMChange()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4759 assert(Attrs.hasStreamingCompatibleInterface() && "Unexpected interface"); in getPStateSM()