Searched refs:HasSM4 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp271 const bool HasSM4 = (std::find(ItBegin, ItEnd, "-sm4") == ItEnd); local
275 if (HasSM4)
287 const bool HasSM4 = (std::find(ItBegin, ItEnd, "+sm4") != ItEnd); local
291 if (!HasSM4)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h104 bool HasSM4 = false; member in class:llvm::final
319 bool hasSM4() const { return HasSM4; }

Completed in 112 milliseconds