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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64Subtarget.h 87 bool HasSHA2 = true;
243 bool hasSHA2() const { return HasSHA2; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMSubtarget.h 304 /// HasSHA2 - if true, processor supports SHA1 and SHA256
305 bool HasSHA2 = false;
557 bool hasSHA2() const { return HasSHA2; }
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
AArch64GenGlobalISel.inc 61 if (Subtarget->hasSHA2())
    [all...]

Completed in 1384 milliseconds