Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h170 bool isStreamingCompatible() const { return IsStreamingCompatible; } in isStreamingCompatible() function
177 (hasSMEFA64() || (!isStreaming() && !isStreamingCompatible())); in isNeonAvailable()
185 (hasSMEFA64() || (!isStreaming() && !isStreamingCompatible())); in isSVEAvailable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp831 static bool isStreamingCompatible(const FunctionDecl *F) { in isStreamingCompatible() function
883 bool CallerIsStreamingCompatible = isStreamingCompatible(Caller); in checkFunctionCallABIStreaming()
884 bool CalleeIsStreamingCompatible = isStreamingCompatible(Callee); in checkFunctionCallABIStreaming()