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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 43 bool HasCRC;
92 bool hasCRC() const { return HasCRC; }
AArch64Subtarget.cpp 49 HasFPARMv8(false), HasNEON(false), HasCrypto(false), HasCRC(false),
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 185 /// HasCRC - if true, processor supports CRC instructions
186 bool HasCRC;
319 bool hasCRC() const { return HasCRC; }
ARMSubtarget.cpp 211 HasCRC = false;

Completed in 219 milliseconds