Home
last modified time | relevance | path

Searched refs:AEK_PROFILE (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
DAArch64TargetParser.def22 AArch64::AEK_SIMD | AArch64::AEK_FP16 | AArch64::AEK_PROFILE))
26 AArch64::AEK_SIMD | AArch64::AEK_FP16 | AArch64::AEK_PROFILE))
30 AArch64::AEK_SIMD | AArch64::AEK_FP16 | AArch64::AEK_PROFILE |
45 AARCH64_ARCH_EXT_NAME("profile", AArch64::AEK_PROFILE, "+spe", "-spe")
DTargetParser.h157 AEK_PROFILE = 0x40, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTargetParser.h164 AEK_PROFILE = 0x40, enumerator
DAArch64TargetParser.def47 AARCH64_ARCH_EXT_NAME("profile", AArch64::AEK_PROFILE, "+spe", "-spe")
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTargetParser.cpp447 if (Extensions & AArch64::AEK_PROFILE) in getExtensionFeatures()
/external/llvm/lib/Support/
DTargetParser.cpp440 if (Extensions & AArch64::AEK_PROFILE) in getExtensionFeatures()