Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h177 bool hasCrypto() const { return HasCrypto; } in hasCrypto() function
DAArch64InstrInfo.td25 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
/external/llvm/lib/Target/ARM/
DARMSubtarget.h429 bool hasCrypto() const { return HasCrypto; } in hasCrypto() function
DARMAsmPrinter.cpp692 if (STI.hasCrypto()) in emitAttributes()
DARMInstrInfo.td236 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,