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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 60 bool HasCRC = false;
178 bool hasCRC() const { return HasCRC; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 227 /// HasCRC - if true, processor supports CRC instructions
228 bool HasCRC = false;
430 bool hasCRC() const { return HasCRC; }

Completed in 64 milliseconds