Home
last modified time | relevance | path

Searched refs:HasCrypto (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp324 const auto HasCrypto = ItRCrypto != ItREnd; in getAArch64TargetFeatures() local
330 if (HasCrypto && HasNoCrypto) { in getAArch64TargetFeatures()
336 if (HasCrypto && !NoCrypto) { in getAArch64TargetFeatures()
370 if (HasCrypto && !NoCrypto) { in getAArch64TargetFeatures()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h98 bool HasCrypto = false; variable
361 bool hasCrypto() const { return HasCrypto; } in hasCrypto()
H A DAArch64.td52 def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
H A DAArch64InstrInfo.td82 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h358 bool HasCrypto = false; variable
656 bool hasCrypto() const { return HasCrypto; } in hasCrypto()
H A DARMPredicates.td100 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
H A DARM.td170 def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAArch64.h32 bool HasCrypto; variable
H A DAArch64.cpp441 HasCrypto = false; in handleTargetFeatures()
514 HasCrypto = true; in handleTargetFeatures()