/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 59 bool HasCrypto = false; variable 177 bool hasCrypto() const { return HasCrypto; } in hasCrypto()
|
D | AArch64.td | 29 def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
|
D | AArch64InstrFormats.td | 5288 let Predicates = [HasCrypto] in { 9230 let Predicates = [HasCrypto] in { 9320 } // end of 'let Predicates = [HasCrypto]'
|
D | AArch64InstrInfo.td | 25 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
|
/external/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
D | AArch64.cpp | 309 const auto HasCrypto = ItRCrypto != ItREnd; in getAArch64TargetFeatures() local 315 if (HasCrypto && HasNoCrypto) { in getAArch64TargetFeatures() 322 if (HasCrypto && !NoCrypto) { in getAArch64TargetFeatures() 356 if (HasCrypto && !NoCrypto) { in getAArch64TargetFeatures()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 81 bool HasCrypto = false; variable 312 bool hasCrypto() const { return HasCrypto; } in hasCrypto()
|
D | AArch64.td | 52 def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
|
D | AArch64InstrInfo.td | 81 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 225 bool HasCrypto = false; variable 429 bool hasCrypto() const { return HasCrypto; } in hasCrypto()
|
D | ARM.td | 94 def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
|
D | ARMInstrNEON.td | 4284 Requires<[HasV8, HasCrypto]>; 6553 Requires<[HasV8, HasCrypto]>; 6557 Requires<[HasV8, HasCrypto]>; 6562 Requires<[HasV8, HasCrypto]>; 6567 Requires<[HasV8, HasCrypto]>; 6571 Requires<[HasV8, HasCrypto]>;
|
D | ARMInstrInfo.td | 236 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 95 bool HasCrypto = false; variable 343 bool hasCrypto() const { return HasCrypto; } in hasCrypto()
|
D | AArch64.td | 52 def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
|
D | AArch64InstrInfo.td | 80 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | AArch64.cpp | 283 if (HasCrypto) in getTargetDefines() 407 HasCrypto = false; in handleTargetFeatures() 474 HasCrypto = true; in handleTargetFeatures()
|
D | AArch64.h | 32 bool HasCrypto; variable
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 353 bool HasCrypto = false; variable 633 bool hasCrypto() const { return HasCrypto; } in hasCrypto()
|
D | ARMPredicates.td | 98 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
|
D | ARM.td | 170 def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
|
D | ARMInstrNEON.td | 4374 Requires<[HasV8, HasCrypto]>; 7211 Requires<[HasV8, HasCrypto]>; 7215 Requires<[HasV8, HasCrypto]>; 7220 Requires<[HasV8, HasCrypto]>; 7225 Requires<[HasV8, HasCrypto]>; 7229 Requires<[HasV8, HasCrypto]>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 338 bool HasCrypto = false; variable 615 bool hasCrypto() const { return HasCrypto; } in hasCrypto()
|
D | ARMPredicates.td | 90 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
|
D | ARM.td | 170 def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
|
D | ARMInstrNEON.td | 4443 Requires<[HasV8, HasCrypto]>; 7160 Requires<[HasV8, HasCrypto]>; 7164 Requires<[HasV8, HasCrypto]>; 7169 Requires<[HasV8, HasCrypto]>; 7174 Requires<[HasV8, HasCrypto]>; 7178 Requires<[HasV8, HasCrypto]>;
|