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 45 bool HasCRC;
106 bool hasCRC() const { return HasCRC; }
AArch64Subtarget.cpp 51 HasFPARMv8(false), HasNEON(false), HasCrypto(false), HasCRC(false),
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 183 /// HasCRC - if true, processor supports CRC instructions
184 bool HasCRC;
317 bool hasCRC() const { return HasCRC; }
ARMSubtarget.cpp 169 HasCRC = false;

Completed in 32 milliseconds