Home
last modified time | relevance | path

Searched refs:HasFuseCryptoEOR (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h190 bool HasFuseCryptoEOR = false; variable
340 bool hasFuseCryptoEOR() const { return HasFuseCryptoEOR; } in hasFuseCryptoEOR()
DAArch64.td215 "fuse-crypto-eor", "HasFuseCryptoEOR", "true",
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h216 bool HasFuseCryptoEOR = false; variable
372 bool hasFuseCryptoEOR() const { return HasFuseCryptoEOR; } in hasFuseCryptoEOR()
DAArch64.td238 "fuse-crypto-eor", "HasFuseCryptoEOR", "true",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19228 if (Bits[AArch64::FeatureFuseCryptoEOR]) HasFuseCryptoEOR = true;