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

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

Completed in 301 milliseconds