| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/ |
| H A D | AArch64.cpp | 343 const bool HasAES = (std::find(ItBegin, ItEnd, "-aes") == ItEnd); in getAArch64TargetFeatures() local 350 if (HasAES) in getAArch64TargetFeatures() 359 const bool HasAES = (std::find(ItBegin, ItEnd, "+aes") != ItEnd); in getAArch64TargetFeatures() local 366 if (!HasAES) in getAArch64TargetFeatures() 372 const bool HasAES = (std::find(ItBegin, ItEnd, "-aes") == ItEnd); in getAArch64TargetFeatures() local 375 if (HasAES) in getAArch64TargetFeatures() 379 const bool HasAES = (std::find(ItBegin, ItEnd, "+aes") != ItEnd); in getAArch64TargetFeatures() local 385 if (!HasAES) in getAArch64TargetFeatures()
|
| H A D | ARM.cpp | 638 bool HasAES = false; in getARMTargetFeatures() local 656 HasAES = ItAES->take_front() == "+"; in getARMTargetFeatures() 658 if (HasSHA2 && HasAES) in getARMTargetFeatures() 666 if (HasAES) in getARMTargetFeatures() 672 if (HasSHA2 || HasAES) { in getARMTargetFeatures() 684 if (HasAES) in getARMTargetFeatures()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| H A D | AArch64.cpp | 292 if (HasAES && HasSHA2) in getTargetDefines() 295 if (HasAES) in getTargetDefines() 442 HasAES = false; in handleTargetFeatures() 516 HasAES = true; in handleTargetFeatures()
|
| H A D | X86.cpp | 174 HasAES = true; in handleTargetFeatures() 565 if (HasAES) in getTargetDefines() 923 .Case("aes", HasAES) in hasFeature()
|
| H A D | AArch64.h | 33 bool HasAES; variable
|
| H A D | X86.h | 73 bool HasAES = false; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 127 bool HasAES = false; variable 370 bool hasAES() const { return HasAES; } in hasAES()
|
| H A D | AArch64.td | 41 "aes", "HasAES", "true",
|
| H A D | AArch64InstrInfo.td | 90 def HasAES : Predicate<"Subtarget->hasAES()">, 6861 let Predicates = [HasAES] in {
|
| H A D | AArch64InstrFormats.td | 6386 let Predicates = [HasAES] in {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.h | 107 bool HasAES = false; variable 643 bool hasAES() const { return HasAES; } in hasAES()
|
| H A D | X86InstrFormats.td | 886 Requires<[NoAVX, HasAES]>; 891 Requires<[NoAVX, HasAES]>;
|
| H A D | X86.td | 205 def FeatureAES : SubtargetFeature<"aes", "HasAES", "true",
|
| H A D | X86InstrSSE.td | 6707 let Predicates = [HasAVX, NoVLX_Or_NoVAES, HasAES] in { 6745 let Predicates = [HasAVX, HasAES] in { 6770 let Predicates = [HasAVX, HasAES] in {
|
| H A D | X86InstrInfo.td | 927 def HasAES : Predicate<"Subtarget->hasAES()">;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.h | 355 bool HasAES = false; variable 655 bool hasAES() const { return HasAES; } in hasAES()
|
| H A D | ARMPredicates.td | 98 def HasAES : Predicate<"Subtarget->hasAES()">,
|
| H A D | ARM.td | 167 def FeatureAES : SubtargetFeature<"aes", "HasAES", "true",
|
| H A D | ARMInstrNEON.td | 4398 Requires<[HasV8, HasAES]>; 7254 let Predicates = [HasV8, HasAES] in {
|