HomeSort by relevance Sort by last modified time
    Searched refs:hasCrypto (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 42 bool HasCrypto;
91 bool hasCrypto() const { return HasCrypto; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 182 /// HasCrypto - if true, processor supports Cryptography extensions
183 bool HasCrypto;
318 bool hasCrypto() const { return HasCrypto; }
ARMAsmPrinter.cpp 651 if (Subtarget->hasCrypto())
    [all...]

Completed in 73 milliseconds