Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAArch64TargetParser.cpp158 for (const auto &AE : AArch64ARCHExtNames) in getArchExtName()
167 for (const auto &AE : AArch64ARCHExtNames) { in getArchExtFeature()
173 for (const auto &AE : AArch64ARCHExtNames) in getArchExtFeature()
220 for (const auto &A : AArch64ARCHExtNames) { in parseArchExt()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DAArch64TargetParser.h95 const ARM::ExtName AArch64ARCHExtNames[] = { variable