Home
last modified time | relevance | path

Searched refs:isStreamingCompatible (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp508 bool AArch64Subtarget::isStreamingCompatible() const { in isStreamingCompatible() function in AArch64Subtarget
514 (hasSMEFA64() || (!isStreaming() && !isStreamingCompatible())); in isNeonAvailable()
519 (hasSMEFA64() || (!isStreaming() && !isStreamingCompatible())); in isSVEAvailable()
H A DAArch64Subtarget.h219 bool isStreamingCompatible() const;