Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h59 bool HasCrypto = false; variable
177 bool hasCrypto() const { return HasCrypto; } in hasCrypto()
DAArch64.td29 def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
DAArch64InstrFormats.td5288 let Predicates = [HasCrypto] in {
9230 let Predicates = [HasCrypto] in {
9320 } // end of 'let Predicates = [HasCrypto]'
DAArch64InstrInfo.td25 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h73 bool HasCrypto = false; variable
235 bool hasCrypto() const { return HasCrypto; } in hasCrypto()
DAArch64.td53 def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
DAArch64InstrInfo.td29 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
/external/llvm/lib/Target/ARM/
DARMSubtarget.h225 bool HasCrypto = false; variable
429 bool hasCrypto() const { return HasCrypto; } in hasCrypto()
DARM.td94 def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
DARMInstrNEON.td4284 Requires<[HasV8, HasCrypto]>;
6553 Requires<[HasV8, HasCrypto]>;
6557 Requires<[HasV8, HasCrypto]>;
6562 Requires<[HasV8, HasCrypto]>;
6567 Requires<[HasV8, HasCrypto]>;
6571 Requires<[HasV8, HasCrypto]>;
DARMInstrInfo.td236 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSubtarget.h311 bool HasCrypto = false; variable
559 bool hasCrypto() const { return HasCrypto; } in hasCrypto()
DARM.td118 def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
DARMInstrNEON.td4375 Requires<[HasV8, HasCrypto]>;
6872 Requires<[HasV8, HasCrypto]>;
6876 Requires<[HasV8, HasCrypto]>;
6881 Requires<[HasV8, HasCrypto]>;
6886 Requires<[HasV8, HasCrypto]>;
6890 Requires<[HasV8, HasCrypto]>;
DARMInstrInfo.td276 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc10899 if (Bits[AArch64::FeatureCrypto]) HasCrypto = true;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc16535 if (Bits[ARM::FeatureCrypto]) HasCrypto = true;